#bg_color_card_formulario {
  background-color: #6B5E55;
}

#bg_color_card_formulario_paso2 {
  background-color: #6B5E55;
}

#bg_color_card_formulario_paso3 {
  background-color: #31EB31;
}

#bg_color_header_formulario {
  background-color: #FD1C72;
}

#btn_validar_codigo,
#btn_enviar_clave,
#btn_cambiar_clave {
  width: 90%;
}

#bg_alert_enviado_correo {
  background-color: #FFFF50;
  color: #000;
}

#bg_clave_actualizada {
  background-color: #6AFF6A;
  color: #000;
}

#btn_volver {
  background-color: #495356;
  color: #ffffff;
  width: 90%;
}

@media only screen and (max-width: 7680px) {
  body,
  html {
    height: 100vh;
  }
  .bg_image_paso_1 {
    background-image: url("../../../imagenes/recupera/paso1pc.jpg");
    height: 100vh;
    /* Center and scale the image nicely */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    /* Safari 3.0 */
    /* Gecko 1.9.2 (Firefox 3.6) */
    /* Opera 9.5 */
    background-size: 100% 100%;
    /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
    -moz-border-image: url(../../../imagenes/recupera/paso1pc.jpg) 0;
    /* Gecko 1.9.1 (Firefox 3.5) */
  }
}

@media only screen and (max-width: 7680px) {
  body,
  html {
    height: 100%;
  }
  .bg_image_paso_2 {
    background-image: url("../../../imagenes/recupera/paso2pc.jpg");
    height: 100%;
    /* Center and scale the image nicely */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 7680px) {
  body,
  html {
    height: 100%;
  }
  .bg_image_paso_3 {
    background-image: url("../../../imagenes/recupera/paso3pc.jpg");
    height: 100%;
    /* Center and scale the image nicely */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
/*# sourceMappingURL=index.css.map */