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;
}

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

.banner {
    margin-top: 50px;
}

.mensagem-full {    
    padding-right: 5px; 
    width: 80%;
}

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

.validador{
    width: 150px;
    height: 80px;
}

.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: top;
}

.mensagem_ans {   
    font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#990000; text-align:justify; width: 90%;
    vertical-align: middle;
    clear: both;
}

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

.signup {    
    padding: 10px 15px 15px;
    background: #fff;
    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: 5px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    width: 25%;
    min-width: 150px;
    margin-right: 10px;
    vertical-align: top;
}

.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 only screen and (max-width : 780px) {
    .container {
        width: 95%;
        margin: 0 auto;
        padding-top: 100px;
    }
    .mensagem_ans{
        font-family:Arial, Helvetica, sans-serif; font-size:12px; position:relative; color:#990000; text-align:justify; width: 90%;
        margin-bottom: 50px;
    }
    #mensagens {
        font-size:12px; position:relative; text-align:justify; width: 65%;
        color: #b94a48;
        font-weight: 300;
        letter-spacing: 1px;
        display: block;
        min-height: 15px;
        padding: 10px;
        margin-bottom: 20px;
        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;
    }
}
@media only screen and (max-width : 500px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding-top: 100px;
    }
    .mensagem_ans{
        font-family:Arial, Helvetica, sans-serif; font-size:12px; position:relative; color:#990000; text-align:justify; width: 100%;
        margin-bottom: 20px;
    }
    #mensagens {
        font-size:12px; position:relative; text-align:justify; width: 92%;
        color: #b94a48;
        font-weight: 300;
        letter-spacing: 1px;
        display: block;
        min-height: 15px;
        padding: 10px;
        margin-bottom: 20px;
        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;
    }


    .logo {float: left; clear: both;}
    #cot_tl_fixed a img {float: right; width: 65px; height: 50px;}
    .loading img{position: relative; float: right;}
}


 */
blockquote {
    font-size: 13px;
}

@media (max-width: 1100px) {

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

    .container-non-responsive {
        width: 100%;
        max-width: 100%;
        padding-top: 10px;
    }

    .logo {
        width: 100px;
    }

    .validador {
        width: 20%;
        height: 20%;
    }

    .mensagem-full {
        width: 75%;
    }

    .logo {
        width: 20%;
        min-width: 80px;
    }

    .mensagem_ans {
        font-size: 12px;
    }

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