body {
    background: #fff;
}

#swal2-content {
    display: block;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.invalid-feedback {
    font-size: 12px;
}

.kt-login.kt-login--v1 .kt-login__aside .kt-login__info .kt-login__copyright {
    color: rgba(255, 255, 255, 0.7);
}

.kt-login.kt-login--v1 .kt-login__aside .kt-login__subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.kt-login__copyright a {
    color: #fff;
}

.kt-login__logo {
    text-align: center;
    margin: 0 auto 2rem auto;
}

.kt-login__logo img {
    max-height: 90px !important;
    height: auto !important;
    width: auto !important;
    max-width: 250px;
}

.kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__actions {
    justify-content: center;
}

.form-control {
    color: #333 !important;
    background-color: rgba(232, 232, 234, 0.7) !important;
    font-weight: 600 !important
}

.form-control::placeholder {
    color: #666 !important;
}

.kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-form .form-group .form-control {
    border: none;
    height: 50px;
    margin-top: 1.25rem;
    background-color: rgba(247, 247, 249, 0.7);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-form {
    margin: 0 auto;
}

.kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__title {
    margin-bottom: 2rem;
}

.login-title-1 {
    display: none;
}

@media (max-width: 1024px) {

    .kt-login.kt-login--v1 .kt-login__aside {
        padding: 1rem 0
    }

    .kt-login.kt-login--v1 .kt-login__aside .kt-login__title,
    .kt-login.kt-login--v1 .kt-login__aside .kt-login__subtitle {
        text-align: center;
    }

    .kt-login__info {
        display: none !important;
    }

    .mobile-jsc {
        justify-content: center;
    }

    .kt-login__body {
        margin-top: 20px !important;
    }

    .kt-login__subtitle {
        display: none;
    }

    .kt-login.kt-login--v1 .kt-login__aside .kt-login__title, .kt-login.kt-login--v1 .kt-login__aside .kt-login__subtitle {
        font-size: 1.3rem
    }

    .kt-login__logo img {
        max-width: 200px !important;
        max-height: 70px !important;
    }

    .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__title > h3 {
        font-size: 1.5rem;
    }

    .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__actions {
        margin: 1.5rem 0
    }
}

/* Lag Form Group */
.lag-form-group {
    padding: 0 !important;
    margin-bottom: 15px !important;
    color: #212529;
    font-size: 14px;
    font-weight: 400;
}

.lag-form-group label,
.lag-form-group .form-select-bulk,
.lag-form-group .form-category-select {
    font-size: 14px;
    font-weight: 500;
}

.lag-form-group .col-form-label {
    text-align: right;
}

.lag-form-group .kt-switch {
    margin-top: 0 !important
}

.lag-form-group .kt-switch label {
    margin-bottom: 0
}

.lag-form-group .form-control:not(.bootstrap-select) {
    font-size: 14px !important;
    border: 1px solid #ccc !important;
    height: calc(4rem);
    padding: .375rem .75rem;
    background: #fff !important;
}

.lag-form-group .form-control,
.lag-form-group .form-control[readonly] {
    color: #212529;
}

.lag-form-group .form-control.datepicker3 {
    width: 100% !important
}

/* Modal */
.modal .modal-content .modal-header .close {
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    color: #000;
    font-size: 16px;
    padding: 10px;
    margin: -10px;
    font-family: 'Font Awesome\ 5 Free';
}

.modal .modal-content .modal-header .close:before {
    content: "\f00d";
}

.modal .modal-content .modal-header .close:hover {
    background: #333;
    border: #000;
    color: #fff;
}

.login-danger-description {
    font-size: 15px !important;
    color: red !important;
    font-weight: 500 !important;
    margin: 0 0 15px 0
}

.login-primary-description {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 0 15px 0;
    color: #000;
}

.modal-footer .buttons {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    flex: 1;
}

.modal-footer .buttons .btn i {
    font-size: 20px;
}

.modal-footer .buttons .btn span {
    font-size: 15px;
    font-weight: 600;
}

/* Modal Overlay */
.modal-overlay {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, .7);
}

.modal-overlay .overlay-wrap {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal-overlay .overlay-wrap img {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    position: fixed;
    margin: auto;
    display: block;
}

.modal-overlay .overlay-wrap .kt-spinner.kt-spinner--lg:before {
    width: 60px;
    height: 60px;
    margin-top: 0;
    margin-left: -30px;
}

.modal-overlay .overlay-wrap .kt-spinner.kt-spinner--v2.kt-spinner--brand:before {
    border-width: 5px;
}

/* Modal Blur */
.modal-open .kt-grid.kt-grid--hor.kt-grid--root,
.modal-open .modal-blur:not(.last) {
    /*
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);*/
}

.modal-blur:not(.last) {
    z-index: 1039;
}

.alert-description {
    margin-top: 5px;
    text-align: center;
    font-size: 13px
}

.login-body {
    background: url('../images/bg-10.jpg') #fff;
}

.login-body .login-left {
    display: none !important
}

.login-body .bg-top {
    background: url('../images/bg-9.png') var(--maincolor);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 50%
}

.login-body .login-wrapper {
    position: relative;
    z-index: 1
}

.kt-login.kt-login--v1 .kt-login__wrapper {
    background: transparent !important
}

.kt-login__form {
    background: #fff;
    border-radius: 10px;
    padding: 45px 35px;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.66);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.66);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.66);
}

#kt_login_signin_submit {
    display: block !important;
    width: 100% !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    height: 45px !important
}

.kt-login__actions {
    margin: 10px 0 0 0 !important
}

.kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__title > h3 {
    color: #333;
    font-weight: 600;
    text-align: center;
}

.kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-form .form-group .form-control {
    background: #fdfdfd !important;
    border: 1px solid #ccc !important;
    font-size: 15px !important;
    font-weight: 500
}

.host-description {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    color: #777;
    text-align: center;
    font-size: 13px;
    font-weight: 500
}

.host-description a {
    color: #777;
    display: inline-block;
    margin-top: 5px
}

.login-title-1 {
    color: #fff !important;
    margin-bottom: 10px;
    display: block
}

.kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form {
    max-width: 470px;
    width: 100%;
}

.kt-login__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form,
.login-promotion {
    height: 500px
}

.kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form {
    border-radius: 10px 0 0 10px;
}

.login-promotion {
    margin-left: 0;
}

.login-promotion a {
    background: #f6f7f8
}

.login-promotion img {
    width: 500px;
    height: 500px;
    border-radius: 0 10px 10px 0;
}


@media (max-width: 1024px) {
    .kt-login__body {
        flex-direction: column;
    }

    .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form,
    .login-promotion img {
        border-radius: 10px;
        height: auto;
    }

    .login-promotion {
        display: none;
    }

    .kt-login.kt-login--v1 .kt-login__wrapper {
        height: 70%;
    }

    .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form {
        max-width: 450px;
        width: 90%;
    }
}

.invalid-feedback {
    color: var(--danger) !important;
    font-weight: 500 !important;
}

.kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-form .form-group .form-control.is-invalid {
    border-color: var(--danger) !important;
}