

#loginNewModal.modal {
  background-color: #f6f6f4;
  scrollbar-width: none;
}

#loginNewModal.modal .modal-content {
  border-radius: 12px !important;
  background-color: #ffffff !important;
  border: 1px solid #eae7f4;
}

.login-new-modal {
  background: #ffffff;
  border-radius: 12px;
  padding: 35px 34px 15px;
}

.login-new-header {
  text-align: left;
  padding: 0;
}

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

.login-new-header h3.title {
  color: #3a3e47;
  font-size: 27px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: 26px;
}

.login-new-header h4.subtitle {
  color: #4c505a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  margin-top: 10px;
}

.login-new-header p.otpText {
  color: #777b86;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 19px;
}

.login-new-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-new-form .change {
  position: absolute;
  right: 21px;
  padding: 18.5px 0;
  color: #2c5ee9;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  z-index: 1;
}

.login-new-form .resend {
  color: #2c5ee9;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
  text-align: right;
}

.login-new-form .timer {
  color: #9176ff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
  text-align: right;
  width: 33px;
}

.login-new-form .whatsapp {
  color: #777b86;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
}

.login-new-form p.othertext {
  color: #777b86;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  margin: 44px 0 19px 0;
}

.login-new-form p.remember {
  color: #777b86;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  margin: 22px 0;
}

.login-new-form p.remember a {
  color: #2c5ee9;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  margin: 22px 0;
  text-underline-offset: 0.18rem;
}

.login-new-form p.request {
  color: #777b86;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin: 31px 0 0;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
  text-align: center;
}

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

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

.login-new-close-icon {
  position: absolute;
  right: 30px;
  top: 35px;
}

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

.login-new-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-new-reset .login-new-info-icon {
  position: absolute;
  left: 0px;
  bottom: 2px;
}

.login-new-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 15px;
}

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

.btn-new-login {
  background: #866dcf !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 16px 40px !important;
  width: 100% !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.btn-new-skip {
  background: #e7eaf4 !important;
  color: #3a3e47 !important;
  border-radius: 6px !important;
  padding: 16px 20px !important;
  width: 100% !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.MuiButtonBase-root.MuiSwitch-switchBase.Mui-checked {
  color: #ffffff !important;
}

.MuiButtonBase-root.MuiSwitch-switchBase.Mui-checked + .MuiSwitch-track {
  background-color: #866dcf !important;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .login-new-modal {
    padding: 15px 10px 10px;
  }

  .login-new-header {
    text-align: left;
    padding: 0 15px;
  }
  .login-new-header h3.title {
    font-size: 19px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .login-new-close-icon {
    position: absolute;
    right: 2px;
    top: 15px;
    z-index: 9;
  }

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

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

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