body{
    /* background: url('../img/bg.jpg'); */
    background-size: cover;
    background-color: rgb(0, 6, 92);
    background-position-y: -80px;
    font-size: 16px;
}
#wrapper_cn{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
#wrapper{
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0, 6, 92);
}
#khung{
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
#form_DangNhap{
    max-width: 1200px;
    background: rgba(0, 0, 0 , 0.8);
    flex-grow: 1;
    padding: 30px 30px 40px;
    box-shadow: 0px 0px 17px 2px rgba(255, 255, 255, 0.8);
}
#form-home{
    max-width: 700px;
    flex-grow: 1;
    padding: 30px 30px 30px;
    /* box-shadow: 0px 0px 17px 2px rgba(255, 255, 255, 0.8); */
}
#form-ChiNhanh{
    max-width: 1000px;
    background: rgba(0, 0, 0 , 0.8);
    flex-grow: 1;
    padding: 30px 30px 40px;
    box-shadow: 0px 0px 17px 2px rgba(255, 255, 255, 0.8);
}
.home-login{
    font-size: 15px;
    color: #ffee00;
    text-align: right;
    /* margin-bottom: 100px; */
}

.form-heading{
    font-size: 16px;
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 5px;
}
.form-heading1{
    font-size: 40px;
    color: #fffb00;
    text-align: center;
    margin-bottom: 10px;
}
.form-heading2{
    font-size: 15px;
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 0px;
}
.form-dangnhap{
    font-size: 30px;
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 30px;
}
.form-bq{
    font-size: 10px;
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 30px;
}
.form-group{
    border-bottom: 1px solid #fff;
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex;
}
.form-group i{
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    padding-right: 10px;
}
.form-input{
    background: transparent;
    border: 0;
    outline: 0;
    color: #f5f5f5;
    flex-grow: 1;
}
.form-input::placeholder{
    color: #f5f5f5;
}
#eye i{
    padding-right: 0;
    cursor: pointer;
}
.form-submit{
    background: transparent;
    border: 1px solid #f5f5f5;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    padding: 6px 10px;
    transition: 0.25s ease-in-out;
    margin-top: 30px;
}
.form-bq{
    font-size: 10px;
    color: #f5f5f5;
    text-align: center;
}
.form-submit:hover{
    border: 1px solid #54a0ff;
}
.th{
    font-size: 15px;
    color: #f5f5f5;
    text-align: left;
    margin-left: 30px;
}
.th1{
    font-size: 15px;
    color: #e5ff00;
    text-align: left;
  
    margin-left: 30px;
}
.th2{
    font-size: 15px;
    color: #f5f5f5;
    text-align: left;
    margin-left: 30px;
}
.th3{
    font-size: 10px;
    color: #2395ff;
    text-align: left;
    margin-left: 30px;
}
.table_ChiNhanh{
    font-size: 14px;
    color: #f5f5f5;
    text-align: left;
    margin-bottom: 10px;
}
.table_bia{
    font-size: 14px;
    color: #f5f5f5;
    text-align: left;
    margin-bottom: 0px;
}
.table_ChiNhanhhinh{

    /* flex-grow: 1; */
   
    /* font-size: 14px; */
    background: rgb(0, 3, 41);
    text-align: left;
    margin-bottom: 40px;
    padding: 30px 30px 30px;
    box-shadow: 0px 0px 17px 2px rgba(255, 255, 255, 0.8);
}

.table_dangnhap{
    font-size: 10px;
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 00px;
    flex-grow: 1;
    padding: 30px 30px 30px;
    box-shadow: 0px 0px 17px 2px rgba(255, 255, 255, 0.8);
    max-width: 1200px;
    background: rgba(5, 0, 26, 0.8);
}