.login{
	display: flex;
	flex-wrap: wrap;
    gap: 150px;
    align-items: center;
}
.esqueceusenha{
    display: block;
    text-align: center;
}
.esqueceusenha p{
    text-align: center;
    font-family: "Montserrat", Sans-serif;
}
.acesse{
  flex-grow: 1;
  flex-basis: 40%;
  position: relative;
}
.acesse h3{
    font-family: "Montserrat", Sans-serif;
    color: #000;
    text-align: center;
}
.form_senha{
    max-width: 50%;
    margin: 0 auto;
    text-align: left;
}

.form input{
    font-family: "Montserrat", Sans-serif;
    border: 1px solid #9E9E9E;
    border-radius: 5px;
    padding: 16px 24px 16px 80px;
    width: 100%;
}
#form_esqueceusenha.form input{
    padding: 16px 24px;
}
.form input[type="checkbox"]{
    width: 30px;
    height: 30px;
    accent-color: #00A550;
}
.form .inputs i {
    position: absolute;
    z-index: 1;
}
.form label{
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    display: block;
    color: #385661;
}
.form .inputs label span{
    color: #E40000;
    margin-right: 5px;
}
.icon {
    padding: 19px 24px;
    background-color: #F9F9F9;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #9E9E9E;
    border-bottom: none;
}
.showpass{
    float: right;
    margin-top: -45px;
    position: relative;
    font-size: 17px;
    margin-right: 40px;
    cursor: pointer;  
}
.error-icone{
    float: right;
    margin-top: -50px;
    position: relative;
    font-size: 17px;
    margin-right: 17px;
}
.error{
    display: none;
}
.error-form{
    border: 1px solid #E40000 !important;
}
.valide-form{
    border: 1px solid #00A550 !important;
}
.termos-box{
    width: 100%;
    font-family: "Montserrat", Sans-serif;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}
.termos-box span{
    width: 50%;
    font-size: 13px;
    line-height: 1.5em;
}
.form .green{
    background-color: #00A550;
    color: #FFF;
    padding: 16px 24px;
}
.termos-box a{
    color: #00A550;
}
.sucesso{
    display: none;
    margin-top: 25px;
}
.n_acesso a,
.msg a{
    font-family: "Montserrat", Sans-serif;
    border: 1px solid #00A550;
    border-radius: 5px;
    padding: 12px 0;
    width: 100%;
    background-color: #00A550;
    color: #FFF;
    text-decoration: none;
    display: block;
    text-align: center;
}
.line::after{
    content: '';
    position: absolute;
    right: -80px;
    width: 2px;
    top: 0;
    height: 50vh;
    background-color: #FFF;
}
.msg img{
    display: block;
    margin: 0 auto;
}
.page-template-template-login .title-center>.wf-wrap,
.page-template-template-login-supervisor .title-center>.wf-wrap,
.page-template-template-pre-inscricao .title-center>.wf-wrap,
.page-template-template-esqueceu-senha-supervisor .title-center>.wf-wrap,
.page-template-template-esqueceu-senha .title-center>.wf-wrap {
    align-items: flex-start;
}

.page-template-template-login .login,
.page-template-template-login-supervisor .login,
.login {
    width: 50%;
    margin: 0 auto;    
}

.page-template-template-login .line::after{
    display: none;
}

.login .desc_login{
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.login .desc_login a{
    color: #00A550;
}

@media (max-width: 79.9375em){
    .instrucoes{
        padding: 0;
    }
    .selector-item,
    .selector-item .box{
        width: 95%;
        margin-right: 0;
    }
}

.page-template-template-esqueceu-senha-supervisor .loading,
.page-template-template-esqueceu-senha .loading{
    background-color: #00A550;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    padding: 13px;
    border-radius: 5px;    
    display: none;
}

.page-template-template-esqueceu-senha-supervisor .loading i,
.page-template-template-esqueceu-senha .loading i{
    font-size: 20px;
}