/* Top Banner */
.divInnerPageBanner 
{
    position: relative;
}

.imgPageTitle 
{
    width: 100%;
    object-fit: cover;
    margin-top: 50px;
    height: 176px;
}

.divImgTitle h4 
{
    position: absolute;
    top: 134px;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
}

/* Page */
.col-form-label
{
    font-size: 13px;
}

.form-control
{
    font-size: 14px;
}

.divRegisterBtn
{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 80px;
}

.divRegisterBtn button, .divRegisterBtn button:hover, .divRegisterBtn button:active, .divRegisterBtn button:focus
{
    padding-left: 8%;
    padding-right: 8%;
}

.spanRequired
{
    color: #B70C36;
}

.date input, .date button
{
    background-color: #ffffff !important;
}

.datepicker-days
{
    font-family: 'Inter' !important;
}

input[type=checkbox]
{
    position: relative;
    top: 2px;
}

.divMessageBottomMargin
{
    margin-bottom: 175px;
}

@media screen and (max-width: 767px) and (min-width: 100px)
{
    /* Top Banner */
    .imgPageTitle
    {
        width:100%;
        object-fit: cover;
        margin-top: 50px;
        height: 110px;
    }

    .divImgTitle h4
    {
        position: absolute;
        top:104px;
        font-size: 18px;
    }
}