.login__form {
    text-align: center;
  }
  
  .login__error {
    color: red;
  }
  
  .login__heading {
    flex-direction: column;
  }

  .otp_input {
    width: 15px;
    height: 45px;
    padding: 5px;
    font-size: 20px;
    text-align: center;
    caret-color: transparent;
  }
  
  .otp_input:focus {
    outline: none !important;
    border: 1px solid rgb(69, 158, 218);
    box-shadow: 0 0 10px #719ece;
  }