olvidar contraseña

This commit is contained in:
2024-07-10 16:20:16 -03:00
parent eedaa8a439
commit d22e2a9197
5 changed files with 61 additions and 20 deletions

View File

@ -61,6 +61,17 @@ body{
height: max-content;
}
.pw_forgot{
background-color: #297177;
margin-top: 20px;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 5px;
padding: 15px;
height: max-content;
}
.auth_form{
background-color: #297177;
display: flex;