@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-login {
  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-login img {
  width: 27rem;
  padding-bottom: 2rem;
}
#section-img-login h2 {
  color: var(--blue);
}
#section-img-login p {
  font-size: 2.4rem;
  color: var(--black);
}
#section-form-login {
  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: 3.6rem;
  color: var(--blue);
}
.boton-inicio {
  padding: 1.2rem 1rem;
  background: var(--white);
  box-shadow: 0px 0px 13px var(--light-gray) !important;
  border-radius: 50px !important;
}
.boton-inicio .text {
  color: var(--black);
  font-size: 1.9rem;
  top: 0.2rem !important;
}
.boton-inicio .google-button__icon {
  display: inline-block;
  vertical-align: middle;
  top: 0.2rem !important;
  width: 2.8rem;
}
.div-separator {
  padding: 2rem 1.5rem 2rem 1.5rem;
}
.div-separator .fieldset-linea {
  border-top: 1px solid var(--gray);
}
.div-separator .legend-linea {
  margin-bottom: 0px;
  width: auto;
  text-align: center;
  padding: 0px 5px;
  border-bottom: none;
  color: var(--gray);
  font-size: 2.2rem;
}
#email_access_fields .col-md-12 {
  padding-bottom: 2rem;
}
#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-login {
  padding-top: 5.3rem;
}
.part-login .col-md-12 {
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.forgot-pass {
  font-weight: 500;
  font-size: 2.2rem;
}
.forgot-pass #lostpass {
  color: var(--blue);
}
.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-login {
    padding: 5.5rem 6rem;
  }
  #section-img-login {
    padding: 3rem 7rem;
    background-size: 106%;
    background-position: 50% 105%;
  }
  #section-img-login img {
    width: 23rem;
    padding-bottom: 0.5rem;
  }
  #section-img-login h2 {
    font-size: 2.5rem;
  }
  #section-img-login p {
    font-size: 1.9rem;
  }
  .text-iniciar-sesion {
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
  .text-iniciar-sesion .title {
    font-size: 2.5rem;
  }
  .boton-inicio {
    padding: 0.8rem 0.8rem;
  }
  .boton-inicio .google-button__icon {
    width: 2.3rem;
  }
  .boton-inicio .text {
    font-size: 1.7rem;
  }
  .div-separator {
    padding: 1.2rem;
  }
  .div-separator .legend-linea {
    font-size: 1.7rem;
  }
  #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-login {
    padding-top: 1rem;
  }
  .part-login .col-md-12 {
    padding: 1rem 1.5rem 0rem 1.5rem;
  }
  .forgot-pass {
    font-weight: 500;
    font-size: 1.9rem;
  }
  .btn_session {
    height: 4.5rem;
    font-size: 2.3rem !important;
    width: 30rem;
  }
}

