@import url('https://fonts.googleapis.com/css2?family=Battambang&family=Dangrek&family=Preahvihear&family=Suwannaphum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');

* {
    margin: 0;
    padding: 0;
}
body {
    background: url(../images/home/bg-home.jpg) center fixed;
    background-size: cover;
}
.wrapper-content {
    background: rgba(208, 55, 255, 0.6);
}
header {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 998;
}
header .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    display: flex;
    padding: 5px;
}
header .container .logo {
    width: 90%;
}
header .container .logo img {
    position: relative;
    width: 190px;
    height: 57px;
}
header .container .login {
    display: flex;
    float: right;
    right: 10px;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
}
header .container .km {
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    top: 3px;
    margin-left: 10px;
    cursor: pointer;
}
header .container span {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    position: relative;
    top: 8px;
    left: 5px;
}
header .container .login i {
    color: #fff;
    font-size: 14px;
}
header .container .login .flag {
    width: 25%;
    vertical-align: middle;
}
header .container .login .btn1 {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
    border-radius: 50px;
    margin-left: 10px;
    width: 80px;
    height: 35px;
    line-height: 35px;
}
.description {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 200px;
}
.description .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
}
.description .container h2 {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    font-family: "Koulen", sans-serif;
    line-height: 30px;
}
.description .container img {
    position: fixed;
    top: 20px;
    width: 100px;
    display: block;
    margin-right: auto;
}
.description .container span {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
    line-height: 25px;
    text-align: center;
    display: block;
}
.login-btn {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 150px;
}
.login-btn .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}
.login-btn .container .row {
    cursor: pointer;
}
.login-btn .container .row button {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
    padding: 10px;
    border-radius: 50px;
    background: linear-gradient(to right, #B38728, #fff7a4, #AA771C);
    background-size: cover;
    border-top: 1px solid #fff7a4;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -1px 2px 1px rgb(139 66 8), inset 0 -1px 1px 2px rgb(250 227 133);
}
.register-btn {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 90px;
}
.register-btn .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}
.register-btn .container .row {
    cursor: pointer;
}
.register-btn .container .row button {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
    background: none;
    border: none;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
    padding: 10px;
}
