<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Texturina:wght@100;300&amp;display=swap");
@font-face {
    font-family: "myFirstFont";
    src: url("../font/HL-OngDo-Unicode.ttf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
    font-family: "Texturina", serif;
}

html {
    height: 100%;
}


body {
    background-image: url("../img/bg1_optimized.png");
    background-color: #19160b;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(247, 246, 250);
    text-shadow: -1px -1px 0 rgb(24, 2, 2), 1px -1px 0 rgb(24, 2, 2), -1px 1px 0 rgb(24, 2, 2), 1px 1px 0 rgb(24, 2, 2);
    background-image: url("../img/bg-heading.jpg");
    line-height: 2.5rem;
    border-radius: 5px;
}

.card {
    background-color: #2d2a2a;
}

.navbar-brand {
    font-family: "myFirstFont", serif;
    font-size: 2em;
    font-weight: bold;
    color: rgb(240, 10, 10);
    /* text-shadow: 2px 2px 2px rgb(252, 250, 250); */
    text-shadow: -1px -1px 0 rgb(252, 250, 250), 1px -1px 0 rgb(252, 250, 250), -1px 1px 0 rgb(252, 250, 250), 1px 1px 0 rgb(252, 250, 250);
}

.navbar-brand:hover {
    color: rgb(240, 10, 10);
    transform: scale(1.1);
    /* zoom: 110%; */
}

.active {
    /* min-height: 50px!important; */
    /* background-image: url("../img/btn.png"); */
    /* background-repeat: no-repeat; */
    /* border: none; */
    /* background-size: cover; */
    /* font-family: 'myFirstFont', serif; */
    font-weight: bold;
    background: #dd1d03;
    background: -webkit-linear-gradient(to right, #dd1d03, #705702);
    background: linear-gradient(to right, #dd1d03, #705702);
    text-shadow: -1px -1px 0 rgb(24, 2, 2), 1px -1px 0 rgb(24, 2, 2), -1px 1px 0 rgb(24, 2, 2), 1px 1px 0 rgb(24, 2, 2);
    border: none;
}

.hoverxanh {
    /* font-style: italic; */
    /* font-weight: bold; */
    background-image: url("../img/bg-heading.jpg");
    /* background: #705702; */
    /* background: -webkit-linear-gradient(to right, #705702, #dd1d03); */
    /* background: linear-gradient(to right, #705702, #dd1d03); */
    color: #d2a763;
    /* text-shadow: -1px -1px 0 rgb(24, 2, 2), 1px -1px 0 rgb(24, 2, 2), -1px 1px 0 rgb(24, 2, 2), 1px 1px 0 rgb(24, 2, 2); */
}

.rounded-circle {
    background-image: url("../img/bg-heading.jpg");
    border-radius: 20px !important;
}

.hoverxanh:hover {
    /* font-style: italic; */
    /* background-color: seashell; */
    /* background-color: #fff; */
    color: #fff;
}

.main-container {
    margin-top: 10%;
    position: relative;
    /* width: 1000px; */
    /* width: 50%; */
}

.box-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    /* border-radius: 5px; */
}

.content_right {
    background-color: #fff;
    /* height: auto; */
    border-radius: 5px;
    /* width: ; */
    /* left: 200px; */
}

.main-container {
    /* margin-left: 1000px; */
    justify-content: center;
}

.content {
    margin-top: 20px;
}

.content_info {
    display: inline-block;
    display: flex;
}

.show_info_acc {
    display: block;
    font-weight: bold;
    color: blueviolet;
    padding-left: 10px;
    min-width: 30%;
}

.show_info_acc2 {
    display: block;
    width: auto;
    min-width: 40%;
    font-weight: normal;
    color: green;
    padding: 1px 2px 2px 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    word-wrap: break-word;
}

.show_info_acc2:hover {
    cursor: pointer;
    font-weight: bold;
}

.show_info_acc:hover {
    cursor: pointer;
    color: red;
}

.card_fixed {
    position: absolute;
    /* width: 30%; */
    left: 70%;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.nav-item {
    min-width: 150px;
    /* margin-right: 30px; */
    margin-left: 75px;
    color: #fff;
    text-shadow: 2px 2px 2px #d4bdbd;
}

div&gt;a {
    color: black;
}

.nav-item:hover {
    color: rgb(43, 2, 139);
}

.navbar {
    background-color: transparent;
    position: relative;
}

nav&gt;a {
    color: #fff;
    text-shadow: 2px 2px 2px #d4bdbd;
}

nav&gt;a:hover {
    color: rgb(43, 2, 139);
}


/* login */

form {
    display: block;
    background-color: #fff;
    /* width: auto; */
    /* min-width: 500px; */
    /* height: auto; */
    padding-top: 10px;
    /* border: 1px solid #ccc; */
}

form&gt;h2 {
    text-align: center;
}

input[type="text"],
input[type="password"],
select {
    width: 100%;
    /* min-width: 50%; */
    padding: 6px 12px;
    /* margin:  -1px; */
    /* padding-top: -10px; */
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 2px;
    /* left: 50%; */
    border-radius: 5px;
}

input {
    color: black !important;
    font-style: normal !important;
}

label {
    margin: 0;
    font-size: 1rem;
}

.btn_custom {
    background-color: #007bff;
    background-image: url("../img/bg-heading.jpg");
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1rem;
}

.btn_custom:hover {
    /* opacity: 0.8; */
    background-color: rgb(230, 22, 22);
    background-image: none;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
    border-radius: 5px;
}

.cancelbtn:hover {
    opacity: 0.8;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

span.psw {
    float: right;
    padding-top: 16px;
}

.captcha {
    margin-top: 1rem;
    padding-left: 30%;
}

footer {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
}

footer&gt;p {
    font-weight: bold;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.card-body {
    padding: 0.3rem;
    margin: 0;
}

.gcap {
    color: red;
    /* text-align: center; */
    padding-left: 30%;
}

.error {
    color: rgb(240, 16, 16);
    font-style: italic;
}

#form&gt;h6 {
    display: block;
    background-color: lemonchiffon;
}

select {
    color: black !important;
    font-style: normal !important;
    cursor: pointer;
}

@media screen and (max-width: 400px) {
    .content_right {
        font-size: 10px;
    }
    .list-group {
        font-size: 8px;
    }
    .list-group-item {
        padding: 0;
    }
    .card-body {
        padding: 0;
    }
    .captcha {
        transform: scale(0.5);
        left: -33%;
    }
    .gcap {
        transform: scale(0.5);
        left: -33%;
    }
}

@media screen and (max-width: 768px) {
    .card_fixed {
        display: none;
    }
    .content_right {
        max-width: 62%;
        font-size: 14px;
    }
    .list-group {
        font-size: 10px;
        min-width: 50px;
    }
    .list-group-item {
        padding: 0.3rem;
    }
    .card-body {
        padding: 0.3rem;
        margin: 0;
    }
    .card .hoverxanh {
        margin: 0;
        padding: 0;
    }
    .show_info_acc2 {
        margin-left: 10px;
    }
    .captcha {
        position: relative;
        left: -29%;
        transform: scale(0.7);
    }
    .gcap {
        position: relative;
        left: -29%;
        transform: scale(0.7);
    }
    form&gt;h2 {
        font-size: 1rem;
        font-weight: bold;
    }
}

@media screen and (max-width: 990px) {
    .card-body {
        padding: 0.3rem;
        margin: 0;
    }
    .nav-item {
        margin: 0;
    }
    .captcha {
        padding-left: 20%;
    }
    .gcap {
        padding-left: 20%;
    }
    .card_fixed,
    .rounded-circle {
        /* display: none; */
        width: 9em;
    }
}

@media screen and (max-width: 1200px) {
    .nav-item {
        margin-right: 0;
        margin-left: 50;
    }
}</pre></body></html>