@import url("https://fonts.googleapis.com/css?family=Lato");

body {
  font-family: "Lato" !important;
  font-style: normal;
  background: linear-gradient(
    182.88deg,
    #ffffff 28.41%,
    rgba(0, 173, 238, 0.22) 104.92%
  );
}
:root {
  --blue: #213282;
  --white: #ffffff;
  --black: #333333;
  --gray: #7e92a2;
  --light-gray: rgba(0, 0, 0, 0.25);
}
*::-webkit-scrollbar {
  width: 0.8rem;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  border-radius: 2rem;
  margin: 11rem 2.1rem;
}
.col-md-5 {
  width: 47%;
}
.col-md-7 {
  width: 53%;
}
#section-img-restore {
  background-image: url(../../../img/login/login.png);
  height: 100vh;
  padding: 5rem 10rem;
  background-size: 118%;
  background-repeat: no-repeat;
  background-position: 50% 95%;
}
#section-img-restore img {
  width: 27rem;
  padding-bottom: 2rem;
}
#section-form-restore {
  height: 100vh;
  background: var(--white);
  box-shadow: 0px 4px 24px var(--light-gray);
  border-radius: 4rem;
  padding: 6rem;
  margin: 0;
  overflow-y: auto;
}
.text-iniciar-sesion {
  padding: 6rem 1.5rem 2rem 1.5rem;
}
.text-iniciar-sesion .title {
  font-weight: 700;
  font-size: 3rem;
  color: var(--blue);
  text-align: center;
}
.text-new-pass {
  padding-bottom: 2.5rem !important;
}
#email_access_fields .col-md-12 {
  padding: 0rem 1.5rem 2rem 1.5rem;
}
#email_access_fields .group-input {
  display: flex;
  align-items: center;
}
#email_access_fields p {
  font-weight: 700;
  font-size: 16px;
  color: var(--blue);
}
#email_access_fields .icon-input {
  position: absolute;
  color: var(--gray);
  left: 2.5rem;
}
#email_access_fields input {
  padding: 1.3rem 1.3rem 1.3rem 4rem;
  height: 5.5rem;
  background: var(--white);
  box-shadow: 0px 0px 8px var(--light-gray);
  border-radius: 1.2rem;
  font-size: 1.6rem;
  color: var(--black);
}
#email_access_fields .no_have_account {
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--gray);
}
#email_access_fields .no_have_account #signup {
  color: var(--blue);
}
.part-restore {
  padding-top: 40rem;
}
.part-restore-pass {
  padding-top: 30rem;
}
.btn_session {
  width: 34rem;
  height: 6rem;
  background-color: var(--blue) !important;
  box-shadow: 0px 4px 4px var(--light-gray), 0px 4px 20px var(--light-gray) !important;
  border-radius: 1.8rem !important;
  font-size: 2.8rem !important;
}

/* Large devices (desktops, less than 1300px) */
@media ((max-width: 1299.98px)) {
  #section-form-restore {
    padding: 5.5rem 6rem;
  }
  #section-img-restore {
    padding: 3rem 7rem;
    background-size: 106%;
    background-position: 50% 105%;
  }
  #section-img-restore img {
    width: 23rem;
    padding-bottom: 0.5rem;
  }
  .text-iniciar-sesion {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
  }
  .text-iniciar-sesion .title {
    font-size: 2.1rem;
  }
  #email_access_fields .col-md-12 {
    padding: 0rem 1.5rem 1.5rem 1.5rem;
  }
  #email_access_fields p {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  #email_access_fields input {
    padding: 0.3rem 0.3rem 0.3rem 4rem;
    height: 4rem;
  }
  #email_access_fields .no_have_account {
    font-size: 1.6rem;
  }
  .part-restore {
    padding-top: 27rem;
  }
  .part-restore-pass {
    padding-top: 19rem;
  }
  .btn_session {
    height: 4.5rem;
    font-size: 2.3rem !important;
    width: 30rem;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  #section-form-restore {
    border-radius: 0;
    padding: 0 !important;
    overflow: hidden;
  }
  #section-form-restore img {
    width: 35rem;
    padding: 1.8rem 0rem;
  }
  .contenedor {
    background: linear-gradient(360deg, #ffffffd6 85.96%, #00adee6e 100.31%);
    padding: 1rem 1.5rem;
    height: 100%;
  }
  .text-iniciar-sesion img {
    width: 100% !important;
    padding: 0 !important;
    opacity: 0.7;
  }
  .col-xs-12 {
    width: 100% !important;
    margin-top: 0%;
  }
  .text-iniciar-sesion .title {
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
  }
  #email_access_fields p {
    font-size: 2.8rem;
    margin-bottom: 5px;
  }
  #email_access_fields input {
    padding: 0.3rem 0.3rem 0.3rem 4rem;
    height: 7rem;
    font-size: 2.6rem;
  }
  .part-restore {
    padding-top: 10rem;
  }
  .part-restore-pass {
    padding-top: 49rem;
  }
  .btn_session {
    height: 8.5rem;
    font-size: 3.5rem !important;
    width: 100%;
  }
}

