
/* ========================================
   GENERAL STYLES
======================================== */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form-wrapper {
  max-width: 480px;
  margin: 0 auto;
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.page-title {
  text-align: center;
  font-size: 1.8rem;
  color: #b30000;
  margin-bottom: 1.5rem;
}

/* ========================================
   ERROR MESSAGES
======================================== */
.ps-alert-error {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
}

.ps-alert-error .item {
  background-color: #ffe6e6;
  border: 1px solid #cc0000;
  color: #990000;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
}

.ps-alert-error svg {
  width: 20px;
  height: 20px;
}

/* ========================================
   INSTRUCTIONAL TEXT
======================================== */
.send-renew-password-link,
.email {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  color: #444;
  font-weight: 500;
}

/* ========================================
   FORM FIELDS
======================================== */
.form-fields .form-group {
  margin-bottom: 1.5rem;
}

.form-control-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.95rem;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
  background-color: #fefefe;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #b30000;
  outline: none;
  box-shadow: 0 0 6px rgba(179,0,0,0.25);
}

/* ========================================
   BUTTONS
======================================== */
.btn-primary,
.form-control-submit {
  background-color: #b30000;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  margin-top: 1rem;
}

.btn-primary:hover,
.form-control-submit:hover {
  background-color: #800000;
}

/* ========================================
   BACK TO LOGIN LINK
======================================== */
#back-to-login,
.page-footer a {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 2rem;
  text-decoration: none;
  color: #b30000;
  font-weight: 600;
  font-size: 0.95rem;
  justify-content: center;
  transition: color 0.2s ease;
}

#back-to-login:hover,
.page-footer a:hover {
  color: #800000;
}

.material-icons {
  font-size: 1.2rem;
}

/* ========================================
   RESPONSIVE VISIBILITY
======================================== */
.hidden-sm-up {
  display: none;
}

@media (max-width: 767.98px) {
  .hidden-sm-up {
    display: inline-block;
  }

  .hidden-xs-down {
    display: none;
  }
}

/* ========================================
   GENERAL
======================================== */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.forgotten-password {
  max-width: 480px;
  margin: 0 auto;
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.page-title {
  text-align: center;
  font-size: 1.8rem;
  color: #b30000;
  margin-bottom: 1.5rem;
}

/* ========================================
   MENSAJE DE AVISO
======================================== */
.ps-alert-error {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
}

.ps-alert-error .item {
  background-color: #ffe6e6;
  border: 1px solid #cc0000;
  color: #990000;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
}

.ps-alert-error svg {
  width: 20px;
  height: 20px;
}

/* ========================================
   TEXTO DE INSTRUCCIÓN
======================================== */
.send-renew-password-link {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  color: #444;
}

/* ========================================
   FORMULARIO
======================================== */
.form-fields .form-group {
  margin-bottom: 1.5rem;
}

.form-control-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.95rem;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background-color: #fefefe;
}

.form-control:focus {
  border-color: #b30000;
  outline: none;
  box-shadow: 0 0 6px rgba(179,0,0,0.25);
}

/* ========================================
   BOTONES
======================================== */
.boton-enviar-enlace-contrasena button,
.forgotten-password button {
  background-color: #b30000;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  margin-top: 1rem;
}

.boton-enviar-enlace-contrasena button:hover,
.forgotten-password button:hover {
  background-color: #800000;
}

/* ========================================
   ENLACE VOLVER AL LOGIN
======================================== */
#back-to-login {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 2rem;
  text-decoration: none;
  color: #b30000;
  font-weight: 600;
  font-size: 0.95rem;
  justify-content: center;
  transition: color 0.2s ease;
}

#back-to-login:hover {
  color: #800000;
}

.material-icons {
  font-size: 1.2rem;
}