/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 


.page-authentication #content, .page-registration #content {
    padding: 1rem;
    background: #fff;
    max-width: 95%;
    margin: 0 auto;
}
#wrapper {
    padding-top: 1.563rem;
    background: #fff;
}
/* Fuerza los elementos del formulario a estar en columna */
.center-email-fields {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.center-email-fields .form-label,
.center-email-fields .form-input,
.center-email-fields .form-buttons {
  width: 100%;
  margin: 0;
  padding: 0;
}

.center-email-fields label {
  margin-bottom: 0;
}
.forgotten-password .form-fields label.required {
    width: 95%;
    text-align: center;
}
#submit-login {
  width: 100%;
  box-sizing: border-box;
}