/* surface duo */
@media (max-width: 767.98px) {
  #section-form-restore img {
    width: 21rem;
    padding: 1rem 0rem;
  }
  .text-iniciar-sesion .title {
    font-size: 2.4rem;
    margin-bottom: 0rem;
  }
  #email_access_fields p {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  #email_access_fields input {
    padding: 0.3rem 0.3rem 0.3rem 4rem;
    height: 5rem;
    font-size: 1.6rem;
  }
  #email_access_fields input {
    padding: 0.3rem 0.3rem 0.3rem 4rem;
    height: 5rem;
    font-size: 1.6rem;
  }
  .part-restore {
    padding-top: 3rem;
  }
  .part-restore-pass {
    padding-top: 29rem;
  }
  .btn_session {
    height: 6rem;
    font-size: 2.7rem !important;
    width: 100%;
  }
}

@media (max-width: 415px) and (max-height: 916px) {
  #section-form-restore img {
    width: 25rem;
    padding: 2.8rem 0rem;
  }
  .text-iniciar-sesion .title {
    font-size: 2.5rem;
  }
  #email_access_fields p {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  #email_access_fields input {
    padding: 0.3rem 0.3rem 0.3rem 4rem;
    height: 6rem;
    font-size: 2rem;
  }
  .part-restore {
    padding-top: 10rem;
  }
  .part-restore-pass {
    padding-top: 30rem;
  }
  .btn_session {
    height: 7rem;
    font-size: 3rem !important;
  }
}

@media (max-width: 414px) and (max-height: 740px) {
  #section-form-restore img {
    width: 20rem;
    padding: 1.8rem 0rem;
  }
  .text-iniciar-sesion .title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
  #email_access_fields p {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  #email_access_fields input {
    padding: 0.3rem 0.3rem 0.3rem 4rem;
    height: 5rem;
    font-size: 1.7rem;
  }
}

@media (max-width: 394px) and (max-height: 668px) {
  #section-form-restore img {
    width: 21rem;
    padding: 1.3rem 0rem;
  }
  .text-iniciar-sesion .title {
    font-size: 1.8rem;
  }
  #email_access_fields p {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #email_access_fields input {
    padding: 0.3rem 0.3rem 0.3rem 4rem;
    height: 5rem;
    font-size: 1.7rem;
  }
  .part-restore {
    padding-top: 2rem;
  }
  .part-restore-pass {
    padding-top: 15.5rem;
    /*sirve 16*/
  }
  .btn_session {
    height: 6rem;
    font-size: 2.2rem !important;
  }
}

/* horizontal */
@media (orientation: landscape) and (max-width: 991.98px) {
  #section-form-restore {
    overflow-y: auto;
    height: 100vh;
    background-size: 50%;
    background-position: -50% 50%;
  }
  .contenedor {
    height: auto;
  }
  #section-form-restore img {
    width: 21rem;
    padding: 1rem 0rem;
  }
  .text-iniciar-sesion {
    padding-bottom: 2.5rem;
  }
  .text-iniciar-sesion .title {
    font-size: 2.8rem;
    margin-bottom: 0rem;
  }
  #email_access_fields p {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  #email_access_fields input {
    padding: 0.3rem 0.3rem 0.3rem 4rem;
    height: 5rem;
    font-size: 1.6rem;
  }
  .part-restore {
    padding-top: 1.5rem;
  }
  .part-restore-pass {
    padding-top: 3.5rem;
  }
  .btn_session {
    height: 6rem;
    font-size: 2.7rem !important;
    width: 100%;
  }
}
