﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
    font-size: 14px;
}

html {
    position: relative;
    min-height: 100%;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

    .container-fluid .height-100 {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        /*margin: 120px 0;*/
        /*padding-top: 20px;
        margin-bottom: 20px;*/
        width: 100%;
        height: 100%;
        padding-top: 0;
    }

/*@media screen and ( min-width: 320px ) and ( max-height: 700px ) {
    .container-fluid .height-100 {
        padding-top: 10px;
    }
}*/

/*@media screen and ( max-width: 992px ) and ( max-height: 700px ) {
    .container-fluid .height-100 {
        padding-top: 10px;
    }
}*/

@media screen and ( min-width: 320px ) and ( max-height: 730px ) {
    .container-fluid .height-100 {
        padding-top: 10px;
    }
}

/*@media screen and ( min-width: 320px ) and ( max-height: 700px ) {
    .container-fluid .height-100 {
        top: 90px;
        bottom: 90px;
        overflow: auto;
    }
}*/

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.margin_top_line {
    display: block;
    min-height: 34px;
}

p {
    margin-bottom: 0;
}

.fa-user:before {
    content: "\f007";
}

body {
    background-color: #F5F5F5;
    margin: 0;
    padding: 0;
    padding-bottom: 90px;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.header {
    display: flex;
    min-height: 80px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background: linear-gradient(257.7deg, #0096DB 0%, #0063C6 41.37%);
    z-index: 999;
    position: relative;
    /*position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;*/
    overflow: hidden;
}

    .header .logo-and-title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .header .company-logo {
        width: 163px;
        height: 60px;
    }

        .header .company-logo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.login-title {
    text-align: left;
    padding-left: 15px;
    width: calc(100% - 163px);
}

    .login-title .so-title {
        font-size: 17px;
        font-weight: 500;
        line-height: 19.92px;
        text-align: left;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 3px;
    }

    .login-title .phan-mem-title {
        font-size: 21px;
        font-weight: 500;
        line-height: 25px;
        text-transform: uppercase;
        color: #fff;
        line-height: 24.61px;
    }

.extra-info {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
}

    .extra-info .qi-color {
        color: #FFD055;
    }

.login-section {
    max-width: 840px;
    /*height: 100%;*/
    margin-top: 20px;
    /*padding: 20px 0 100px;*/
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-top: auto;
    margin-bottom: auto;*/
}

    .login-section .login-left {
        min-height: 520px;
        /*max-height: 700px;*/
        width: 420px;
        height: 100%;
        align-self: center;
        background-image: url(../Imgs/login-background.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        box-shadow: 0px 4px 3px 0px #0000001A;
    }

        .login-section .login-left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .login-section .login-right {
        width: calc(100% - 420px);
        min-height: 520px;
        /*max-height: 570px;*/
        height: 100%;
        align-self: center;
        background-color: #FFF;
        padding: 20px;
        position: relative;
        box-shadow: 0px 4px 3px 0px #0000001A;
    }

        .login-section .login-right .login-icon {
            width: 48px;
            height: 48px;
        }

            .login-section .login-right .login-icon img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .login-section .login-right .login-text {
            padding-left: 15px;
        }

        .login-section .login-right .login-section-title {
            display: flex;
            flex-wrap: wrap;
        }

            .login-section .login-right .login-section-title .login-top-text {
                font-size: 20px;
                text-transform: uppercase;
                position: relative;
                font-weight: 600;
                line-height: 23px;
                color: #1F1f1f;
            }

            .login-section .login-right .login-section-title .login-bottom-text {
                font-size: 14px;
                color: #1F1F1F;
                font-weight: 400;
            }

        .login-section .login-right .account-title {
            font-size: 17px;
            font-weight: 500;
            line-height: 22px;
            text-align: left;
            color: #1F1F1F;
            text-transform: uppercase;
            margin-top: 15px;
        }

        .login-section .login-right .margin_top_line input {
            width: 100%;
            padding: 0;
            margin: 0;
        }

        /*.login-section .login-right .margin_top_line span {
    margin-bottom: 5px;
}*/

        .login-section .login-right .input-group input {
            width: calc(100% - 32px);
            min-height: 34px;
            border-radius: 4px;
            border: 0.8px;
            padding: 0 6px;
            background-color: #FFF;
            margin-bottom: 0;
            font-size: 15px;
            font-weight: 400;
            line-height: 19px;
            color: #656363;
            border: 1px solid #ced4da;
            border-top-right-radius: 0;
            border-right: 0;
        }

        .login-section .login-right input {
            border: 0;
        }

        .login-section .login-right .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .login-section .login-right .input-group-append {
            width: 32px;
            min-height: 31px;
        }

        .login-section .login-right .input-group {
            display: flex;
            flex-wrap: wrap;
        }

    .login-section #rcbCapHoc_Arrow {
        border-left: 1px solid #ced4da;
    }

    .login-section .login-right .input-group-text {
        min-height: 36px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        white-space: nowrap;
        background-color: #e9ecef;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }

    .login-section .login-right .captcha-section input {
        border-right: 1px solid #ced4da;
    }

    .login-section .login-right .captcha-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

        .login-section .login-right .captcha-wrapper .captcha-input {
            width: 100%;
            min-height: 36px;
            margin-bottom: 5px;
        }

.input-captcha {
    text-transform: uppercase;
}

    .input-captcha:placeholder-shown {
        text-transform: unset;
    }

@media (min-width: 426px) {
    .login-section .login-right .captcha-wrapper .captcha-input {
        max-width: 140px;
        margin-bottom: 0;
    }

    .input-captcha {
        text-transform: uppercase;
    }

        .input-captcha:placeholder-shown {
            text-transform: unset;
        }
}

/*.login-section .login-right .captcha-wrapper .captcha-text {
            margin-right: 30px;
        }*/
.login-section .login-right .captcha-wrapper .captcha {
    max-width: 200px;
    height: 36px;
}

.login-section .login-right .captcha-wrapper .captcha-control img {
    height: 36px;
}

.login-section .login-right .remember {
    margin-top: 5px;
    margin-bottom: 15px;
}

.login-section .login-right .signin-btn {
    margin-top: 15px;
    /* position: absolute;
    bottom: 20px;
    left: 20px;*/
    width: 100%;
    margin: 0 auto;
    padding: 0;
    min-height: 30px;
}

    .login-section .login-right .signin-btn input {
        padding: 0 5px;
    }

.login-section .login-right #cbRemember {
    margin-right: 10px;
}

.login-section .login-right #btSignin {
    font-size: 21px;
    color: #FFFFFF;
    background: linear-gradient(to left top,#0096DB, #1565C0);
    position: static;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.copyright-section {
    background: linear-gradient(257.7deg, #0096DB 0%, #0063C6 41.37%);
    min-height: 80px;
    text-align: right;
    padding: 0 15px;
    position: absolute;
    overflow: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

    .copyright-section .hotline-and-email {
        margin-left: 5px;
        display: inline-flex;
    }

        .copyright-section .hotline-and-email p:first-child {
            margin-right: 5px;
        }

.login-right .rcbInputCell {
    min-height: 36px;
    height: 100%;
}

.copyright-section .copyright-title {
    color: #FDD835;
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 5px;
}

.copyright-section span, .copyright-section p {
    color: white;
    font-size: 15px;
    height: 18px;
    line-height: 18px;
}

.copyright-section .qi-color {
    color: #FDD835;
}

@media (min-width: 320px) and (max-width: 425px) {
    .header .company-logo {
        width: 109px;
        height: 40px;
    }

    .login-title {
        width: calc(100% - 109px);
        padding-left: 10px;
    }

        .login-title .phan-mem-title {
            font-size: 18px;
        }

        .login-title .so-title {
            font-size: 15px;
        }

    .container-fluid .height-100 {
        height: unset;
    }

    /*.login-section {
        margin: 15px auto;
    }*/

    .login-section .login-right {
        padding: 15px;
    }

        .login-section .login-right .login-section-title .login-top-text {
            font-size: 18px;
        }

        .login-section .login-right .captcha-wrapper .captcha-input {
            order: 2;
            margin-top: 5px;
        }

        .login-section .login-right .captcha-wrapper .captcha-text {
            order: 1;
        }

        .login-section .login-right .login-icon {
            width: 40px;
            height: 40px;
        }

        .login-section .login-right .login-text {
            padding-left: 7px;
        }

        .login-section .login-right .captcha-wrapper .captcha-text .captcha-control {
            padding-right: 7px;
        }

            .login-section .login-right .captcha-wrapper .captcha-text .captcha-control img {
                object-fit: cover;
            }

        .login-section .login-right .remember {
            margin-bottom: 5px;
        }

    .login-section .login-right {
        max-height: unset;
    }

        .login-section .login-right .signin-btn {
            position: relative;
            bottom: unset;
            left: unset;
            margin: 10px auto 5px;
        }

    .input-captcha {
        text-transform: uppercase;
    }

        .input-captcha:placeholder-shown {
            text-transform: unset;
        }
}

@media (min-width: 320px) and (max-width: 991px) {
    /*.login-section .login-right .signin-btn input {
        max-width: 200px;
        margin: 0 auto;
    }*/

    /*.login-section {
        margin: 20px auto 0;
    }*/
    .login-section .login-left {
        display: none;
    }

    .login-section .login-right {
        width: 100%;
        max-width: 500px;
        box-shadow: 0px 4px 3px 0px #0000001A;
    }

    .login-section {
        justify-content: center;
        box-shadow: none;
        padding: 0 15px;
    }

        .login-section .login-right .signin-btn {
            margin: 0 auto;
            text-align: center;
        }
}

@media (min-width: 320px) and (max-width: 375px) {
    .copyright-section .copyright-title {
        font-size: 14px;
    }

    .login-title .phan-mem-title {
        font-size: 16px;
    }

    .login-title .so-title {
        font-size: 14px;
    }

    .copyright-section span, .copyright-section p {
        font-size: 13px;
    }

    .copyright-section span, .copyright-section .divider {
        display: none;
    }
}