
/* Iphong 6/7/8*/
@media only screen and (max-device-width : 768px) {
   
    .content {
        background: url(/Content/img/img_hoan/banner_1.jpg) !important;
    }
    .title-frm-login {
        font-size: 16px !important;
    }
    #footer {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* iPads*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
   
}

@media only screen and (min-width: 1200px) {
    .container-fluid {
        width: 1156px;
    }
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.content {
    background: url(/Content/img/img_hoan/banner_1.jpg) 0 0 no-repeat;
    background-size: cover;
}

.footer {
    height: 110px;
}

.height-90 {
    height: 90px;
}

#header {
    background: url('/Content/img/img_hoan/anhgif.gif');
    background-repeat: no-repeat;
    height: auto;
    background-position: right bottom;
    padding-bottom: 10px;
    padding-top: 10px;
}

.title-frm-login {
    color: #fff;
    font: bold 23px Verdana;
    letter-spacing: 1px;
    text-shadow: 0.3em 0.3em 0.3em #333333 !important;
    text-align: center;
}

#footer {
    background-image: url(/Content/img/img_hoan/anhfootergif.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 20px;
    padding-left: 40px;
    color: #fff;
}

#div-footer {
    color: #777;
    font-size: 12px;
    background-color: #014B92;
}
.white-bg {
    background-color: #ffffff;
}
.banner_dq img {
    /*background-image: url(/Content/img/img_hoan/banner_dungquat_vi.png);
    height: 120px;
    background-repeat: no-repeat;
    margin: 5px auto;*/
    display: block;
    max-width: 100%;
    height: auto;
}
.form-control {
    min-height: 41px;
    background: #fff;
    box-shadow: none !important;
}

    .form-control:focus {
        border-color: #70c5c0;
    }

.form-control, .btn {
    border-radius: 2px;
}

    .login-form {
        color: #7a7a7a;
        border-radius: 2px;
        margin-bottom: 15px;
        font-size: 13px;
        background: #ffffff;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
        position: relative;
        margin-top:60px;
    }

    .login-form h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .login-form .custom-text {
        font-size: 12px !important;
        font-weight: bold;
    }
    .login-form .avatar {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -50px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #007bff;
        padding: 15px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

        .login-form .avatar img {
            width: 100%;
        }

    .login-form input[type="checkbox"] {
        margin-top: 2px;
    }

    .login-form .btn {
        font-size: 16px;
        font-weight: bold;
        background: #007bff;
        border: none;
        margin-bottom: 20px;
    }

        .login-form .btn:hover, .login-form .btn:focus {
            background: #0069d9;
            outline: none !important;
        }

    .login-form a {
        color: #fff;
        text-decoration: underline;
    }

        .login-form a:hover {
            text-decoration: none;
        }

    .login-form a {
        color: #7a7a7a;
        text-decoration: none;
    }

        .login-form a:hover {
            text-decoration: underline;
        }

.support-img {
    width: 100%;
    margin: 10px 0px;
}
