@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Lexend+Deca:wght@300;400;500;600&display=swap');
* {
    box-sizing: border-box;
}
html, body {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
body.login {
    background: linear-gradient(90deg, rgba(53,115,188,1) 0%, #8ec54c 100%);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.privacy-policy-link,
.login #backtoblog a, .login #nav a {
    color: white;
}
#login h1 a {
    background-image: url(https://tktravel.com.vn/wp-content/uploads/2023/04/Logo-TK-TRAVEL-2004-1-1024x321.png);
    height: 90px;
    width: 200px;
    background-size: calc(100% - 40px);
    margin-bottom: 20px;
    padding: 10px;
    background-position: center;
    border-radius: 8px;
    background-color: white;
}
#wp-submit {
    background: #8ec54c;
    border: none;
    color: white;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 4px;
}
.login form {
    background: rgb(0 0 0 / 66%);
}
.login form .input, .login input[type=text] {
    font-family: 'Lexend Deca', sans-serif;
    border: 1px solid #ebebeb;
    box-shadow: none;
    background: none;
    padding: 0 5px;
    height: 40px;
    color: rgb(0, 0, 0) !important;
    font-size: 16px;
    background: rgb(232, 240, 254);
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-selected {
    font-family: 'Lexend Deca', sans-serif;
}
#login_error {
    text-transform: uppercase;
    font-size: 13px;
}
#loginform {
    position: relative !important;
    overflow: initial;
    border-radius: 8px;
    background: white;
    border: none;
}
#holine_kt, #holine_kd {
    position: absolute;
    width: 330px;
    left: calc(100% + 5px);
    background: rgb(0 0 0 / 65%);
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    height: 90%;
    /* box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.6); */
}
#holine_kt {
    left: initial;
    right: calc(100% + 5px);
    /* box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.3); */
}
#loginform .submit {
    overflow: hidden;
}
#holine_kt h2, #holine_kd h2 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff8b00;
    color: #FFF;
}
#holine_kt h3, #holine_kd h3 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #FFF;
}
#holine_kt > div, #holine_kd > div {
    font-size: 14px;
    margin-bottom: 5px;
    color: #FFF;
}
#holine_kt > div i, #holine_kd > div i {
    font-size: 13px;
    min-width: 20px;
    color: #FFF;
}
.title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
#login {
    width: 400px;
    max-width: 100%;
    padding: 4% 0 0 0 !important;
    /* background: rgba( 0,0,0,0.6); */
}
.login .privacy-policy-page-link {
    margin: 0 0 2em !important;
}
@media (max-width: 1070px) {
    #holine_kt, #holine_kd {
        position: static;
        box-shadow: none;
        display: none;
    }
}
.title,.login label,
.login form .forgetmenot label {
    color: #333;
}