.buttonload {
    background-color: #03ad5c;
    border: none;
    color: white;
    font-size: 16px;
    display: none;
}

#login_sumbit.disabled {
    pointer-events: none;
    cursor: not-allowed;
}
#verify_otp.disabled {
    pointer-events: none;
    cursor: not-allowed;
}