.page {
    font-family: 'Jura', sans-serif;
  }
  
  body, * {
    font-family: 'Inter', sans-serif;
    color: black;
  }
  
  .overlay-text {
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.7);
  }
  
  .btn-custom {
    background-color: #21363a;
    color: #ffffff;
    border-radius: 12px;
    font-size: 21px;
    font-weight: 500;
    padding: 10px 75px;
  }
  

  .btn-custom:hover,
  .btn-custom:focus,
  .btn-custom:active {
    background-color: #21363a;
  }
  
  
  
  .form-floating > .form-control {
    border-radius: 20px;
    opacity: 0.5;
    border: 2px solid #EEEEEE;
  }
  
  .partner-login {
    border-bottom: 2px solid rgb(188, 187, 187);
    text-decoration: none;
    font-size: 20px;
  }
  
  .otp{
    max-width: 40px;
  }

  .w-20px {
    width: 20px;
  }
  .w-40px {
    width: 40px;
  }
  .w-200px {
    width: 200px;
  }
  .w-210px {
    width: 210px;
  }