<style type="text/css">
        html, body, form {
            padding: 0px;
            margin: 0px;
            height: 100%;
            width: 100%;
        }
        .LoginContainer #frmLogin {
    width: 860px !important;
    height: 357px !important;
    max-width: 100%;
    box-shadow: box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.12);
    background-image: url('/logo/banner-login.png') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    position: relative;
    padding: 20px 50px !important;
    background-color: #fff !important;
    border-radius: 5px;
}

.LoginContainer #frmLogin > div:first-child {
    text-align: left;
    border: none !important;
    position: absolute;
    top: 123px;
    color: #f35252;
}
.LoginContainer #frmLogin > div:first-child:before{
    content:'';
    display:block;
    background: url('/logo/quochuy.png');
    height: 75px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    width: 75px;
    position: absolute;
    left: 7px;
    top: -98px;
}

.LoginContainer #frmLogin table {
    margin-top: 140px;
}

.LoginContainer #frmLogin input[type=text],.LoginContainer #frmLogin input[type=password] {
    border: solid 1px #ccc;
    height: 22px;
    border-radius: 3px;
}

.LoginContainer #frmLogin [type=submit] {
    background: #eb3737;
    color: #fff;
    border: solid 1px #c71414;
    font-weight: bold;
    padding: 16px 15px;
    border-radius: 5px;
    margin-top: 5px;
}

.LoginContainer {
    background-image: url('/logo/background-login.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.LoginContainer #frmLogin td:first-child {
    color: #666;
    font-size: 13px;
    text-align: left;
}

.LoginContainer #frmLogin > div:first-child:after {
    content: '';
    display: block;
    height: 3px;
    width: 41px;
    border-bottom: solid;
}

/* ??ng b? n?t a gi?ng v?i n?t submit */
#AdminLoginControl_btnSSO {
    display: inline-block;
    padding: 8px 17px;
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    font-weight: bold;
    border-radius: 5px;
    /* margin-top: 5px; */
    font-size: 11px;
    text-align: center;
    line-height: normal;
    text-decoration: none;
    vertical-align: middle;
}

/* Gi? bi?u tu?ng v? ch? th?ng h?ng, kh?ng b? v? b? c?c */
#AdminLoginControl_btnSSO .txtsso {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    margin-right: 8px;
}

#AdminLoginControl_btnSSO .imgsso {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/* Hover cho d?ng b? */
#AdminLoginControl_btnSSO:hover {
    background-color: #0056b3;
    color: #fff;
    text-decoration: none;
}
#AdminLoginControl_btnLogin {
    display: inline-block;
    padding: 8px 17px;
    background-color: #eb3737;           /* d? tuoi */
    color: #fff;
    border: 1px solid #c71414;           /* vi?n d? d?m */
    font-weight: bold;
    border-radius: 5px;
    font-size: 11px;
    text-align: center;
    line-height: normal;
    text-decoration: none;
    vertical-align: middle;
    margin-left: 10px;
    /* height: 15px; */
}

#AdminLoginControl_btnLogin:hover {
    background-color: #c62828;           /* d? d?m hon khi hover */
    color: #fff;
    text-decoration: none;
}