/* Reboot by bs5*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    -webkit-tap-highlight-color: rgba(18,38,63,0);
    background-color: #f9fbfd;
    color: #12263f;
    font-family: 'Coach Sans', Tahoma, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

/*Login css */

html {
    height: 100%;
    font-size: 16px;
}

body {
    min-height: 100%;
}

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

.company-logo {
    display: block;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    text-align: center;
}

    .company-logo > img {
        max-height: 6rem;
        max-width: 100%;
    }

@media (min-width:576px) {
    .live-broadcast {
        position: absolute !important;
    }

    .live-broadcast-slider .swiper-slide {
        -webkit-transition: 250ms all;
        transition: 250ms all;
        cursor: pointer;
    }

        .live-broadcast-slider .swiper-slide:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            z-index: 1;
        }

        .live-broadcast-slider .swiper-slide:first-child:hover {
            margin: 0 40px;
        }

        .live-broadcast-slider .swiper-slide:last-child:hover {
            margin: 0 -40px;
        }
}

@media (min-width:992px) {
    .login-form-side {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
}

@media (max-width:575px) {
    .bg-cover {
        height: auto !important;
        min-height: unset !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}

.show-password {
    cursor: pointer;
}

    .show-password:active > i {
        color: #d9705d;
    }

.login-footer {
    font-size: .75rem;
}

.captcha-container {
    min-height: 84px;
    background-color: #edf2f9 !important;
    border: 1px solid #e3ebf6 !important;
}

.live-broadcast {
    background-color: rgba(0,0,0,.3);
    overflow: hidden;
}

/*.live-broadcast-content {
    min-height: 9rem;
    max-height: 9rem;
    overflow: auto;*/
/*transition: all 0.3s cubic-bezier(0, 1, 0, 1);*/
/*}

#carousel-live-broadcast:hover .live-broadcast-content {
    max-height: 30rem;
    min-height: 30rem;
    transition: all 0.3s ease-in-out;
}*/

.live-broadcast-content {
    height: 7.5rem;
    overflow: hidden;
}

.modal .card-body {
    padding: 1rem !important;
}

.modal .live-broadcast-content {
    height: auto;
}

/* help to click easy*/
#carousel-live-broadcast .carousel-indicators [data-bs-target] {
    border-top: 6.5px solid transparent;
    border-bottom: 6.5px solid transparent;
}

.login-image-slide {
    height: calc(100vh - 10.125rem);
    background-color: rgba(0,0,0,.3);
}

    .login-image-slide img {
        max-height: calc(100vh - 13rem);
        max-width: 95%;
    }

.disclaimer {
    color: #e63757 !important;
}

.login-wizard {
    max-width: 100%;
    overflow: hidden;
}

.login-wizard-step {
    margin-left: 0;
    width: 200%;
    transition: margin-left 0.3s ease-in-out;
}

    .login-wizard-step > .login-wizard-first-step {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        padding: 5px;
    }

    .login-wizard-step > .login-wizard-second-step {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        padding: 5px;
        margin-left: -4px; /* remove inline-block margin by system*/
    }

    .login-wizard-step.step2 {
        margin-left: -100%;
        transition: margin-left 0.3s ease-in-out;
    }

.login-wizard-btn-back {
    background-color: transparent;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    color: black;
    padding: 2px;
    line-height: 1.6;
}

    .login-wizard-btn-back:hover,
    .login-wizard-btn-back:active {
        color: black;
        background-color: #e6e6e6;
        background-color: rgba(0,0,0,.1);
    }

.was-validated .form-control:invalid + .input-group-text,
.form-control.is-invalid + .input-group-text {
    border-color: #e63757;
}


a, a:hover, .btn-link {
    text-decoration: none;
}

.form-group {
    margin-bottom: 0.75rem;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #d2ddec;
    border-radius: .375rem;
    color: #12263f;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .5rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%
}

    .form-control::-moz-placeholder {
        color: #b1c2d9;
        opacity: 1
    }

    .form-control::placeholder {
        color: #b1c2d9;
        opacity: 1
    }

.form-select {
    padding: .5rem 1.75rem .5rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
}

    .form-select::-ms-expand {
        display: none;
    }

.input-group-merge > .form-control {
    border-right-width: 0
}

.input-group-merge > .input-group-text {
    border-left-width: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.input-group-merge > .form-control:focus + .input-group-text {
    border-color: #2c7be5
}

.input-group-text {
    align-items: center;
    background-color: #fff;
    border: 1px solid #d2ddec;
    border-radius: .375rem;
    color: #95aac9;
    display: flex;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .5rem .75rem;
    text-align: center;
    white-space: nowrap
}