@media (max-width: 1281.98px) and (min-height: 766px) {
  /* @media (max-width: 1024.98px) { */
  #section-form-login {
    padding: 10rem 6rem;
  }
  #section-img-login {
    background-size: 130%;
    background-position: 50% 83%;
    padding: 7rem 7rem;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  #section-form-login {
    border-radius: 0;
    padding: 0 !important;
    background-image: url(../../../img/login/signup.png);
    background-size: 86%;
    background-repeat: no-repeat;
    background-position: -320% 60%;
    overflow: hidden;
  }
  .contenedor {
    background: linear-gradient(360deg, #ffffffd6 85.96%, #00adee6e 100.31%);
    padding: 4rem 3rem;
    height: 100%;
    padding: 1rem 1.5rem;
  }
  .col-xs-12 {
    width: 100% !important;
    margin-top: 0%;
  }
  #section-form-login img {
    width: 35rem;
    padding: 3rem 0rem;
  }
  .text-iniciar-sesion {
    padding-bottom: 4rem;
  }
  .text-iniciar-sesion .title {
    text-align: center;
    font-size: 3.8rem;
    margin-bottom: 1rem;
  }
  .text-iniciar-sesion .text {
    color: var(--black);
    font-size: 2.5rem;
    text-align: center;
  }
  .boton-inicio {
    padding: 1.8rem 0rem;
  }
  .boton-inicio .google-button__icon {
    width: 3.5rem;
    top: 0rem !important;
  }
  .boton-inicio .text {
    font-size: 3rem;
    top: 0.2rem !important;
  }
  .div-separator {
    padding: 2.8rem 1.5rem;
  }
  .div-separator .legend-linea {
    font-size: 3rem;
  }
  #email_access_fields p {
    font-size: 2.8rem;
    margin-bottom: 5px;
  }
  #email_access_fields .col-md-12 {
    padding: 0rem 1.5rem 3.5rem 1.5rem;
  }
  #email_access_fields input {
    padding: 0.3rem 0.3rem 0.3rem 4rem;
    height: 7rem;
    font-size: 2.6rem;
  }
  #email_access_fields .no_have_account {
    font-size: 2.6rem;
  }
  .forgot-pass {
    font-size: 2.8rem;
  }
  .part-login .col-md-12 {
    padding-top: 2.5rem;
  }
  .btn_session {
    height: 8.5rem;
    font-size: 3.5rem !important;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  #section-form-login img {
    width: 21rem;
    padding: 1rem 0rem;
  }
  .text-iniciar-sesion {
    padding-bottom: 2.5rem;
  }
  .text-iniciar-sesion .title {
    font-size: 2.8rem;
    margin-bottom: 0rem;
  }
  .text-iniciar-sesion .text {
    font-size: 1.8rem;
  }
  .boton-inicio {
    padding: 0.9rem 0rem;
  }
  .boton-inicio .google-button__icon {
    width: 2.5rem;
    top: 0rem !important;
  }
  .boton-inicio .text {
    font-size: 2rem;
    top: 0.2rem !important;
  }
  .div-separator {
    padding: 1.8rem 1.5rem;
  }
  .div-separator .legend-linea {
    font-size: 2rem;
  }
  #email_access_fields p {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  #email_access_fields .col-md-12 {
    padding: 0rem 1.5rem 1.5rem 1.5rem;
  }
  #email_access_fields input {
    padding: 0.3rem 0.3rem 0.3rem 4rem;
    height: 5rem;
    font-size: 1.6rem;
  }
  #email_access_fields .no_have_account {
    font-size: 1.6rem;
  }
  .forgot-pass {
    font-size: 1.8rem;
  }
  .part-login .col-md-12 {
    padding-top: 1.5rem;
  }
  .btn_session {
    height: 6rem;
    font-size: 2.7rem !important;
    width: 100%;
  }
}

@media (max-width: 415px) and (max-height: 916px) {
  #section-form-login img {
    width: 25rem;
    padding: 2.8rem 0rem;
  }
  .text-iniciar-sesion {
    padding: 1rem 1.5rem 3.5rem 1.5rem;
  }
  .text-iniciar-sesion .title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
  .text-iniciar-sesion .text {
    color: var(--black);
    font-size: 2rem;
    text-align: center;
  }
  .boton-inicio {
    padding: 0.8rem 0.8rem;
  }
  .boton-inicio .google-button__icon {
    width: 2.7rem;
    vertical-align: -webkit-baseline-middle;
  }
  .boton-inicio .text {
    font-size: 2.3rem;
    vertical-align: middle;
  }
  .div-separator {
    padding: 1.9rem;
  }
  .div-separator .legend-linea {
    font-size: 2rem;
  }
  #email_access_fields .col-md-12:nth-child(-n + 1) {
    padding: 0rem 1.5rem 2.5rem 1.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;
  }
  #email_access_fields .no_have_account {
    font-size: 2rem;
  }
  .part-login .col-md-12 {
    padding: 2rem 1.5rem 0rem 1.5rem;
  }
  .forgot-pass {
    font-size: 2rem;
  }
  .btn_session {
    height: 7rem;
    font-size: 3rem !important;
  }
}

@media (max-width: 414px) and (max-height: 740px) {
  #section-form-login img {
    width: 20rem;
    padding: 1.8rem 0rem;
  }
  .text-iniciar-sesion {
    padding: 1rem 1.5rem 2rem 1.5rem;
  }
  .text-iniciar-sesion .title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .text-iniciar-sesion .text {
    color: var(--black);
    font-size: 1.7rem;
    text-align: center;
  }
  .boton-inicio .google-button__icon {
    width: 2.4rem;
    vertical-align: -webkit-baseline-middle;
  }
  .boton-inicio .text {
    font-size: 1.9rem;
    vertical-align: middle;
  }
  .div-separator {
    padding: 1.7rem;
  }
  #email_access_fields .col-md-12:nth-child(-n + 1) {
    padding: 0rem 1.5rem 2.5rem 1.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;
  }
  .no_have_account {
    font-size: 1.8rem;
  }
  .forgot-pass {
    font-size: 1.8rem;
  }
}

