
.login-box {
    min-height: 50vh;
  
  }
  
  .login-container {
    max-width: 700px;
  
  }
  
  input.form-control {
    border: 1px solid #e35474;
    border-radius: 5px;
  
  }
  
  .borderradius {
    border: 1px solid #cabbbb;
    border-radius: 2px 15px 25px 0px;
  }
  
  .textRed {
    color: #DC3545 !important;
    font-family: Montserrat, sans-serif;
  }
  
  .bgRed {
    background: #DC3545;
  }
  
  .bgRed:hover {
    background: #DC3545 !important;
  }
  
  .input-group>.intl-tel-input.allow-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
  }
  
  .input-group>.intl-tel-input.allow-dropdown>.flag-container {
    z-index: 4;
  }
  
  .regTitle {
    font-family: Inter, serif;
    font-size: 13px;
    color: #ffffff;
  
  }
  
  .otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    margin: 0 5px;
  }
  
  .btn-close {
    height: 4px;
    width: 4px;
    color: #0a0a0a;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  
  .otpModalLabel {
    font-weight: 600;
  }
  
  .modal-content {
    max-width: 380px;
    /*height: 270px;*/
  }
  
  .terms {
    font-size: 8px;
    line-height: 1.2;
    position: relative;
    /* top: 80px */
  }
  
  @media (max-width: 767px) {
    .terms {
      top: 0 !important;
    }
  
    .login-box {
      padding: 10px;
  
    }
  
    .borderradius {
      border-bottom: 1px solid #cabbbb;
      border-left: 1px solid #cabbbb;
      border-right: 1px solid #cabbbb;
      border-radius: 0px 0px 15px 15px;
    }
  }
  
  .successMsg {
    height: 160px;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .otpbox {
    display: block;
  }
  
  .otp-resend {
    color: #DC3545;
    cursor: pointer;
    display: block;
    font-size: 14px;
    text-align: center;
  
    margin: 0;
  }
  
  .otp-resend--disabled {
    cursor: default;
    color: #4d4646 !important;
  }
  
  button:disabled {
    background-color: #DC3545 !important;
    cursor: not-allowed;
  }