.dig_pgmdl_2 .transupbutton,
.dig_pgmdl_2 .button:not(.digits_login_via_otp){
    display: block;
    width: 300px;
    margin: 10px auto 20px auto;
    max-width: 100%;
    background-color: var(--bs-primary);
    color: #ffffff;
    font-weight: bold;
    border-radius: .5rem;
}

.dig_pgmdl_2 .transupbutton{
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
}

.dig_pgmdl_2 .digits_login_via_otp{
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: var(--bs-link-color);
    font-size: var(--bs-body-font-size);
}

.dig_pgmdl_2 .minput input{
    height: 46px;
    border-radius: .5rem !important;
    border: 1px solid #999999;
}

.dig_pgmdl_2 .dg_min_capt .minput_inner:after{
    content: "\f021";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: .8rem;
    position: absolute;
    bottom: 2px;
    left: -3px;
    height: 25px;
    width: 25px;
    color: #3333333;
}

html[dir="rtl"] .dig_captcha{
    left: 10px !important;
}

.dig_verify_mobile_otp{
    padding-top: 0 !important;
}

.dig_sml_box_msg_head{
    font-size: 1.2rem;
    font-weight: 900;
}

.dig_verify_mobile_otp_container{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
