.lado_direito,
.lado_esquerdo {
    height: 100vh;
    max-width: 100%;
}

.lado_esquerdo {
    background: darkgreen;
    background-size: cover;
}

.logo-img {
    max-width: 260px;
    position: absolute;
    left: 134px;
    top: 12px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
}


.lado_direito {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_container {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    background: white;
}

.form-group {
    position: relative;
}

.yey_open,
.yey_close {
    position: absolute;
    top: 62%;
    right: 10px;
}

.senha {
    margin-bottom: 6px!important;
}

.esqueci_senha {
    /*color: #000;*/
    text-decoration: revert;
}

/*.esqueci_senha:hover {*/
/*    text-decoration: none;*/
/*    color: #000;*/
/*}*/

.form-control:focus {
    border-color: #8bc34a87!important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #8bc34a87!important;
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 0.2rem #56b634!important;
}

.help-block {
    color: red;
}

.form-control {
    border-radius: 50px!important;
}


#exibe_senha,
#oculta_senha {
    color: rgb(206, 212, 218);
}
