@charset "UTF-8";

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
  @media screen and (max-width: 767px) {
    overflow: hidden;
  }
}

#forgetPasswordModal,
#resetPasswordWarningModal {
  z-index: 1000; // display: flex;
  opacity: 1;
  background-color: #ffffff !important;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  color: #4a4a4a;
  p {
    line-height: 30px;
  }
  h4,
  .notice {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: #d0021b;
  }
  h4 {
    margin-bottom: 24px;
  }
  .input-field {
    margin-top: 0 !important;
    &.inline {
      width: 65% !important;
    }
  }
  .forger-password-form {
    margin-top: 36px;
  }
}

#forgetPasswordModal.modal {
  width: 50vw !important;
  // max-height: 40vh !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  @media screen and (max-width: 806px) {
    width: 70vw !important;
  }
}

#resetPasswordWarningModal {
  p {
    margin-bottom: 50px !important;
  }
  &.modal {
    width: 30vw !important;
    max-height: 20vh !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    @media screen and (max-width: 806px) {
      width: 70vw !important;
    }
    @media screen and (max-height: 1030px) {
      max-height: 45vh !important;
    }
    @media screen and (max-height: 870px) {
      max-height: 50vh !important;
    }
  }
}

.modal-content,
.modal-footer {
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
  background-color: #ffffff !important;
  padding: 26px !important;
}

.modal-content {
  padding-bottom: 0 !important;
}

.modal-footer {
  margin-top: -20px;
}