/* Estilos específicos de la página de registro (index) */

#statusMessage {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  min-height: 1.4rem;
}

@media (min-width: 960px) {
  body.page-registro .app-content {
    flex-wrap: nowrap;
  }

  body.page-registro .card {
    flex: 1;
  }

  body.page-registro .card:last-of-type {
    flex: 1.4;
  }
}
