.loginlogo{
    width: 290px;
    height: auto;
}
.logincopyright{
    color: white;
}
.logincopyright:hover{
    color: white;
}
.abacux-login-main{
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
}
.login-left-content{
    background: rgb(29,98,184);
    background: -moz-linear-gradient(145deg, rgba(29,98,184,1) 0%, rgba(8,30,59,1) 100%);
    background: -webkit-linear-gradient(145deg, rgba(29,98,184,1) 0%, rgba(8,30,59,1) 100%);
    background: linear-gradient(145deg, rgba(29,98,184,1) 0%, rgba(8,30,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d62b8",endColorstr="#081e3b",GradientType=1);
}
.login-sec{
    background: #fff;/*f9f9f9;*/
}
.login-content-left{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
}
.login-content-left .left-logo{
    width:100%;
}
.login-content-left h1{
    font-size: 33px;
    line-height: 47px;
}
.login-content-left p{
    color:#fff !important;
}
.login-content-left p a{
    color:#e78a8a !important;
}
.login-content-right{
    justify-content: space-between;
    width:100% !important;
}
.login-content-right img{
    mix-blend-mode: color-dodge;
    width: 102% !important;
}
.login-content-right h3{
    font-weight: normal;
    font-size:18px;
    text-align: right;
}
.login-sec img{
    width: 39%;
    margin: auto;
    margin-bottom: 42px;
}
.left-logo div{
    width: 72%;
}
@media only screen and (max-width:1200px) {
    .login-content-left {
        width:100% !important;
    }
    .login-content-left h1 {
        font-size: 22px;
        line-height: 33px;
    }
    .login-left-content {
        max-width:60% !important;
        flex-direction: column !important;
        justify-content: space-between;
    }
    .login-right-content {
        width:auto !important;
    }
    .login-content-right {
        flex-direction: column !IMPORTANT;
        max-width: 100% !IMPORTANT;
        align-items: center;
    }
    .login-content-right img {
        margin: 0 !important;
        max-width: 465px;
        margin-top: -151px !important;
    }
    .abacux-login-main {
        flex-wrap: wrap !important;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .abacux-login-main{
        flex-wrap: wrap !important;
    }
    .login-left-content{
        max-width:60% !important;
    }
    .login-right-content{
        width:auto !important;
    }
}
@media only screen and (max-width:767px) {
    .abacux-login-main{
        flex-wrap: wrap !important;
    }
    .login-left-content{
        order:1;
    }
    .login-sec img{
        width: 55%;
        display: block;
        margin: auto;
    }
    .login-left-content {
        flex-direction: column;
        max-width: 100% !important;
    }
    .login-content-right{
        max-width:100% !important;
    }
    .login-content-right img{
        display: none !important;
    }
    .login-content-right h3 {
        padding-left: 19px;
        text-align:left;
    }
    .login-content-left{
        order:1;
    }
    .login-content-right h3{
        margin-top:30px;
    }
    .login-content-left .left-logo{
        display: none;
    }
}

/* Multi-Step Form Styles */
/*form styles*/
#msform {
    position: relative;
    min-height:53vh;
    max-height:80vh;
}
#msform fieldset {
    border: 0 none;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100% !important;
    position: relative;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}
#msform .next-button, #msform .previous-button {
    min-width: 75px;
}
#msform .next-button:hover, #msform .next-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #007bff;
}
#msform .previous-button:hover, #msform .previous-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #000000;
}
.fs-title {
    font-size: 22px;
    color: #222;
    font-weight: 500;
    text-align: center;
    margin-block: 27px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
}
#progressbar {
    overflow: hidden;
    counter-reset: step;
    margin-block:50px !important;
}
#progressbar li {
    list-style-type: none;
    color: #000000;
    text-transform: capitalize;
    font-size: 11px;
    width: 33.33%;
    float: left;
    position: relative;
}
#progressbar li span {
    position: relative;
    top: 0;
    font-size: 16px;
    font-weight: 400;
    color: #b1b1b1;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 13px;
    color: #A7A8A9;
    border-radius: 15px;
    margin: 0 auto 5px auto;
    position: relative;
    top: 0;
    z-index: 10;
    border: 2px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #E5E5E5;
    position: absolute;
    left: -46%;
    top: 13px;
    z-index: 0;
}
#progressbar li:first-child:after {
    content: none;
}
#progressbar li.active:before,  #progressbar li.active:after{
    background: #007bff;
    color: white;
    border: 2px solid #456bcf;
}
#progressbar li.active span{
    color:#1a73e8 !important;
}
#mobileOTPverifyButton, #emailOTPverifyButton {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #007bff;
    color: #fff;
    border: none;
    outline: none;
    transition: opacity 0.3s;
}
#mobileOTPverifyButton.verified, #emailOTPverifyButton.verified {
    background-color: #4CAF50;
    cursor: not-allowed;
}
#mobileOTPverifyButton.verified:before, #emailOTPverifyButton.verified:before {
    content: '\2713';
    margin-right: 5px;
}
.custom-card {
    padding: 20px;
    box-shadow: 0 0 4px #0000001f !important;
    border-radius: 5px !important;
}
.custom-input {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    margin-bottom: 15px;
}
.verify-btn {
    cursor: pointer;
    padding: 10px;
    border: none;
    transition: background-color 0.3s ease;
    color:#0073ea;
}
.error_msg_popup{
    top: -6px;
    font-size: 12px !important;
    background: #ffebeb;
    border-radius: 12px;
    padding: 0px 6px !important;
    right: 0;
}
.form-group-default.required:after {
    z-index: 1111;
}
.form-group-default.required:after {
    color: #f35958;
    content: "*";
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 2px;
    display:none !important;
}
.required label:after {
    color: #f35958;
    content: "*";
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    position: absolute;
    top: 3px;
}
.info_signal1{
    cursor: pointer;
    position: absolute;
    right: 7px;
    bottom:0;
    z-index: 12;
}
.info_signal2 {
    cursor: pointer;
    position: absolute;
    right: 7px;
    bottom:0;
    z-index: 10;
}
#user_password:focus + .info_signal1 .pswrd_rules, #user_confirm_password:focus + .info_signal2 .pswrd_rules{
    display: block;
}
.pswrd_rules{
    display: none;
    background: white;
    position: absolute;
    right: -8px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 8px;
    z-index: 9999;
}
.pswrd_rules p{
    white-space: nowrap;
}
.pswrd_rules p i{
    font-size: 10px;
    margin-right: 7px;
    color: grey;
}
.sm-link:hover{
    text-decoration:underline;
}
.ov_visible {
    overflow: visible;
    }
