.fondo_login {
  background: url("http://ingles.ifeep.edu.pe/aula/ingles/assets/img/fndlogin.png");
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: 1;
}

.popup_formulario {
  background: #fff;
  width: 90%;
  max-width: 400px;
  padding: 10px 0.5%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.75);
  z-index: 2;
}

.img_total {
  display: block;
  width: 100%;
}

.logo_ifep {
  width: 250px;
  display: table;
  margin: 15px auto;
}

.popup_formulario h2 {
  color: #57bdeb;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
}

.popup_formulario form {
  max-width: 250px;
  display: block;
  margin: auto;
  box-sizing: border-box;
  padding: 40px 0;
}

.popup_formulario form input {
  font-size: 14px;
  padding: 7px 5px;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.popup_formulario form input:hover,
.popup_formulario form input:focus {
  border-bottom: 1px solid #57bdeb !important;
}

.password-group {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.password-group input {
  flex: 1;
  border: none;
  border-radius: 0;
  padding: 10px 0 10px 0;
  margin: 0;
  background: transparent;
  outline: none;
}

.password-group input:focus {
  outline: none;
}

.password-toggle {
  border: none;
  background: transparent;
  color: #57bdeb;
  cursor: pointer;
  font-size: 18px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-toggle i {
  pointer-events: none;
}

.password-toggle:focus {
  outline: none;
}


#btnIniciarSesion,
#btn_envia_l {
  color: #fff;
  background: #57bdeb;
  padding: 10px 20px;
  margin: 15px auto;
  border-radius: 15px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  width: 100%;
}

#btnIniciarSesion:hover,
#btn_envia_l:hover,
#btn_error_l:hover,
.btn_error_l:hover {
  background: #f0ad4e;
}

#btn_error_l,
.btn_error_l {
  font-size: 13px;
  color: #fff;
  background: #57bdeb;
  padding: 10px 20px;
  display: table;
  margin: 10px auto;
  border-radius: 15px;
  text-decoration: none;
}

.poup_error,
.poup_registro,
.poup_bloqueo,
.poup_tipo {
  position: fixed;
  max-width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  color: #0275d8;
  padding: 15px 15px;
  border-radius: 17px;
  transition-duration: 0.5s;
  z-index: -1;
  opacity: 0;
}

.poup_registro {
  max-width: 320px !important;
  width: 100%;
}

.poup_registro h2 {
  font-size: 22px;
}

.poup_registro h2:after {
  content: "";
  display: table;
  margin: 5px auto;
  height: 2px;
  background: #0275d8;
  width: 20%;
}

.poup_registro input {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 10px;
}

.poup_error h2,
.poup_bloqueo h2,
.poup_tipo h2 {
  font-size: 18px;
  line-height: 1.2;
  padding: 15px 0 0 0;
}

.error_fo {
  border: 1px solid red !important;
}

.aparacer_bloqu {
  z-index: 99 !important;
  opacity: 1 !important;
  transition-duration: 0.5s;
}

.botones_for {
  display: table;
  margin: 15px auto;
  width: 100%;
  max-width: 310px;
  letter-spacing: -5px;
}

#btn_envia_2,
#btn_envia_3 {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  letter-spacing: normal;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.divCredito {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  z-index: 2;
}

.solo_numero,
.solo_letra {
  box-sizing: border-box;
}

