@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap");
* {
  box-sizing: border-box;
}

.barraProgreso_login {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

.barraProgreso_login .progreso_login {
  width: 40px;
  height: 40px;
  border: 2px solid #e2e2e2;
  border-radius: 2.5em;
  text-align: center;
}

.progreso_login {
  width: 40px;
  height: 40px;
  border-radius: 2.5em;
  text-align: center;
  border: 1px solid #e2e2e2;
}

.separador_login {
  border: 1px solid #e2e2e2;
  transform: rotate(0deg);
  width: 17%;
  height: 0px;
  position: relative;
  top: 20px;
}

.progreso_login p:first-child,
.progreso_login p:first-child {
  line-height: 0.3125em;
  font-family: "inter", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}

.progreso_login p:nth-child(2),
.progreso_login p:nth-child(2) {
  font-family: "inter", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
}

.progreso_login p:nth-child(2),
.progreso_login p:first-child {
  color: #e2e2e2;
}

.headerSec1_login {
  text-align: center;
}

.barraProgreso_login .progreso_login:first-child {
  background-color: #5e81f7;
  border: 0;
  & p:first-child {
    color: white;
  }
  & p:nth-child(2) {
    color: #5e81f7;
  }
}

.barraProgreso_login > .separador_login:nth-child(2),
.separador_login:nth-child(4) {
  border: 1px solid #5e81f7;
}

.progreso_login:nth-child(3) {
  border: 2px solid #5e81f7;
  background-color: #5e81f7;
  color: white;
  & p:first-child {
    color: white;
  }
  & p:nth-child(2) {
    color: #5e81f7;
  }
}

.progreso_login:nth-child(5) {
  border: 2px solid #5e81f7;
  & p:first-child {
    color: #5e81f7;
  }
  & p:nth-child(2) {
    color: #5e81f7;
  }
}

.headerSec1_login {
  font-family: "inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
}

.sec2_login {
  width: 100%;
  margin: 0 auto;
}

.pRelative_login {
  position: relative;
  margin-bottom: 2em;
}

.pRelative_login img {
  position: absolute;
}

.input {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 0.625em;
  border: 1px solid #e2e2e2;
  text-align: center;
}

.imgCorreo_login,
.imgCandado_login {
  top: 20px;
  left: 20px;
}

.imgCandado_login {
  top: 15px;
}

.visualizar_login {
  right: 20px;
  top: 18px;
}

/*Cambios v4*/

.password_login {
    display: block;
    width: 100%;
    text-decoration: underline;
    color: #5e81f7 !important;
    font-family: "inter", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2em;
}

.password_login:hover {
    /* Your hover styles here */
    color: blue !important;
    /* Example: Change background color */
    cursor: pointer !important;
    /* Example: Change cursor to pointer */
}


/*Cambios v4*/
.sec2h2_login {
  font-family: "inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
}

.sec2p_login {
  font-family: "inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #747474;
}

.log-navigation-btn {
  display: flex;
  gap: 1rem;
}

.back_login,
.login_login {
  display: inline-block;
  width: 174px !important;
  height: 40px !important;
  text-align: center;
  border-radius: 0.625em !important;
}

.login_login {
  border: 0;
  background-color: #5e81f7 !important;
  border: 2px solid #5e81f7 !important;
  color: #fff !important;
  color: white;
  font-family: "inter", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}

.login_login:hover,
.login_login:focus {
  background: #fff !important;
  color: #5e81f7 !important;
}

.back_login {
  border: 2px solid #5e81f7;
  border: 1px solid #747474;
  color: #747474 !important;
  font-family: "inter", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.3;
  text-decoration: none;
  cursor: pointer;
}

.back_login:hover,
.back_login:focus {
  background: #e2e2e2 !important;
  color: #fff !important;
}

.back_registro:hover,
.back_registro:focus {
  color: #fff !important;
  background-color: #e2e2e2 !important;
}

.label {
  display: block;
  font-family: "inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.5em;
}

.form_login {
  padding-top: 2em;
}