.cusrsor-blocked{
    cursor: not-allowed !important;
}
i.show-pass {
    font-size: 22px;
}
#dark-theme.bg-login-sec::before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("{{ URL::asset('assets/img/log_bg.jpg')}}");
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left:0;
}
#dark-theme .login_card{
    background: white;
    width: 67%;
    margin: auto;
    border-radius: 7px;
    padding: 30px !important;
    z-index: 1;
    position: relative;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 2px );
    -webkit-backdrop-filter: blur( 2px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
#dark-theme #progressbar li, #dark-theme .fs-title, #dark-theme .have-account {
    color:#FFF !important;
}
.have-account a {
    color:#0073ea !important;
}
#dark-theme #mobileCard, #dark-theme #emailCard {
    background: rgba(255, 255, 255, 0.237);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.login_card{
    margin: auto;
    border-radius: 7px;
}
.register-right-panel{ background: #0073ea;}
.right-panel-image img{
    width: 70%;
}
#feedbackCarousel.carousel {
    margin: 50px auto;
    padding: 0 70px;
}
#feedbackCarousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}
#feedbackCarousel.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
#feedbackCarousel.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
#feedbackCarousel.carousel .testimonial {
    padding: 30px 0 10px;
    color:#333;
}
#feedbackCarousel.carousel .overview {
    font-style: italic;
}
#feedbackCarousel.carousel .overview b {
    text-transform: uppercase;
    color: #db584e;
}
#feedbackCarousel.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}
#feedbackCarousel .carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
#feedbackCarousel.carousel .carousel-indicators {
    bottom: -40px;
}
#feedbackCarousel .carousel-indicators li, #feedbackCarousel .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}
#feedbackCarousel .carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
#feedbackCarousel .carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
#otptimer, #codetimer{
    color: #646464;
    text-align: center;
    margin-block: 10px;
    font-weight: 500;
    font-size: 14px;
}
.custom-card img {
    width: 95px !important;
}
label span {
    display: block;
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-weight: 500;
    margin-block-end: 1ch;
}
input.mobileOTP::placeholder {
    font-size: 20px !important;
    letter-spacing:30px !important;
}
#mobile_otp,#email_otp{
    gap: 12px !important;
    padding: 0;
    border-radius: 6px;
}
input.mobileOTP {
    font-size: 20px !important;
    margin:0 !important;
}
input.emailOTP::placeholder {
    font-size: 20px !important;
    letter-spacing:30px !important;
}
input.emailOTP {
    font-size: 20px !important;
    margin:0 !important;
}

.form-otp-control {
    -webkit-transition: none;
    transition: none;
    width: 32px;
    height: 42px;
    padding:0;
}

.form-otp-control:focus {
    color: #3F4254;
    background-color: #ffffff;
    border-color: #884377;
    outline: 0;
}

.form-otp-control.form-otp-control-solid {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    color: #3F4254;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-otp-control.form-otp-control-solid:active,
.form-otp-control.form-otp-control-solid.active,
.form-otp-control.form-otp-control-solid:focus,
.form-otp-control.form-otp-control-solid.focus {
    background-color: #EBEDF3;
    border-color: #EBEDF3;
    color: #3F4254;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.element-box {
    display: flex;
    gap: 12px;
}

.element-box h5 {
    margin: 0 !important;
    margin-top: 12px !important;
    font-size: 16px;
    color: #222;
}

.element-box p {
    color: #888;
    text-align: center;
    line-height: 17px;
    font-size: 14px;
    width: 71%;
}
.image-captcha-group{
    background: #f3f3f3;
}

.image-captcha-group img{
    height: 41px;
    width: fit-content;
    margin: auto;
}
button#refresh-captcha {
    padding: 8px 9px;
    border-radius: 3px !important;
    background: #d3d3d3;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
button#refresh-captcha i {
    font-size: 22px !important;
    color: #888;
}
button#refresh-captcha:hover {
    background: #adadad !important;
}
button#refresh-captcha:hover i {
    color: #fff !important;
}
.captcha-input-box{
    height: 41px !important;
}
.captcha-input-box input{
    height: 31px !important;
}
#register_desc{
    width: 50%;
    margin: auto;
    font-size: large;
}
#register_heading{
    font-weight: 600;
}
@media (min-width: 768px) {
    .login_card{
        width: 100%;
        padding: 10px !important;
    }
}
@media (min-width: 992px) {
    .login_card{
        width: 80%;
        padding: 15px !important;
    }
}
@media (min-width: 1200px) {
    .login_card{
        width: 67%;
        padding: 30px !important;
    }
}
