
  .lgFormFildphone{
    display: none !important;
  }

  .verify-button{
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    padding: 10px 10px 10px 10px;
    background: rgb(41, 80, 114);
    background: linear-gradient(172deg, rgba(41, 80, 114, 1) 0%, rgba(41, 81, 114, 1) 48%, rgba(41, 82, 114, 1) 60%, rgba(41, 83, 114, 1) 45%, rgba(54, 198, 64, 1) 90%, rgba(52, 181, 71, 1) 96%, rgba(46, 121, 96, 1) 100%);
  }


  
  .generatedOTP{
    color:#3085d6;
    margin-top:10px;
    }
  
    .loginPgeError{
          color: red;
          text-align: center;
    }


    

  