@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

.informacao {
    display: flex;
    /* background: #2E4259; */
    background: linear-gradient(98deg, #2E4259, #000);
    width: 70%;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.informacao .img_login {
    padding: 100px;
}

.login {
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 30%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding-top: 40px;
}

.login .form .form-control {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}

.login .form .form-control > input {
    margin: 0;
}
  
.errorlist li {
    color: red;
    margin-left: 5px;
    list-style: none;
    text-decoration: none;
}

.login .buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.login .buttons a,
.login .buttons button {
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    font-style: none;
    color: #fff;
    background-color: #2E4259;
    padding: 8px;
    border-radius: 5px;
    transition: .5s;
    border: transparent;
    width: 45%;
}

.login .buttons a:hover,
.login .buttons button:hover {
    background-color: #F3C64E;
    transition: .5s;
    color: #2E4259;
    cursor: pointer;
}

.container_border {
    border-radius: 20px;
    padding: 10px 30px 30px 30px;
    /* box-shadow: 0px 5px 30px 0px gray; */
    width: 95%;
    margin: 15px auto;
}

/* .autenticacao_biometria {
    display: flex; */
    /* border: solid 1px #F3C64E; */
    /* border-radius: 20px;
    align-items: center;
    color: #141C25;
    padding: 15px;
    background: #0099ff59; */
    /* position: fixed; */
    /* top: 0; */
    /* width: 95%;
    margin: 0 30px;
    transition: 2s;
} */

/* .auth-button{
    color: #258cd8;
    transition: .5s;
} */


.reset_password a {
    text-decoration: none;
    color: #2E4259;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    transition: .3s;
}

.reset_password a:hover {
    color: #F3C64E;
    transition: .3s;
}