.login-modal {
  position: relative;
  background: #ffffff;
}

.login-header {
  height: 121px;
  background: #eaf7ff;
  padding: 30px;
  text-align: left;
}

.login-footer,
.login-footer-signup {
  height: 96px;
  background: #eaf7ff;
  padding: 30px;
}

.login-footer-reset {
  height: 50px;
  background: #ffffff;
}

.login-form,
.login-reset {
  padding: 10px 30px;
}

.login-header h3.title {
  color: #4a5e88;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.login-header h4.subtitle {
  color: #83848e;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 10px;
}

.login-form p.text {
  color: #646464;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-underline-offset: 0.18rem;
  text-align: right;
  margin: 22px 0 11px;
}

.login-form p.othertext {
  color: #83848e;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin: 25px 0;
}

.login-form p.remember {
  color: #646464;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: right;
  margin: 22px 0 11px;
}

.login-form p.remember a {
  color: #646464;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: right;
  margin: 22px 0 11px;
  text-underline-offset: 0.18rem;
}

.login-form p.remember img {
  margin-right: 9px;
}

.login-form .login-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.btn-login {
  background: #866dcf !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 16px 40px !important;
  width: 100% !important;
}

.login-close-icon {
  position: absolute;
  right: 28px;
  top: 38px;
}

.login-footer p.text,
.login-footer-signup p.text {
  color: #747474;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 5px;
}

.login-footer p.text span,
.login-footer-signup p.text span {
  color: #866dcf;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.login-reset p.text {
  color: #757575;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.login-reset p.othertext {
  color: #757575;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-top: 19px;
  position: relative;
  padding-left: 27px;
}

.login-reset .login-info-icon {
  position: absolute;
  left: 0px;
  bottom: 2px;
}

.login-form .social {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
  justify-content: space-around;
  gap: 0 20px;
}

.login-form .socialCard {
  width: 220px;
  height: 40px;
  margin-bottom: 15px;
}


@media only screen and (max-width: 768px) {
  .login-close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .login-header {
    height: 90px;
    padding: 7px 15px
  }

  .login-footer {
    height: 50px;
    padding: 7px 15px
  }

  .login-form .social {
    margin: 0 !important;
  }

  .login-form p.othertext {
    margin: 5px 0 !important;
  }

  .login-form,
  .login-reset {
    padding: 7px 15px !important
  }
}