body, html {
    height: 100%
}

body {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f8f8f8
}

.form-signin {
    margin: auto;
    width: 100%;
    height: 100%
}

.loginslide {
    margin: 0 auto 40px !important;
    border: 1px solid #ddd
}

.login_swiper {
    text-align: center
}

.form-signin .checkbox {
    font-weight: 400
}

.form-signin .login-form-wrap {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    display: flex;
    justify-content: center
}

.login-form-container {
    width: 60%;
    margin: 0 auto
}

.form-signin .row, .loginbg, .swiper-slide img {
    height: 100%;
    width: 100%
}

.login-form-content {
    background: url('../images/loginbg-min.jpg') top left/cover;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    text-align: left;
    z-index: 10;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px
}

.form-signin .form-floating:focus-within {
    z-index: 2
}

.form-signin input[type=email] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.form-signin input[type=password] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.swal-footer {
    text-align: center !important
}

.loginbg {
    opacity: .3;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

.swiper-button-next, .swiper-button-prev {
    top: initial !important;
    bottom: 35px !important
}

.login_swiper {
    width: 520px;
    height: 750px
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent !important;
    position: relative;
    padding: 30px !important;
    opacity: .5
}

    .swiper-slide.swiper-slide-active {
        opacity: 1
    }

    .swiper-slide img {
        display: block;
        object-fit: cover
    }

.login_swiper_content {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.5) !important
}

    .login_swiper_content label {
        font-size: 26px;
        font-weight: 600;
        padding-bottom: 8px
    }

    .login_swiper_content span {
        font-weight: 600;
        width: 60%;
        margin: 0 auto;
        line-height: 24px
    }

.login-form-wrap .checkbox label {
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center
}

.mobilsignin-button {
    font-size: 16px
}

.login-form-container .recove-pass-data, .login-form-wrap .forgot-pass, .trazel-login label {
    font-size: 14px
}

.trazel-login input {
    font-size: 15px
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 600;
    color: #fff
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #fff;
    box-shadow: rgba(0,0,0,.35) 0 5px 15px;
    opacity: 1
}

    .swiper-button-next:hover:after, .swiper-button-prev:hover:after {
        color: #0d6efd
    }

.swiper-button-next, .swiper-button-prev {
    border: 2px solid #fff;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .6
}

.swiper-button-next {
    left: initial !important;
    right: 40% !important
}

.swiper-button-prev {
    right: initial !important;
    left: 40% !important
}

.loaderoverlay, .loaderwrap {
    position: fixed;
    top: 0;
    left: 0
}

.checkbox input:checked + label:after {
    top: 4px;
    width: 6px;
    height: 9px
}

.mobil-signin {
    font-size: 22px !important;
    color: #040404
}

.login-form-content {
    width: 80%
}

    .login-form-content .mainhdng {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        text-transform: uppercase;
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: 2px
    }

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink-caret {
    from,to {
        border-color: transparent
    }

    50% {
        border-color: orange
    }
}

.login-form-content .subhdng {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 20px
}

.trazel-login input:-internal-autofill-selected {
    background-color: #fff !important
}

.login-form-content .swiper-slide-shadow-left, .login-form-content .swiper-slide-shadow-right {
    display: none !important
}

@media(max-width:1200px) {
    .login-form-content h1 {
        font-size: 27px !important
    }

    .login-form-container {
        width: 90% !important
    }
}

@media(max-width:1091px) {
    .form-signin .login-bg-wrap:after {
        background: url('../images/loginbg-min3.png') bottom/120% 100%;
        top: auto;
        bottom: 0;
        height: 100px;
        width: 100%;
        z-index: 7
    }

    .form-signin .login-bg-wrap {
        min-height: 40vh !important
    }

    .form-signin .login-form-wrap {
        padding: 10px !important
    }
}
@media screen and (min-width:600px) and (max-width:768px) {
    body .form-signin .login-form-wrap{
        width:75%!important;
    }
}
@media screen and (min-width:769px) and (max-width:992px) {
    body .form-signin .login-form-wrap {
        width: 55% !important;
    }
}

@media screen and (min-width:320px) and (max-width:992px) {
    .login-form-container .recove-pass-data {
        position: inherit;
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }

    .mobillogin-logo {
        width: 170px !important;
    }

    .mobil-signin {
        font-size: 20px !important;
    }

    .mobillogin-logo img {
        width: inherit
    }

    .lgin_form_container .login-bg-wrap {
        width: 100% !important;
    }

        .lgin_form_container .login-bg-wrap .login_swiper {
            display: none;
        }

    .form-signin .login-form-wrap {
        padding: 30px 16px !important;
        justify-content: initial !important;
        height: auto !important;
        width: 90% !important;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        position: absolute;
        z-index: 999;
    }

    .login-form-container {
        width: 100% !important
    }


    .form-signin .login-bg-wrap {
        min-height: 0 !important
    }

        .form-signin .login-bg-wrap:after {
            background: url('../images/loginbg-min3.png') bottom/120% 113%;
            top: auto;
            bottom: 0;
            height: 100px;
            width: 100%;
            z-index: 7
        }
}

.forgot-pass-lft:hover {
    color: var(--theme-default-hover)
}

.lgin_form_container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

    .lgin_form_container .login-bg-wrap {
        width: 50%;
        height: 100%
    }

    .lgin_form_container .login-form-wrap {
        width: 50%;
        height: 100%;
        justify-content: center
    }

.form-signin .forgot-pass-lft {
    float: inherit;
    color: var(--theme-default)
}

.loaderwrap {
    width: 100%;
    height: 100%;
    z-index: 99
}

.loaderoverlay {
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4)
}

.loadercontent {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    border-radius: 8px;
    width: 300px;
    height: auto;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    transform: translate(-50%,-50%)
}

.mobillogin-logo {
    width: 290px;
    height: auto;
    margin-bottom: 20px;
}

    .mobillogin-logo img {
        width: 100%;
    }

@media(max-width:1500px){
    .mobillogin-logo{
        width:200px;
    }
}