#formLogin .error,
#formRegistro .error,
#formRestablecerContrasena .error {
  color: red;
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

#formLogin a,
#formRegistro a {
  text-decoration: none;
}


#containFormLogin .tituloForm,
#containFormRegistro .tituloForm {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#containOlvidoContra #formRestablecerContrasena h1 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 10px;
}

#containOlvidoContra #formRestablecerContrasena p {
  margin-bottom: 10px !important;
}

#formLogin,
#formRegistro,
#formRestablecerContrasena {
  width: 400px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 50px;
}


#formLogin .labelForm,
#formRegistro .labelForm,
#formRestablecerContrasena .labelForm {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 19px;
}

#formLogin .inputForm,
#formRegistro .inputForm,
#formRestablecerContrasena .inputForm {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#formLogin .parrafoForm,
#formRegistro .parrafoForm,
#formRestablecerContrasena .parrafoForm {
  font-size: 18px;
  color: #555;
  margin-top: 5px !important;
  text-align: center;
}

.btnAutenticacion {
  width: 100%;
  padding: 10px;
  background-color: #ba3b81;
  color: white;
  border: 1px solid #ba3b81;
  border-radius: 4px;
  margin-top: 10px !important;
  margin-bottom: 5px;
  font-weight: 500;
  transition: 0.5s;
}

.btnAutenticacion:hover {
  background-color: white;
  color: #ba3b81;
  border: 1px solid #ba3b81;
}

.offHidden {
  display: none;
}

.onHidden {
  display: block;
}

.recuperarContrasena {
  text-align: center;
}

.recuperarContrasena a {
  color: #fd3d57;
  font-size: 17px;
  text-decoration: none;
}

#btnRegistro {
  color: #fd3d57;
  cursor: pointer;
}

#containerBreadcrumbs {
  align-self: flex-start;
}

#containerBreadcrumbs p {
  font-size: 17.5px;
  color: black;
}

.breadcrumbs {
  padding: 10px 15px;
  display: flex;
}

.breadcrumbs a {
  color: black;
  font-size: 17.5px;
  position: relative;
  display: block;
  margin-right: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.breadcrumbs a.active {
  color: #e91e63;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumbs .bi-house-door {
  color: #af2c74;
  font-size: 17.5px;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}

.breadcrumbs .bi-house-door:hover {
  color: #e91e63;
}

.breadcrumbs .bi-chevron-right {
  margin-right: 8px;
  padding-top: 2px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

p {
  margin: 0 !important;
  padding: 0 !important;
}

.terms {
  margin-top: 8Spx;
  margin-bottom: 8px;
}

.terms input {
  margin-right: 5px;
}

.terms-label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 8px;
  font-size: 17px;
  color: #333;
}

.terms-label input {
  accent-color: #c13082;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.terms-label a {
  color: #fd3d57;
  text-decoration: none;
}

#btnAcceso {
  color: #fd3d57;
  cursor: pointer;
  text-decoration: none;
}

#containFormLogin {
  flex-direction: column;
  margin-top: 140px;
}

#containFormRegistro {
  flex-direction: column;
  margin-top: 140px;
}

#containCompleted {
  flex-direction: column;
  margin-top: 140px;
}

#containOlvidoContra {
  flex-direction: column;
  margin-top: 140px;
}

#formRegistro #new-password,
#formRegistro #confirm-password {
  margin-bottom: 0px !important;
}

small {
  margin-bottom: 10px !important;
  font-size: 16px;
}

/* success.html */
#msgCompleted {
  width: 500px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#msgCompleted h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  line-height: 100%;
}

#msgCompleted h2 span {
  color: #ba3b81;
  font-weight: 700;
  font-size: 37px;
}

#msgCompleted p {
  font-size: 19px;
  color: #555;
  text-align: center;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}

.btnCompleted {
  width: 50%;
  padding: 10px;
  background-color: #ba3b81;
  color: white;
  border: none;
  border-radius: 4px;
  margin-top: 10px !important;
  margin-bottom: 5px;
  font-weight: 500;
  transition: 0.5s;
}

.btnCompleted:hover {
  background-color: white;
  color: #ba3b81;
  border: 1px solid #ba3b81;
}


#new-email {
  margin-bottom: 0px !important;
}

#error-message {
  color: red;
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  display: none;
}