@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

*{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.bdcls{
    position: relative;
    min-height: 95vh;
    padding-bottom: 70px;
    background-color: #f5f9ff;
}

a{    
    text-decoration: none;
}

.formbg{
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11);
    background-color: #fff;
    border-radius: 10px;
}

.frm-div{
    padding: 10px 0;
}

.frm-div .form-label{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.frm-div .form-label sup{
    color: red;
    font-size: 14px;
}

.frm-div .form-control{
    border-color: #333;
}

.frm-div span.errormsg{
    color: red;
    font-size: 14px;
}

.frm-div .input-group-text{
    border: 1px solid #333;
    cursor: pointer;
}

    .frm-div .input-group-text {
        border-radius: 0 0.375rem 0.375rem 0 !important;
    }

    .footer-div {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

.footer-div span, .footer-div a{
    font-size: 14px;
    line-height: 22px;
    color: #333;
}