﻿body {
    margin: 0;
}

.dangNhap {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/images/bg2.jpg);
    background-position: center center;
    background-size: cover;
}

.grid-450 {
    max-width: 450px;
    width: 100%;
    background-color: aliceblue;
    border-radius: 10px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 26%);
    padding: 50px 30px 20px 30px;
}

.dangNhap h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 24px;
}

.dangNhap span {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 14px;
}

span.logoI {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

span.logoI img {
    display: inline-block;
    max-width: 100%;
}

.dangNhap ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.dangNhap ul li {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.dangNhap ul li.passw i {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 1;
    opacity: 0.5;
}

.dangNhap ul li:not(:last-child) {
    margin-bottom: 12px;
}

.dangNhap ul li input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 0 0 10px;
    font-size: 14px;
}

.dangNhap ul li select {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 0 0 10px;
}

.dangNhap ul li input:focus,
.dangNhap ul li select:focus {
    outline: none;
}
.nutdangnhap {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    background-image: linear-gradient(0deg, #2f80ff 0%, #3ccbff 100%);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 32px;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 13px;
}

.dangNhap ul li button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    background-image: linear-gradient(0deg, #2f80ff 0%, #3ccbff 100%);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 32px;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 13px;
}

.dangNhap ul li button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-radius: 3px;
}

.dangNhap ul li button:hover::before {
    transform: scaleX(1);
}

ul.lh {
    margin-top: 30px;
    text-align: center;
}

ul.lh li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    margin: 0 !important;
}

ul.lh li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: #555;
}

ul.lh li a span {
    display: inline-block;
    vertical-align: middle;
}

ul.lh li a span:last-child {
    padding-left: 5px;
    margin-top: -5px;
}

.support-list {
    padding: 20px 0 20px 0px;
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 100px;
}

.support-list .support-item {
    text-align: center;
    font-size: 13px;
    margin: 0 5px;
}
.support-list .support-item .customicon{
    position: relative;
    z-index: 1;
}
span.customicon{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}
span.customicon img{
    width: 20px;
}
span.lhTxt{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-style: normal;
    width: calc(100% - 20px);
    text-align: left;
    padding-left: 5px;
}
/*phần này là style cho khung báo cáo*/
.container {
    display: flex;
    height: 100vh; /* hoặc chiều cao bạn muốn */
    overflow: hidden; /* tránh tràn ngang */
}

.right {
    flex: 1; /* chiếm toàn bộ phần còn lại */
    padding: 10px;
    box-sizing: border-box;
}

.left {
    width: 230px; /* cố định 200px */
    padding: 10px;
    box-sizing: border-box;
}
/*kết thúc phần style cho khugn báo cáo*/