﻿    header,#footer,.modal-backdrop {
    z-index: 0;
}.bg-primary {
    color: #fff;
    background-color: #113255;
}
	.wrapper:after {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #303f9f4a;
}
.log_inner {
    box-shadow: none;
}

#footer
{
    position: fixed;
    bottom: 0;
    display: none;
}
.login-box a {
    color: #816344;
}
.login_box_msg{
	font-size: 18px;
    overflow: hidden;
    padding: 0 0 20px;
    font-weight: 600;
    color: #c1202f;
}
#footer ul li {
    float: none;
}.col-md-12.footer-links.nopadding {
    text-align: center;
}

#footer .more-info{
	    padding: 0 0 10px;
}

header{
    display: none;
}
.panel_footer {
    background-color: #F2F2F2!important;
    text-align: center;
    height: 100px;
    padding: 20px 0;
    line-height: 30px;
    color: #816344;
    border-radius: 0;
    font-size: 9pt;
    letter-spacing: 0;
}
.new_nav{ display:none; }
[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 0%;
    background: #fff;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 5px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.clikagre {
    color: #484848;
    display: block;
    font-size: 10pt;
    margin: 2px 25px 5px 20px;
    overflow: hidden;
    font-weight: normal;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #c5a47e;
    position: absolute;
    top: 8px;
    left: 4px;
    border-radius: 0%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}



/*	Validate OTP	*/
.validate-otp-box-msg {
    margin: 14px auto;
    text-align: center;
    padding: 0 20px 20px 20px;
    color: #3d87bb;
    font-size: 14px;
    font-weight: 600;
}

.resend_al_otp_block {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 18px;
    text-align: right;
    font-size: 13px;
    font-weight: 600;
}

.resend_al_otp_block a {
    cursor: pointer;
}

.vlotp_msg_wrapper {
    width: 62%;
    margin: 0px auto;
    margin-bottom: 15px;
    text-align: center;
    color: forestgreen;
    color: darkred;
}

#vlotp_sucs_msg_wrapper {
    color: forestgreen;
}

#vlotp_err_msg_wrapper {
    color: darkred;
}
