﻿* {
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #F5F5F5;
}

#container {
    min-height: 100vh;
    position: relative;
    background-image: url(/imgs/Backgroup/bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#header {
    background: #1B8F3D;
}

#body {
    padding-bottom: 80px; /* adjust to footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px; /* height of the footer */
    /*background: #6cf;*/
}

.login-title {
    text-align: center;
}

    .login-title span {
        font-weight: 600;
        font-size: 23px;
        line-height: 23px;
        text-transform: capitalize;
        color: #333333;
    }

.login-left {
}

.login-right {
}

    .login-right img {
        display: block;
        margin: auto;
    }

.box-shadow-bt {
    box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.1);
}

.input-group-text {
    padding: 8px 0.75rem !important;
}

.input-captcha {
    text-transform: uppercase;
}

    .input-captcha:placeholder-shown {
        text-transform: unset;
    }

.well {
    min-height: 20px;
    padding: 10px;
    /*padding-top: 0px !important;*/
    margin-top: 5px !important;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05) !important;
}

.well-legend {
    display: block;
    font-size: 14px;
    font-weight: 600;
    width: auto;
    padding: 2px 7px 2px 5px;
    line-height: inherit;
    color: #0071a6;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

legend {
    float: none !important;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
}



.dang-nhap_btn {
    font-size: 21px;
    color: #FFFFFF;
    background: linear-gradient(to left top, #B91E2B, #B91E2B);
    position: static;
}

.login__img > img{
    height: 62px;
    cursor: pointer
}

.login__title--htql {
    color: white;
    font-size: 17px;
    height: 20px;
    line-height: 20px;
}

.login__title--kdcl {
    color: #FDD835;
    font-size: 22px;
    height: 26px;
    line-height: 26px;
}

.login__title {
    margin-top: 9px;
}

#header {
    background: linear-gradient(257.7deg, #1B8F3D 0%, #1B8F3D 41.37%);
    height: 80px;
    padding-top: 9px
}

.login-title--qlct {
    font-size: 15px;
    color: #1F1F1F;
}

#footer {
    /*Background: linear-gradient(257.7deg, #5b626b 0%, #ffffff 41.37%);*/
    height: 80px;
}

.footer__div {
    margin-top: 20px;
    text-align: center;
}

.login__footer-kdcl {
    color: #b21d29;
    font-size: 13px;
    height: 20px;
    line-height: 20px;    
}

.login__footer-cpr {
    color: black;
    font-size: 15px;
    height: 18px;
    line-height: 18px;
}

@media only screen and (max-width: 600px) {
    .login__img > img {
        height: 50px;
    }

    .login__title--htql {
        color: black;
        font-size: unset;
    }

    .login__title--kdcl {
        color: #FDD835;
        font-size: unset;
    }

    .login__title {
        width: auto;
        margin-top: 5px;
    }

    #header {
        height: auto;
    }

    .login-title span {
        font-weight: 600;
        font-size: 15px;
        line-height: 23px;
        text-transform: capitalize;
        color: #333333;
    }

    .login-title--qlct {
        font-size: 11px;
    }

    .dang-nhap_btn {
        font-size: 15px;
        color: #FFFFFF;
        background: linear-gradient(to left top, #B91E2B, #B91E2B);
        position: static;
    }

    .footer__div {
        margin-top: 0px;
    }

    .login__footer-kdcl {
        color: black;
        font-size: 15px;
        height: none;
        line-height: normal;
    }

    .login__footer-cpr {
        color: black;
        font-size: 10px;
        height: none;
        line-height: normal;
    }
}