html body{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    font-family: "Lato",Arial,Helvetica,Sans-serif;
    padding: 0;
    margin: 0;
}
#nv-mtSenha{
    display: inline-block;background: rgb(161, 16, 16);padding: 4px 12px;color: rgb(255, 255, 255);font-weight: 400;border-radius: 5px;font-size: 10pt;
}
.box-left{
    background-color: #FFF;float:left;width: 50%;position:fixed;height:100%;
}
.box-right{
    background: url('../img/ea934c91489703f64d7525eecf866b4b.w1406.h1406._CR145,145,1116,1116_SX960_SY960_.jpg');
   
    float:right;width: 50%;position:fixed;height:100%;right: 0;
}
.box-right img{
    width: 100%;
    position: relative;
    top: 81px;
    left: -15%
}
.modal{
    background: rgba(255,255,255,0.9);
    position: absolute;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.modal div{
    position: relative;
    width:300px;
    height:300px;
    margin:10% auto;
    text-align: center;
}
.modal p{
    color:#002165;
    font-size: 12pt;
}
.modal img{
    width:150px;
}
.container{
    width:1200px;
    margin: 0 auto;
}
.container img{
   margin: 15px 0 0;
   display:block;
   width: auto;
   height: 90px;
}
.office{
    float: left;
    margin-top: 100px;
}
.office h2{
    color:#FFF;font-size:26pt;padding:0;margin:20px 0 10px;font-weight: 100;
}
.office h3{
    color:#FFF;font-size:32pt;padding:0;margin:0;font-weight: 600;
}
.box{
    width: 70%;
    max-width: 500px;
    margin: 80px auto 0;
    text-align: center;
    background:#FFF;
    padding-bottom:15px;
    position: relative;
}
h2{
    font-size: 20pt;
    float: left;
    display: block;
    color: #666;
}
label{
    display: block;
    clear: left;
    color:#333;
}
#create h3{
   font-size: 12pt;
    font-weight: 600;
    color: #FFF;
    margin: 0 0 0;
    background: #161616;
    padding: 15px 10px;
    border-bottom: 1px solid #CCC;
}
.box input[type='text'],.box input[type='number'],.box input[type='password']{
    margin:0;
    outline: none;
    padding:15px 0 15px 0;
    width:95%;
    border: none;
    border-bottom:1px solid #CCC;
    position: relative;
    left: -7px;
}
.field{
    position: relative;
    margin: 10px 0;
    clear: left;
}
.box span{
    float: left;
    margin: 0;
    padding: 16px 5px 17px;
    font-size: 8pt;
    color: #FFF;
    width: 130px;
    position: absolute;
    font-style: inherit;
    background: #a60c3a;
    border-radius: 1px;
    text-align: center;
    right:  7px;
    top: 34px;
    display: none;
}
.box span#mail-error{
    top:0 !important;
}
.container-footer,.create-footer{
    width: 100%;
    padding: 14px 0;
    text-align: left;
    background-color: #FFF;
    float: left;
    margin-top: 23px;
    position: relative;
    top: 14px;
}
.pcontador{
    color:#761c19;font-weight:600;float:left;display:block;
}
.btn{
    width:100%;
    padding:10px 0;
    color:#FFF;
    border-radius:5px;
    font-size:14pt;
    display: block;
    clear: left;
    cursor: pointer;
    text-align: center;
    margin: 40px auto;
}
.btn-success{
    background:#161616;
    border-color: #161616;
}
.btn-info{
    background:#161616;
    border-color: #161616;
    width:100px;
    float: left;
    font-size:10pt;
    clear: inherit;
    margin-left: 20px;
}
.btn-danger{
    background-color: #c9302c;
    border-color: #ac2925;
    width:100px;
    float: left;
    font-size:10pt;
    clear: inherit;
    margin-left: 20px;
}
p{
    font-size: 12pt;
    padding: 30px 0px 0px;
    margin: 0;
    text-align: left;
    clear: left;
}
a{
 font-size: 10pt;
    padding-bottom: 13px;
    cursor: pointer;
    margin: 35px auto;
    display: block;
    color: #161616;
}
.login-auth,.login-newpsw{
    width:100%;height:100%;background:rgba(0,0,0,0.5);position:absolute;top:0;left:0;display: none;
}
.login-newpsw{
    position: fixed;
    z-index: 9999999;
    width: 50%;
}
.login-auth p,.login-newpsw p{
    color: #FFF;
    margin: 20% auto;
    display: block;
    width: 100px;
    font-size: 14pt;
    font-weight:600;
}

img.loading-img{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 143px;
    right: 26px;
    display: none;
}
#container-psw,#container-newpsw,#container-forgot-sms{
    display: none;
}
label{
    font-size:12pt;
    padding: 10px 0 5px;
    margin: 0;
    text-align: left;
    display: block;
}
.nivel-segura{
    clear: left;
    width: 93%;
    text-align: left;
    background: #eee;
    padding: 10px;
    border-radius: 5px;
    color: #161616;
    font-weight: 600;
    margin-top:20px;
    margin-left: 7px;
}
.message-green,.message-red{
    background: #49701f;
    color: #FFF;
    padding: 20px 10px;
    margin-bottom: 12px;
}
.message-red{
    background:#701f1f;
}
.hidden-show{
    display: none;
}
@media only screen and (max-width:1000px) {
    html body{
    /* background: #375172; */
    }
    .login-auth, .login-newpsw{
        position: fixed;
    }
    .container{
        width: 100%;
    }
    h2{
        font-size: 16pt;
    }
    .hidden-show{
        width: 200px;
        margin: 20px auto 30px;
        display: block;
    }
    .box-left{
        width:90%;
        float: inherit;
        margin: 0 auto;
        position: relative;
    }
    .office,.box-right,.hidden{
        display: none;
    }
    .box {
        width: 100%;
        margin: 15px auto 0;
        text-align: center;
        float:inherit;
        position: relative;
    }

}