body {
    /*background-image: url(http://kreativo.se/backlogin.jpg);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8be8cf), color-stop(100%,#cdeb8b));*/
    font-family: "Helvetica Neue", Helvetica, Arial;
    background-color: #F5F5F5 !important;
}

/*.container {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 100px;
}*/

.container-non-responsive {
    /* Margin/padding copied from Bootstrap */
    /*margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;*/

    /* Set width to your desired site width */
    /*width: 1170px;*/
    width: 70%;
    max-width: 70%;
    padding-top: 10px;
}

#cot_tl_fixed a img {float: right; width: 100px; height: 85px;}

.banner {
    margin-top: 10px;
}

.vivamais {    
    padding-right: 5px; 
    margin-bottom: 10px;
    width: 500px;
    height: 100%;
}

.vivamais-img {    
    max-width: 100%;
    max-height: 100%;
}

.logo {
    width: 200px;
    height: 100%;
}

.logo-img {    
    max-width: 100%;
    max-height: 100%;
}

.logo-label {
    margin-left: 10px;
    font-size: 27px;
    display: block;
    margin-bottom: 0px;  
    font-family: Verdana, sans-serif;    
    font-weight: normal;
}
.box {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.mensagem_vivamais {
    font-family:Verdana, sans-serif; font-size:16px; color:#FFFFFF; text-align:center;
    width: 100%;
    clear: both;
    vertical-align: middle;
}

.mensagem_vivamais-full {   
    margin-top: 10px;
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.mensagem_vivamais-border{
    background-color: #990000;
    box-shadow: 0px 0px 0px 5px rgba( 255,255,255,0.4 ), 0px 4px 20px rgba( 0,0,0,0.33 );
    width: 81%;
}

.centro {
    margin-top: 30px;
    text-align: center;
}

.signup {    
    padding: 10px 15px 15px;
    background: #fff;
    box-shadow: 
        0px 0px 0px 3px rgba( 255,255,255,0.4 ), 
        0px 2px 20px rgba( 0,0,0,0.33 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    width: 25%;
    min-width: 150px;
    margin-right: 10px;
    vertical-align: top;
}

.borda-aviso{
    box-shadow: 
        0px 0px 0px 5px #990000, 
        0px 4px 20px rgba( 0,0,0,0.33 );
}

.signup .header {
    margin-bottom: 1.25em;
}

.signup .header h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

#mensagens {
    font-family:Arial, Helvetica, sans-serif; font-size:14px; position:relative; text-align:justify;
    color: #b94a48;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    clear: both;
    min-height: 15px;
    min-width: 90%;
    padding: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    box-shadow: 
        0px 0px 0px 5px rgba( 255,255,255,0.4 ), 
        0px 4px 20px rgba( 0,0,0,0.33 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#mensagens img {
    float: left; 
    padding-right: 10px;
}

.signup .header p {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.signup .header p a {
    color: #990000;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    float: left;
    clear: both;
}

.signup .sep {
    height: 1px;
    background: #e8e8e8;
    width: 100%;
    /*margin: 0px -25px;*/
}

.signup .inputs {
    margin-top: 10px;
}

.signup .inputs .label {
    /*color: #8f8f8f;*/
    color: #696969;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 7px 0 7px 0;
    display: block;
    text-align:left;
    padding: 0 0 0 0;
}

input::-webkit-input-placeholder {
    color: #b5b5b5;
}

input:-moz-placeholder {
    color: #b5b5b5;
}

.signup .inputs input[type=text], input[type=password] {
    background: #f5f5f5;
    font-size: 1.1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DDD;
    padding: 10px 10px;
    /*width: 60%;*/
    width: 100%;
    margin-bottom: 2px;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);
    clear: both;
}

.signup .inputs input[type=text]:focus, input[type=password]:focus {
    background: #fff;
    /*    padding-top: 10px;
    padding-bottom: 10px;*/
    box-shadow: 0px 0px 0px 1px #b94a48, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;   
}

.signup .inputs .checkboxy {
    display: block;
    position: static;
    height: 25px;
    margin-top: 10px;
    clear: both;
}

.signup .inputs input[type=checkbox] {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.signup .inputs label.terms {
    float: left;
    font-size: 14px;
    font-style: italic;
}

.signup .inputs .submit {
    background: #990000;
    color: #fff;
    cursor: pointer;
    /*width: 60%;*/
    width: 100%;
    margin-top: 20px;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    background: -moz-linear-gradient(
        top,
        #990000 0%,
        #993333);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#990000),
        to(#993333));
    background: -o-linear-gradient(top left, #990000 0%, #993333 100%);
    background: -ms-linear-gradient(top left, #990000 0%, #993333 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #737b8d;
    -moz-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    text-shadow:
        0px 1px 3px rgba(000,000,000,0.3),
        0px 0px 0px rgba(255,255,255,0);
    display: block;
    position: static;
    clear: both;
}

.signup .inputs .submit:hover {
    background: #993333\9;
    background: -moz-linear-gradient(
        top,
        #993333 0%,
        #990000);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#993333),
        to(#990000));
    background: -o-linear-gradient(top left, #993333 0%, #990000 100%);
    background: -ms-linear-gradient(top left, #993333 0%, #990000 100%);
}

.my-error-class {
    color: #b94a48;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 7px;
    /*display: block;*/
}
.my-valid-class {
    color: green;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 7px;
    /*display: block;*/
}



.loading img {
    position: absolute; 
    float: left;
}

.signup .inputs .submit[disabled]{
    cursor: not-allowed;
    background: #E8ADAA;
}

@media (max-width: 1100px) {

    .vivamais {
        width: 100%;
        min-width: 80px;
    }

    .logo-label {
        font-size: 18px;
    }

    .container-non-responsive {
        /* Margin/padding copied from Bootstrap */
        /*margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;*/

        /* Set width to your desired site width */
        /*width: 1170px;*/
        width: 100%;
        max-width: 100%;
        padding-top: 10px;
    }

    .signup {
        padding: 10px 15px 15px;
        width: 100%;
        margin-bottom: 15px;
    }
    .centro {
        margin-top: 10px;
    }
    .banner {
        margin-top: 10px;
    }

}


blockquote {
    font-size: 13px;
}