@media (max-width: 394px) and (max-height: 668px) {
  #section-form-login img {
    width: 20rem;
    padding: 1rem 0rem;
  }
  .text-iniciar-sesion {
    padding-bottom: 1.5rem;
  }
  .text-iniciar-sesion .title {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
  }
  .text-iniciar-sesion .text {
    font-size: 1.8rem;
    text-align: center;
  }
  .boton-inicio .google-button__icon {
    width: 1.6rem;
  }
  .boton-inicio .text {
    font-size: 1.5rem;
    top: 0.12rem !important;
  }
  .div-separator {
    padding: 0.8rem 1.5rem;
  }
  .div-separator .legend-linea {
    font-size: 1.4rem;
  }
  #email_access_fields .col-md-12:nth-child(-n + 1) {
    padding: 0rem 1.5rem 1.5rem 1.5rem;
  }
  #email_access_fields p {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #email_access_fields input {
    padding: 0.3rem 0.3rem 0.3rem 4rem;
    height: 4.5rem;
    font-size: 1.7rem;
  }
  #email_access_fields .col-md-12 {
    padding: 0rem 1.5rem 1.5rem 1.5rem;
  }
  #email_access_fields .no_have_account {
    font-size: 1.6rem;
  }
  .forgot-pass {
    font-size: 1.7rem;
  }
  .part-login .col-md-12 {
    padding-top: 1rem;
  }
  .btn_session {
    height: 6rem;
    font-size: 2.2rem !important;
  }
  .btn_session span {
    vertical-align: sub;
  }
}

@media (max-width: 320px) and (max-height: 580px) {
  #section-form-login img {
    width: 18rem;
    padding: 1rem 0rem;
  }
  .text-iniciar-sesion {
    padding-bottom: 1.5rem;
  }
  .text-iniciar-sesion .title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .text-iniciar-sesion .text {
    color: var(--black);
    font-size: 1.3rem;
    text-align: center;
  }
  .boton-inicio .google-button__icon {
    width: 1.6rem;
  }
  .boton-inicio .text {
    font-size: 1.5rem;
    top: 0.12rem !important;
  }
  .div-separator {
    padding: 0.8rem 1.5rem;
  }
  .div-separator .legend-linea {
    font-size: 1.4rem;
  }
  #email_access_fields .col-md-12:nth-child(-n + 1) {
    padding: 0rem 1.5rem 1.5rem 1.5rem;
  }
  #email_access_fields p {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  #email_access_fields .col-md-12 {
    padding: 0rem 1.5rem 1.5rem 1.5rem;
  }
  #email_access_fields .no_have_account {
    font-size: 1.4rem;
  }
  .forgot-pass {
    font-size: 1.5rem;
  }
  .part-login .col-md-12 {
    padding-top: 1rem;
  }
  .btn_session {
    /* height: 4.5rem; */
    font-size: 2.2rem !important;
    width: 100%;
  }
  .btn_session span {
    vertical-align: sub;
  }
}

/* horizontal */
@media (orientation: landscape) and (max-width: 991.98px) {
  #section-form-login {
    overflow-y: auto;
    height: 100vh;
    background-size: 50%;
    background-position: -50% 50%;
  }
  .contenedor {
    height: auto;
  }

  #section-form-login img {
    width: 21rem;
    padding: 1rem 0rem;
  }
  .text-iniciar-sesion {
    padding-bottom: 2.5rem;
  }
  .text-iniciar-sesion .title {
    font-size: 2.8rem;
    margin-bottom: 0rem;
  }
  .text-iniciar-sesion .text {
    font-size: 1.8rem;
  }
  .boton-inicio {
    padding: 0.9rem 0rem;
  }
  .boton-inicio .google-button__icon {
    width: 2.5rem;
    top: 0rem !important;
  }
  .boton-inicio .text {
    font-size: 2rem;
    top: 0.2rem !important;
  }
  .div-separator {
    padding: 1.8rem 1.5rem;
  }
  .div-separator .legend-linea {
    font-size: 2rem;
  }
  #email_access_fields p {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  #email_access_fields .col-md-12 {
    padding: 0rem 1.5rem 1.5rem 1.5rem;
  }
  #email_access_fields input {
    padding: 0.3rem 0.3rem 0.3rem 4rem;
    height: 5rem;
    font-size: 1.6rem;
  }
  #email_access_fields .no_have_account {
    font-size: 1.6rem;
  }
  .forgot-pass {
    font-size: 1.8rem;
  }
  .part-login .col-md-12 {
    padding-top: 1.5rem;
  }
  .btn_session {
    height: 6rem;
    font-size: 2.7rem !important;
    width: 100%;
  }
}
