body,html{
    height: 100%;
    font-size: 14px;
    background: #fbfbfb;
}
li{
    list-style: none;
}

.whitebg{
    background: white;
    padding: 20px;
}

.block-header{
    background: #276ace;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    padding-left: 16px;
    color: white;
    font-weight: bold;
}

.bg-client{
    background: url(../images/banner.jpg);
    height: 300px;
    padding: 40px;
    color: white;
}

.ball{
    width: 24px;
    height: 24px;
    background: #ef3c40;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: white;
    font-size: .8rem;
    border-radius: 50%;
}

.ball:hover{
    background: #276ace !important;
    color: white;
    text-decoration: none;
}
.orange{
    background: #f57e20 !important;
}
.light-orange{
    background: #f8aa46 !important;
}
.light-green{
    background: #4bb963 !important;
}
.green{
    background: #0e9447 !important;
}
.input-cell{
    height: 40px;
}
.table-cell{
    border: 1px solid #dee2e6;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.v-align td{
    vertical-align: middle;
}
.card-link{
    display: block;
}

body.login-register{} 
body.login-register .bg{background: url('../images/bg6.jpg')no-repeat,fixed;
    background-size: cover;
    padding-bottom: 20px;
    background-position: right 50px;height:100%;}

 .login-header{background:#fff;}
.login-register .main-bg{background: linear-gradient(60deg,#364C9D , #768bd8f2);border-radius: 0 0 300px 300px;z-index: 0; position: relative;}
.login-register .whitebg{padding:0px;max-width: 400px;
    margin: auto;}
.login-register .sec-head{padding-top: 5em;padding-bottom: 2.8em;text-align: center;color: #fff;}
.login-register .speci-login {position: absolute;left: 0;right: 0;bottom: -30px;}
.login-register   .first-look{margin: 0 auto;border-radius: 50%;background: #fff;text-align: center;width: 60px;height: 60px;border: 4px solid rgba(99, 85, 87, 0.19);}
.login-register   .first-look img {margin-top: 12px;text-align: center;}
.login-register .bottom-content{padding:20px 30px 0px;}
.login-register .btn-primary{border-radius:25px;padding: 0.5rem 3rem;}
.login-register .icon-box .icon span{border: 5px solid #fff;
 display: inline-block;height: 35px;width: 35px;border-radius: 50%; color:#fff;vertical-align: middle;background:#E3AF21; margin-left: -20px; font-size: 20px; line-height: 20px;}
.login-register .icon-box .icon.right span{background:#44D09D;margin-left: 2px;margin-right: -20px;font-size: 24px;}
.login-register .icon-box .icon a{color:#353535;font-weight: 500;}
.login-register .icon-box .icon a:hover{text-decoration:none;color:#007bff}
.login-register .whitebg.register .sec-head{padding-top: 2rem;padding-bottom: 0rem;}
.login-register .whitebg.register .main-bg{color:#fff;}
.login-register .whitebg.register .main-bg p{margin:0px 100px 0px;text-align: center;padding-bottom: 40px;}
.login-register .whitebg.confirm{max-width: initial;}
.onbording .card-header{background:#364C9D;}
.onbording .card-header a{color:#fff;}
/* Breakpoint SM */
@media (min-width: 320px) and (max-width: 767px)
{
    .d-sm-none
    {
        display: none !important;
    } 
}
.overflow-auto{
    overflow: auto !important;
}


/* ================added by vivek start ===================== */
img {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.loginSec {
    overflow: auto;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.logoMain {
    position: absolute;
    top: 10px;
    left: 10px;
}

.videoBg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100vh;
    overflow: auto;
    margin: 0;
    z-index: -2;
}

.logoMain {
    padding: 25px;
    overflow: auto;
}

.loginForm {
    padding: 30px 25px;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 12px;
    background-color: #fff;
    overflow: auto;
    height: 100%;
}

.loginForm h1 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 4px;

}

.loginForm p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.loginForm .form-control {
    background-image: url(../images/mail-icon.svg);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 16px;
    border: 1px solid #EBD8D8;
    border-radius: 6px;
    padding-left: 40px;
    height: 44px;
    font-size: 13px;
    box-shadow: none;
}

.loginForm .form-control.passwordImg {
    background-image: url(../images/password-icon.svg);
    background-size: 14px;
    padding-right: 35px;
}

.loginForm .form-control.usericon {
    background-image: url(../images/user-icon.svg);
    background-size: 14px;
    /* padding-right: 35px; */
}

.loginForm .form-control.callicon {
    background-image: url(../images/call-icon.svg);
    background-size: 14px;
    /* padding-right: 35px; */
}

.eyesIcon {
    position: absolute;
    right: 12px;
    top: 10px;

}

.loginForm .form-control::placeholder {
    color: #707070;
}

.forgotPass {
    font-size: 13px;
    font-weight: 500;
    padding: 5px;
    color: #000;
    text-align: end;
    display: inline-block;
    margin-right: auto;
}

.btn-primary {
    position: relative;
    font-size: 14px;
    background-color: #00407E !important;
    border: none;
    padding: 10px 20px;
    color: #fff;
    border-radius: 30px;
    width: 100%;
}

.registerTxt {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-align: center;
    display: block;
    margin: 16px 0px;
}

.registerTxt a {
    color: #F38328;
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
}

.otpMain strong {
    color: #044783;
    display: block;
    text-align: center;
    padding: 16px 0;
    font-size: 13px;
    font-weight: 500;
}

.timing {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    display: block;
    text-align: center;
}

.timing b {
    color: #F38328;
    font-weight: 500;
}

.otpFind {
    display: flex;
    justify-content: space-between;
}

.otpFind .form-control {
    width: 45px;
    text-align: center;
    font-weight: 600;
    background-image: none;
    padding: 8px;
}



.cstmCheckbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cstmCheckbox label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    color: #000 !important;
}

.cstmCheckbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #C9C9C9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    left: 0;
}

.cstmCheckbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cstmCheckbox input:checked+label:before {
    background: #FD8501;
    border-color: #FD8501;
}

.form-switch .form-check-input {
    width: 42px;
    height: 22px;
    box-shadow: none;
    border: none;
}

.form-switch .form-check-input {
    background-image: url(../images/round-bg.svg);

}

.form-check-input {
    background-color: #E7E7E7;
    border-color: #E7E7E7;
    border: 1px solid #E7E7E7;
}

.form-check-input:checked {
    background-color: #FD8501;
    border-color: #FD8501;
}


@media (max-width: 767px) {
    .logoMain {
        display: none;
    }
}
/* ================added by vivek end ===================== */