*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #274858;
    text-align: left;
    background-color: #fff;
}

h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

b,
strong {
    font-weight: bolder;
}
ul {
    list-style: none;
    padding: 0;
}
a {
    color: #274858;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0E94F2;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

a,a:hover{
    text-decoration: none !important;
}
h1 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 30px;
}


.img-fluid {
    max-width: 100%;
    height: auto;
}
.bg-primary {
    background-color: #0E94F2 !important;
}
.wv-300{
    width: 300px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-md-8,
.col-lg-4,
.col-lg-7,
.col-lg-8,
.col-xl-6{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-6 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .col-lg-5{
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1400px){
    .col-xl-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
}
@media (min-width: 1650px){
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.d-flex {
    display: flex !important
}

.flex-column {
    flex-direction: column !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}
.text-center{
    text-align: center !important;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.h-100 {
    height: 100% !important;
}
.mx-auto {
    margin: auto !important;
}

.text-white {
    color: #fff !important;
}
.text-capitalize{
    text-transform: capitalize !important;
}
.text-primary {
    color: #0E94F2 !important;
}
.text-danger
{
    color:#de4436 !important;
}

.themes-color {
    color: #0E94F2;
}
.text-color{
    color: #274858;
}
:focus {
    outline: none;
}

.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-12{
    margin-bottom: 12px;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-v-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.full-height {
    min-height: 100vh;
}
.z-index-12{
    z-index: 12 !important;
}
.p-v-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.p-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.p-t-0{
    padding-top:0;
}
.p-t-30{
    padding-top: 30px;
}
.p-b-30{
    padding-bottom: 30px;
}
.p-t-20{
    padding-top: 20px;
}
.p-b-20{
    padding-bottom: 20px;
}
.p-t-2{
    padding-top: 20px;
}
@media only screen and (max-width: 767px) {
    .p-h-40{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

.w-100 {
    width: 100%;
}
.lh-2 {
    line-height: 2 !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.opacity-08 {
    opacity: 0.8;
}
.login-box {
    padding: 40px !important;
    border: 1px solid #e6ebf1;
    border-radius: 0.625rem;
    z-index: 999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #636363;
    background-color: #fff;
    border-color: #E5E5E5;
    outline: 0;
}

.form-control::-webkit-input-placeholder {
    color: #636363ad;
    opacity: 0.7;
}

.form-control::-moz-placeholder {
    color: #636363ad;
    opacity: 0.7;
}

.form-control:-ms-input-placeholder {
    color: #636363ad;
    opacity: 0.7;
}

.form-control::-ms-input-placeholder {
    color: #636363ad;
    opacity: 0.7;
}

.form-control::placeholder {
    color: #636363ad;
    opacity: 0.7;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.btn-primary {
    font-size: 18px;
    padding: 0.563rem 1.25rem;
    line-height: 1.5;
    border-color: #0E94F2;
    background-color: #0E94F2;
    color: #fff;
    border-radius: 0.625rem;
    border: none;
}
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color:#0E94F2;
    border-color: #0E94F2;
}

.btn-primary:active {
    color: #fff;
    background-color: #0E94F2;
    border-color: #0E94F2;
}

.btn-primary.active {
    color: #fff;
    background-color: #0E94F2;
    border-color: #0E94F2;
}

.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #0E94F2;
    border-color: #0E94F2;
}

.btn-primary:not([disabled]):not(.disabled):active:focus,
.btn-primary:not([disabled]):not(.disabled).active:focus {
    box-shadow: none;
}

.btn-primary:not([disabled]):not(.disabled):active:active,
.btn-primary:not([disabled]):not(.disabled).active:active {
    color: #fff;
    background-color: #0E94F2;
    border-color: #0E94F2;
}

.btn-primary.disabled,
.btn-primary[disabled] {
    color: rgba(83, 83, 95, 0.25);
    background-color: #f1f2f3;
    border-color: #edf2f9;
}

.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus {
    color: rgba(83, 83, 95, 0.25);
    background-color: #f1f2f3;
    border-color: #edf2f9;
}

.form-control {
    display: block;
    width: 100%;
    padding:.563rem .75rem;
    color: #455560 !important;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff !important;
    border: 1px solid #e6ebf1;
    border-radius: .625rem;
    max-height: none;
    font-weight: 500;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input:-webkit-autofill {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000000;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #ffffff;
}
.form-control:focus {
    color: var(--dark);
    background-color: var(--white);
    border-color: #0e94f259;
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem #766df426;
}
input:-internal-autofill-selected{
    color: #636363 !important;
    background-color: #fff !important;
}
.app .form-group label:before {
    display: inline-block;
    margin-right: 4px;
    color: #ff4d4f;
    font-size: 14px;
    line-height: 1;
    content: "*";
}
.form-control::-webkit-input-placeholder {
    color: #636363;
}

.form-control:-moz-placeholder {
    color: #636363;
}

.form-control::-moz-placeholder {
    color: #636363;
}

.form-control:-ms-input-placeholder {
    color: #636363;
}

.input-affix {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}
.input-affix .prefix-icon,
.input-affix .suffix-icon {
    position: absolute;
    top: 50%;
    z-index: 990;
    font-size: 20px;
    line-height: 1.5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.input-affix .prefix-icon {
    left: 12px;
}
.input-affix .suffix-icon {
    right: 12px;
    cursor: pointer;
}
.input-affix .suffix-icon#togglePassword{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    right: 0;
}
.input-affix .suffix-icon.bx-hide:before {
    content: "\eada" !important;
}
.input-affix .form-control:not(:first-child) {
    padding-left: 40px;
}
.input-affix .form-control:not(:last-child) {
    padding-right: 40px;
}
.login-captcha.input-affix .form-control:not(:first-child) {
    padding-left: 20px;
}
.form-group {
    margin-bottom: 24px;
}
.ant-btn {
    font-size: .875rem;
    padding: .5rem 1.25rem;
    line-height: 1.5;
    border-color: #edf2f9;
    color: #455560;
    height: 2.5rem;
    border-radius: .625rem;
}
/* new */
@media (max-width:1400px){
    br{
        display: none !important;
    }
}
@media (max-width:1199px){
    .left-side{
        display: none !important;
    }
    .wlc,
    .app::after{
        display: none;
    }
    .title{
        padding-top: 0;
    }
    .logo-white.d-none{
        display: block !important;
        background: #0E94F2;
        padding: 20px 0 20px 0;    
    }
    .logo-white.d-none img{
        width: 200px;
    }
    br, hr.b-linear{
        display: none !important;
    }
    .vasu-link{
        bottom: -20% !important;
        transform: translate(-50%, 20%) !important;
    }
}
@media (max-width: 991.98px) {
 }

@media (max-width: 767.98px) {
 }

@media (max-width: 575.98px) {
 }
@media (max-width: 575px){
    .font-size-17 {
        font-size: 14px !important;
    }
    .login-box {
        padding: 15px 0 !important;
        border: none;
        border-radius: 0;
    }
    .h-100 {
        height:auto !important;
    }
    .p-h-40 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .p-v-15 {
        padding-top: 0px !important;
        padding-bottom:0px !important;
    }
    .app h1{
        font-size: 25px;
    }
    .vasu-link {
        position: relative !important;
        margin-top: 20px;
        bottom: 0;
        left: 0;
        transform:unset;
    }
}
@media (max-width: 450.98px) {
    .login-captcha {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .login-captcha img{
        margin-right: auto !important;
    }
    .login-captcha input{
        margin-right: auto;
        margin-top: 1rem;
    }
    .login-captcha i{
        position: absolute;
        right: 5px;
        bottom: 5px;
    }
}

/* Alert */
.alert {
    border: 1px solid #e6ebf1;
    border-radius: 4px;
    background-color: white;
    padding: 8px 15px;
    border-left: 2px solid;
    position: fixed;
    top: 20px;
    right: 20px;
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.05);
    margin-left: 10px;
    min-width: 300px;
}
.alert-detail {
    display: flex;
    align-items: center;
    gap: 15px;
}
.alert-detail h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.alert-detail p {
    margin: 0;
    font-size: 16px;
}
.alert-icon i {
    font-size: 24px;
}
.alert-danger {
    border-left-color: #de4436;
    background-color: #ffecea;
}
.alert-info {
    background-color: #e2f3ff;
    border-left-color: #0E94F2;
}

.alert-close {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.justify-content-start {
    justify-content: flex-start !important;
}
.font-size-30 {
    font-size: 30px !important;
}
.d-flex {
    display: flex !important;
}
.m-r-15 {
    margin-right: 15px !important;
}
.checkbox {
    min-height: auto;
    position: relative;
}
.checkbox input[type=checkbox] {
    margin: 0;
    display: none;
    width: 1.25rem;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.checkbox input[type=checkbox]+label {
    padding-left: 0px;
    display: flex;
    margin-bottom: 0;
}

.checkbox label {
    cursor: pointer;
}
.checkbox input[type=checkbox]+label:before {
    content: "\ea0f";
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin-right: 10px;
    border: 2px solid #E5E5E5;
    border-radius: 0.425rem;
    font-size: 20px;
    font-family: boxicons !important;
    font-weight: 400;
    line-height: 19px;
    vertical-align: bottom;
    text-align: center;
    background: #E5E5E5;
    color: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.checkbox input[type=checkbox]:checked+label:before {
    background: #0E94F2;
    border-color: #0E94F2;
    color: #fff;
}

/* new css */
.text-l-black{
color: #6c757d;
}

/* wlc */
.wlc{
    position: absolute;
    right: 0;
    top: 30px;
    margin-right: 30px;
}
.wlc h2{
    font-size: 20px;
}
.p-relative{
    position: relative;
}
.bg-white .log h1{
    font-size: 40px;
    font-weight:bold;
}
.bg-white .log .log-content{
    font-size: 16px;
}
.vasu-link{
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, 10%);
}
.b-linear{
    background: linear-gradient(151deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 23.44%, #FFFFFF 48.96%, rgba(255, 255, 255, 0.4) 73.96%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.25;
    height: 2px;
    width: 100%;
    border-radius: 50%;
    margin-top: 20px;
}

.m-r-10{
    margin-right: 12px;
}
.m-t-10{
    margin-top:10px !important;
}
.cur-pointer {
    cursor: pointer;
}
.fs-2 {
    font-size: 2rem!important;
}
.ms-3 {
    margin-left: 1rem!important;
}
.vasu-content h4{
    font-size: 22px;
font-weight: 500;
color: #fff;
margin: 0;
margin-bottom: 1.5rem;
position: relative;
}
.vasu-content h4::after{
    content: "";
    border-bottom: 1px solid #fff;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width:120px;
}
.vasu-content p{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

/* li */
.vasu-content ul li {
    position: relative;
    padding-left: 25px;
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.5px;
    list-style: none;
}
.vasu-content ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    background: url(../images/login_page/circle.png) no-repeat;
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
}
.vasu-content .happy-section img{
    width: 70px;
    height: 70px;
}
.vasu-content .happy-section p{ 
    margin-top: 1rem;
    font-size: 18px;
    font-weight: 600;

}
.bg-shape{
    position: absolute;
    top: 0;
}
.bg-shape img{
    width: 100%;
    height: 80%;
}
.field-error {
    border-color: #de4436;
}
.error {
    color: #de4436;
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 12px;
}
.error::before {
    vertical-align: bottom;
}
/* shape */
.app::after{
    content: "";
    position: absolute;
    background-image: url(../images/login_page/bg-shape.svg);
    top: 0;
    left: 7.9%;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;

}
.vasu-content ul{
    margin-bottom: 0 !important;
}
.d-none{
    display: none;
}

@media (max-width: 575px) {
    .alert-detail p {
        font-size: 14px;
    }
    .alert {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 20px);
        margin-left: 0;
    }
}