/* Encabezado institucional */
.registro-header {
  padding: 40px 20px;
  text-align: center;
}

.registro-header h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #e34234; /* rojo institucional TuEstadía */
}

.registro-header p {
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  letter-spacing: 0.4px;
  color: #666;
}

/* Formulario quirúrgico */
.registro-formulario {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
}

.registro-formulario label {
  display: block;
  margin-top: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  font-family: 'Raleway', sans-serif;
}

.registro-formulario input {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  margin-top: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: 'Raleway', sans-serif;
}

/* Botón institucional */
.registro-formulario button {
  margin-top: 24px;
  background-color: #e34234;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
}

/* Vínculo inferior */
.registro-vinculo {
  text-align: center;
  margin-top: 30px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.4px;
  color: #666;
}

.registro-vinculo a {
  color: #e34234;
  text-decoration: none;
}
html, body {
  height: 100%;
}

body.page-id-1617 {
  background-image: url('https://tuestadia.com.ar/wp-content/uploads/2025/10/tapiz-registro.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}