﻿@media only screen and (max-width: 1000px) {
    #imglogin {
        display: none;
    }

    #divSep1 {
        height: 30px !important;
    }

    input#tbUserName {
        height: 50px;
    }

    input#tbPass {
        height: 50px;
    }
}

.topbanner {
    background-color: #004CCB;
    height: 88px;
    top: 0px;
    width: 100%;
}

.Footer {
    background-color: #004CCB;
    height: 88px;
    clear: both;
    width: 100%;
    position: fixed;
    bottom: 0px;
    margin: 0px;
}

.input-group-prepend:hover {
    cursor: pointer;
}

.form-control {
    height: 35px;
    border-radius: 5px;
}

.qicolor {
    color: #ffd800;
}

.qifont13 {
    font-size: 13px;
}

.qifont15 {
    font-size: 15px;
}



.bgbtlogin {
    background-color: #004CCB;
    color: white;
}

    .bgbtlogin:hover {
        background-color: #ff6a00;
        color: white;
    }
body {
    background: #FFFFFF;
}

#MainContent {
    padding: 0px 5px;
}

* {
    font-family: 'Roboto', sans-serif;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

.fab {
    font-family: "Font Awesome 5 brands" !important;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

.ui-button {
    margin-left: -1px;
}

.ui-button-icon-only .ui-button-text {
}

.ui-autocomplete-input {
    margin-top: 5px;
    height: 30px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .ui-autocomplete-input:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }


.ui-autocomplete-input-1 {
    width: 103%;
}

#ContentPlaceHolder1_cb_ngonngu {
    height: 30px;
    width: 371px;
}

.label-log {
    margin-top: 15px;
}

.modal-dialog-center {
    margin-top: 15%;
}

.reqire {
    color: red;
}
.Tenhethong
{
    text-transform:uppercase;
}
.loginCSS {
    margin: 0px auto;
    max-width: 550px;
    position: relative;
    top: 60px;
    border: 1px solid #bbb;
    background: #fff;
    border-radius: 6px;
    padding: 30px 30px;
    box-shadow: 10px 15px #fff;
}
.bglogin {
    background: url(/Images/bg-login2.jpeg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 950px;
   
}

.tieudedangnhap {
    font-size: 25px;
    line-height: 20px;
    color: #004CCB;
    text-transform:uppercase;
}
.chantieudedangnhap
{
    width:90px;
    height:2px;
    background-color:#004CCB;
}
.qi-bt {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #004CCB;
    border-color: #2e6da4;
    min-width: 100px !important;
}
.qi-bt-no-focus {
    color: #000;
    background-color: #fff;
    border-color: #D0D7E5;
    min-width: 100px !important;
}