

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: #F7FAFC ;

}

.senha-container {
    width: 320px;
    height: 200px;
    background-color: #CAE0D8;
    padding: 20px 30px;
    border-radius: 10px;

}

.logo{
    max-width:400px;
    max-height:300px;
    width: auto;
    height: auto;
 
}

.div-logo{
    max-width:600px;
    max-height:300px;
    width: auto;
    height: auto;
    margin-bottom: 100px;

}

.senha-container h2 {
    margin-bottom: 20px;
    text-align: center;
    color: #4E6E5D;
}
.senha-container input {
    width: 95%;
    padding: 12px 8px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.senha-container button {
    width: 100%;
    padding: 12px 8px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    background-color: #4E6E5D;
    border: 1px solid #4E6E5D;
    color: #ffffff;
}

.senha-container button:hover {
    background-color: #4E6E5D ;
    color: white;
    border: 1px solid white;
}

.text-reset-pass{
    width: 100%;
    height: 20px;
    margin-top: 15px;
    text-align: center;

   
}

.font-pass{
    color: #4E6E5D;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;

}




.error {
    color: red;
    margin-top: 10px;
    text-align: center;
}
.success {
    color: green;
    margin-top: 10px;
    text-align: center;
}


/* Estilos para indicadores de validação */
.valid {
    color: green;
}
.invalid {
    color: red;
}
ul {
    list-style-type: none;
    padding: 0;
}
li {
    margin-bottom: 5px;
}