
    /* varification message */

    .varification{
        width: 100%;
        height: fit-content;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .varification p{
        font-size: 12px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .varification p span{
        color: #3179F5;
        font-weight: 600;
    }

    #varification-box{
        margin-bottom: 20px;
    }
   
    /* submit button */

    .submit-button{
        display: none;
    }

    /* resend OTP */

    .resend-otp{
        display: block;
        width: 100%;
        height: 138px;
        float: left;
    }

    .resend-otp p{
        margin: 0;
        padding: 0;
        margin-left: 10px;
        text-align: left;
    }

    .resend-otp button{
        float: left;
        margin-top: 15px;
        margin-left: 0px;
    }

    .wait{
        display: none;
        float: left;
        font-size: 12px;
        height: 30px;
        width: 200px;
        margin: 10px 0 0 0;
        padding: 8px;
        text-align: left;
        align-items: flex-end;
    }

    .counter{
        font-weight: 500;
    }

    .back-button,
    .resend-button{
    font-size: 14px;
    background-color: white;
    border: none;
    font-weight: 600;
    font-family: inherit;
    outline: none;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    padding: 10px 30px;
    border-radius: 30px;
    }

    @media only screen and (max-width:768px){
        .back-button, .resend-button {
        color: #011627;
        font-size: 14px;
        background-color: white;
        border: none;
        font-weight: 600;
        font-family: inherit;
        outline: none;
        cursor: pointer;
        letter-spacing: -1px;
        padding: 10px 30px;
        border-radius: 30px;
        border: 1px solid #e8e8e8;

    }
    .wait {
        display: none;
        float: left;
        font-size: 12px;
        height: 45px;
        width: 200px;
        padding: 0px;
        text-align: left;
        align-items: center;
        margin-left: 5px;
    }
    .resend-otp button {
        float: left;
        margin-top: 15px;
        margin-left: 0px;
    }
    #varification p{
        font-size: 14px;
    }

    }