/* ----------------------------CUSTOM CSS---------------------------------------- */
.loginCard{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 33%;
  }
  .login-section{
    background: #222222;
    height: 100vh;
    width: 100vw;
  }
  
  .clickableText{
    cursor: pointer;
    font-size: 12px;
    color: blue;
  }

  .hidden{
      display: none;
  }
  .otpInput input[type=number]{
    text-align: center;
    letter-spacing: 20px;
  }

  #recaptcha-container{
      display: none;
  }