@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/**** CSS Tela início ****/ 

body, html{
    font-family: Manrope, Sans-serif;
    margin: 0;
}


#home{
    z-index: 2;
}

.div-logo img{
    position: absolute;
    top: 0; 
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.div-button{
   position: relative;
   width: 100%;
   height: 100vh;
}



 .access{
    position: absolute;
    top: 13em; 
    bottom: 0;
    left: 0;
    right: 190px;
    margin: auto;
    width: 90px;
    height: 40px;
    font-size: 16px;
    color: #0384EF;
    background: none;
    border: none;
   
 }

.div-button button:hover{
    cursor: pointer;
}


 @media screen and (min-height: 768px) {
	.access{
        top: 13em;
    }
}

@media screen and (min-height: 1080px) {
	.access{
        top: 20em;
    }
}

@media screen and (max-width: 820px) {
	.access{
        position: absolute;
        top: 10em; 
        bottom: 0;
        left: 0em;
        right: 0;
        margin: auto;
        font-size: 20px;
    }
    
    .div-logo img{
        width: 250px;
    }
}




/**** /////FIM CSS Tela início  ****/ 


/*** CSS TELA DE LOGIN ***/

#home{
    overflow-y: hidden 
}

#container-bg{
    color: #fff;
    height: 100vh;
    z-index: 1;
    background-image: url('/assets/img/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 20px 50px 0px 50px;    
}
.container-grid{
    max-width: 1920px;
    margin: 0 auto;
    
}


.header{
    background-color: #fff;
    height: 25px;
    color: #636363;
    font-size: 22px;
    vertical-align: middle;
    max-width: 1400px;
    margin: auto;
    padding: 20px 40px;
    border-radius: 1000px;
  
}

#open-eye:hover{
    cursor: pointer
}

.logo-header{
    margin-top: -5px;
    display: inline-block;
}

.header img{
    width: 150px;
}

.welcome{
    margin-top: -3px;
    float: right;
}


.icon-inner{
    margin-right: 300px;
}


.container-login{
    width: 50%;
    display: inline-block;
    margin-left: 80px;
    
}


@media screen and (min-width: 1920px) {
    .container-login{
        margin-left: 100px !important;
    }

    .icon-inner{
        margin-right: 600px !important;
    }
} 

.padlock-blue{
    top: 5em !important;
}

.container-login h2{
    text-align: center;
    font-weight: 400;
    font-size: 20px;
}

.container-login input, #password{
    width: 85%;
    height: 35px;
    display: inline-block;
    position: relative;
    margin-left: -3px;
    box-shadow: 0 0 0 0;
    outline: 0;
    margin-top: 10px;
    border-radius: 0 7px 7px 0;
    border-bottom: solid 1px #0384EF;
    border-top: solid 1px #0384EF;
    border-right: solid 1px #0384EF;
    border-left: none;
}

#password{
    margin-bottom: 20px;
    width: 72%;
    margin-right: -4px;
    border-right: 0;
    border-radius: 0;
}

.padlock img{
    margin-top: 6px !important;
}

textarea:focus, input:focus, select:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
} 

.icon-form{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 44px;
    height: 37px;
    text-align: center;
    background-color: #fff;
    margin-right: 0;
    vertical-align: top;
    margin-top: 10px;
    border-radius: 7px 0 0 7px;
    border-left: solid 1px #0384EF;
    border-bottom: solid 1px #0384EF;
    border-top: solid 1px #0384EF;
    text-align: center;;
}

.eye-open2{
    margin-left: 12px;
}

.eye{
    border-radius: 0 7px 7px 0;
    border-right: solid 1px #0384EF;
    border-bottom: solid 1px #0384EF;
    border-top: solid 1px #0384EF;
    border-left: 0;
}



#cpf, #cpf-recovery{
    margin-bottom: 20px;
}

#submit, #submit-recovery{
    background-color: #fff;
    color: #0384EF;
    width: 151px;
    height: 42px;
    border-radius: 14px;
    border: none !important;
    font-weight: 500;
    font-size: 17px;
    transition: box-shadow 2s;
    transition: background-color 4s;
    transition: 2s;
    
}

#submit:hover, #submit-recovery:hover{
    cursor: pointer;
    background-color: #0384EF;
    color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 255, 220, 0.5);
    transition: box-shadow 0.8s;
}

#login-error, #recovery-error{
    margin-top: 10px;
    color: rgb(255, 146, 146);
    font-size: 14px;
}

#recovery-success{
    color: aqua;
    font-size: 14px;
    padding-top: 12px;
}



#login-error img{
    vertical-align: middle;
}

.icon-form img{
    margin-top: 9px;
}

.recover-password, .back{
    color: #fff;
    float: right;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    vertical-align: middle;
    line-height: 2.8;
    transition: 0.7s;
}

.recover-password:hover, .back:hover{
    cursor: pointer;
    color: #0384EF;
    transition: 0.9s;
}

#closed-eye img{
    margin-top: 10px !important;
}

#open-eye img{
    margin-top: 15px;
}

#closed-eye:hover{
    cursor: pointer;
}

.container-login-inner{
    width: 350px;
    border: solid 1px #0072D0;
    padding: 40px;
    border-radius: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
}

.icon-inner{
    vertical-align: middle;
    height: 100%;
}

.container-icon-neorh{
    display: inline-block;
    text-align: center;
    width: 40%;
}

input:focus{
    border-bottom: solid 1px #0384EF;
    border-top: solid 1px #0384EF;
    border-right: solid 1px #0384EF;
    border-left: none;
}


input{
    font-family: Manrope, Sans-serif;
    font-size: 17px;
}

input::placeholder{
   color: gray;
}

.div-btn{
    padding-right: 7px;
}

.div-btn a{
   margin-top: 10px
 
}

#img-open{
    margin-top: 10px !important;
}

#img-closed{
    margin-left: 12px !important;
}

.icon-inner{
    position: relative;
    top: 100px;
    max-height: 768px;
}

footer{
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    font-size: 13px;
}

#calendar{
    margin-bottom: 20px;
}


/*** //FIM CSS TELA DE LOGIN ***/

