visatas cambiarpass y navheader

This commit is contained in:
jls846
2025-11-04 16:52:27 -06:00
parent 23bd321104
commit 6683710439
5 changed files with 299 additions and 48 deletions
@@ -38,7 +38,8 @@
color: #222;
}
input[type="email"] {
input[type="text"],
input[type="password"] {
padding: 1rem 0.8rem;
border: 1px solid #ccc;
border-radius: 8px;
@@ -95,7 +96,8 @@
background: #1e1e1e;
color: #eee;
input[type="email"] {
input[type="text"],
input[type="password"] {
background: #2a2a2a;
border-color: #444;
color: #f3f3f3;
@@ -129,7 +131,7 @@
margin: 15rem auto;
padding: 1.5rem;
width: 92%;
box-shadow: none; // para evitar saturar pantallas pequeñas
box-shadow: none;
h1 {
font-size: 1.6rem;
@@ -141,7 +143,8 @@
}
.forgot-form {
input[type="email"] {
input[type="text"],
input[type="password"] {
font-size: 0.95rem;
padding: 0.9rem;
}
@@ -174,7 +177,8 @@
.forgot-form {
gap: 1.2rem;
input[type="email"] {
input[type="text"],
input[type="password"] {
font-size: 1.05rem;
padding: 1rem;
}