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;
}