.cnt_form_acceso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1em;
  padding-top: 2em;
}
.cnt_form_acceso .form_acceso {
  width: 100%;
  background-color: #fff2d7;
  border-radius: 1em;
  position: relative;
  padding: 1em;
  margin: 1em;
}
.cnt_form_acceso .form_acceso#custom-login-form {
  max-width: 28em;
}
.cnt_form_acceso .form_acceso#custom-register-form {
  max-width: 40em;
}
.cnt_form_acceso .form_acceso#reset-request-form {
  max-width: 40em;
}
.cnt_form_acceso .form_acceso#reset-confirm-form {
  max-width: 40em;
}
.cnt_form_acceso .form_acceso h3.recorte_titulo {
  background-color: white;
  color: #1F7180;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  top: -1.4em;
  padding: 0.3em 1.5em;
  border-radius: 0.6em;
}
.cnt_form_acceso .form_acceso .campo_form_acceso {
  margin-bottom: 0.5em;
}
.cnt_form_acceso .form_acceso .campo_form_acceso .campo_form_acceso__label {
  margin-bottom: 0.1em;
}
.cnt_form_acceso .form_acceso .campo_form_acceso .campo_form_acceso__label label {
  font-weight: 700;
}
.cnt_form_acceso .form_acceso .campo_form_acceso .campo_form_acceso__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.cnt_form_acceso .form_acceso .campo_form_acceso .campo_form_acceso__input .estadoValidacionCampo[estado="0"] {
  opacity: 0;
}
.cnt_form_acceso .form_acceso .campo_form_acceso .campo_form_acceso__input .estadoValidacionCampo[estado="1"] {
  opacity: 1;
}
.cnt_form_acceso .form_acceso .campo_form_acceso .campo_form_acceso__input .estadoValidacionCampo[estado="2"] {
  opacity: 1;
}
.cnt_form_acceso .form_acceso .campo_form_acceso .campo_form_acceso__error .error {
  font-size: 0.75em;
  color: #ff1f01;
  display: none;
}
.cnt_form_acceso .form_acceso .campo_form_acceso.boton_envio {
  margin-top: 2em;
}
.cnt_form_acceso .form_acceso .campo_form_acceso.boton_envio input[type=submit] {
  font-size: 1em;
  line-height: 1em;
  padding: 0.25em 0.5em 0.3em;
  color: white;
  background-color: #58a4b0;
  text-transform: uppercase;
  border: none;
  border-radius: 0.3em;
  font-weight: 700;
  cursor: pointer;
}
.cnt_form_acceso .form_acceso .campo_form_acceso.boton_envio input[type=submit]:hover {
  background-color: #2D8A9C;
}
.cnt_form_acceso .form_acceso .campo_form_acceso.boton_envio input[type=submit]:disabled {
  background-color: #c0dde1;
  cursor: not-allowed;
}
.cnt_form_acceso .form_acceso .campo_form_acceso.password .campo_form_acceso__passGen {
  margin-top: 0.3em;
}
.cnt_form_acceso .form_acceso .campo_form_acceso.password #password-rules {
  display: none;
}
.cnt_form_acceso .form_acceso .campo_form_acceso.consentimiento__nuevousuario .fusion-form-checkbox label {
  line-height: normal;
  font-size: 16px;
  padding-left: 0.5em;
  margin-bottom: 0.8em;
}
.cnt_form_acceso #password-rules {
  font-size: 0.7em;
  line-height: 1.2em;
}
.cnt_form_acceso #password-rules .cnt_passGen_tit {
  font-weight: 700;
}
.cnt_form_acceso #password-rules .cnt_passGen_list .ok {
  display: none;
  color: green;
}
.cnt_form_acceso #password-rules .cnt_passGen_list .fail {
  display: block;
  color: red;
}
.cnt_form_acceso .error_acceso {
  color: #EE6352;
  font-weight: 700;
}

.boton_enlace a {
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.25em 0.5em 0.3em;
  color: #1F7180;
  border: none;
  border-radius: 0.3em;
  font-weight: 700;
  cursor: pointer;
}
.boton_enlace a:hover {
  color: #f7ab45;
}

.boton_generadorPass {
  margin-top: 0.5em;
  font-size: 0.7em;
  line-height: 1em;
  padding: 0.25em 0.5em 0.3em;
  color: white;
  background-color: #0069b4;
  text-transform: uppercase;
  border: none;
  border-radius: 0.3em;
  font-weight: 700;
  cursor: pointer;
}
.boton_generadorPass:hover {
  background-color: #005490;
}

#errorRespPassReg .errorRespPassReg_error {
  font-weight: 800;
  color: red;
}
#errorRespPassReg .errorRespPassReg_success {
  font-weight: 800;
  color: green;
}
#errorRespPassReg .errorRespPassReg_enlace a {
  margin-top: 0.5em;
  font-size: 0.85em;
  line-height: 1em;
  padding: 0.25em 0.5em 0.3em;
  color: white;
  background-color: #0069b4;
  text-transform: uppercase;
  border: none;
  border-radius: 0.3em;
  font-weight: 700;
  display: inline-block;
  color: white;
  cursor: pointer;
}
#errorRespPassReg .errorRespPassReg_enlace a:hover {
  background-color: #005490;
}

.custom-user-panel {
  background-color: #1F7180;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.2em 2em 0.2em;
}
.custom-user-panel .user_name {
  width: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-user-panel .user_enlaces {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35em;
}
.custom-user-panel .user_enlaces a.button_user_enlaces {
  font-size: 0.6em;
  font-weight: 700;
  padding: 0em 0.6em 0em;
  color: white !important;
  background-color: #0069b4;
  text-transform: uppercase;
  border: none;
  border-radius: 0.3em;
  display: inline-block;
  color: white;
  margin: 0;
  height: auto;
  cursor: pointer;
}
.custom-user-panel .user_enlaces a.button_user_enlaces:hover {
  background-color: #005490;
}