﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}


@media (min-width:320px) and (max-width:675px) {
    .login_body {
        width: 300px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
}
/*-----------login otp popup style start------------*/
.dv_ModalContent {
    border-radius: .8rem;
}
.Dv_OTP .form-group {
    margin: 0;
}

    .Dv_OTP .form-group .form-control {
        width: 100%;
        margin: 10px 0 6px 0;
        background: #f9f9f9;
        border: 2px solid #686868;
        border-radius: 14px;
        padding: 10px;
        height: auto;
    }

.Dv_OTP .help-block.with-errors {
    color: #ff0000;
}

.Dv_OTP .Dv_OTP_Resend {
    font-size: 12px;
}

    .Dv_OTP .Dv_OTP_Resend .lbl_OTP_Resend {
    }

        .Dv_OTP .Dv_OTP_Resend .lbl_OTP_Resend .span_OTP_TIMER {
            font-weight: 600;
        }

    .Dv_OTP .Dv_OTP_Resend .btnResendOTP {
        color: #0d6efd;
        text-decoration: underline;
    }

.Dv_OTP .Dv_OTP_Action {
    text-align: center;
    margin: 16px 0 10px 0;
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Dv_OTP .btn.LoginBtn {
    background: #e31837;
    border: 2px solid #e31837;
    color: #ffffff;
    border-radius: 14px;
    width: auto;
    font-weight: 600;
    min-width: 120px;
}

.Dv_OTP .btn.btnDefault {
    background: transparent;
    border: 2px solid #333333;
    color: #333333;
    border-radius: 14px;
    width: auto;
    font-weight: 500;
    min-width: 120px;
}
/*-----------login otp popup style end------------*/
