.login-form {
    /* background: -o-linear-gradient(345deg, #2d117b00 46%, #ffffffde 45%);
    background: linear-gradient(105deg, var(--blue) 49%, #ffffffde 49%); */
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, transparent 49%, #ffffff 49%),
        url(../images/login-bg.jpg) no-repeat;
    background-size: contain;
    background-position: -210% 0%;
}

video.video {
    position: absolute !important;
    width: 100%;
    height: 100%;
}

.blur-overlay {
    position: absolute;
    top: 0;
    left: 46%;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(345deg, transparent 46%, #ffffffde 45%);
    background: linear-gradient(105deg, transparent 46%, #ffffffde 45%);
    -webkit-filter: blur(7px);
    filter: blur(7px);
    z-index: 0;
    pointer-events: none;
}

.login-form > *:not(.blur-overlay) {
    position: relative;
    z-index: 1;
}

.header-end {
    display: none !important;
}

.headermenu-item .headermenu-link {
    color: var(--light-black);
}

.title-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-form .form-main {
    z-index: 1;
    position: relative;
    margin-left: 50px;
}

.studio-title a {
    width: 50%;
}

.studio-title a img {
    width: 100%;
}

.form-container {
    width: 100%;
    padding: 0px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.forgot-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.form-container .title-box h3 {
    font-size: 28px;
    font-family: "Poppins-bold";
    text-transform: capitalize;
    text-align: start;
    margin-bottom: 15px;
}

.form-container .title-box h3::after {
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    bottom: -16px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.new-acount {
    /* margin-bottom: 30px; */
    text-align: end;
}

.form-group label,
.forgot-password a,
.remember-me label,
.new-acount label {
    font-size: 18px;
    line-height: 12px;
    letter-spacing: 0.15px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.remember-me label {
    cursor: pointer;
    margin-left: 10px;
}

.new-acount a {
    color: var(--light-black);
    text-decoration: underline;
}

.toggle-password img {
    width: 40px;
    padding: 0 11px;
}

.remember-me {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 20px; */
    cursor: pointer;
}

.forgot-password {
    /* margin-bottom: 20px; */
}

.remember-me input {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.forgot-container .social-login {
    margin-top: 30px;
}

.social-login p {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-bottom: 15px;
}

.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-icons button {
    width: 100%;
    margin: 0 5px;
    background-color: var(--white);
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.social-icons button:hover {
    background-color: #f4f4f4;
}

.social-icons button i {
    font-size: 18px;
}

.login-form .studio-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.login-form .studio-title h1 {
    font-size: 100px;
    font-family: "Poppins-bold";
    color: var(--white);
    text-align: center;
    text-transform: capitalize;
}

.login-form .password-wrapper {
    position: relative;
}

.common-btnn {
    background-color: var(--yellow) !important;
}

.common-btnn:hover {
    background-color: var(--blue) !important;
}

.login-form .password-wrapper .toggle-password {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.password-wrapper .toggle-password img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer;
}

.custom-checkbox input:checked + .checkmark:after {
    display: block;
}

.vietname-title h2 {
    font-size: 56px;
    color: white;
    font-family: "poppins-black";
}

.vietname-title h2 span {
    font-size: 40px;
}

.vietname-title h1 {
    color: #fff;
    max-width: 760px;
    font-family: "poppins-black";
    text-shadow: 10px 10px 10px #000;
}

.form-main .logo {
    margin-top: -140px;
    text-align: center;
}

.form-main .logo img {
   margin-bottom:28px;
}

.vietname-title p {
    color: #fff;
    padding-top: 10px;
    font-size: 22px;
    text-shadow: 10px 10px 10px #000;
}

.contactus {
    text-align: end;
    /* position: relative;
    bottom: -50px; */
    display: flex;
    gap: 15px;
    justify-content: start;
}

.contactus ul li {
    margin-bottom: 5px;
    text-align: start;
}

.contactus ul li a {
    font-size: 18px;
    line-height: 12px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 2px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: unset;
    display: none;
}

.modal.right-side.contect-modal .modal-dialog.contect-modal {
    position: fixed;
    right: 0;
    bottom: 160px;
    margin: 0;
    top: unset;
    height: 0% !important;
    max-width: 100%;
    width: 510px;
    margin-top: 70px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.modal-body {
    padding: 20px 15px;
}

.popup-btnclss-contect {
    position: fixed;
    bottom: 0% !important;
    left: unset;
    right: 0px;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
}

.popup-btnclss-contect .common-btnn {
    border-radius: 10px 0px 0px 10px;
    padding: 10px 10px;
}

.modal.right-side.contect-modal.show .modal-dialog.contect-modal {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* responsive */
@media (max-width: 1700px) {
    .login-form {
        background-size: cover;
        background-position: 0% 0%;
    }
}

@media (max-width: 1199px) {
    .form-container {
        padding: 50px 30px;
    }

    .form-container h3 {
        font-size: 28px;
        font-family: "Poppins-bold";
        margin-bottom: 20px;
    }

    .form-group {
        margin-bottom: 30px;
    }

    .form-group input {
        padding: 10px 10px;
    }

    .form-group label,
    .forgot-password a,
    .remember-me label,
    .new-acount label {
        font-size: 16px;
        line-height: normal;
    }

    .btn-login {
        margin-top: 10px;
    }

    .login-form .form-main {
        margin-left: 0px;
    }

    .login-form .studio-title h1 {
        font-size: 80px;
    }

    .form-container .title-box h3 {
        margin-bottom: 40px;
    }

    .new-acount a {
        font-size: 16px;
    }
    .vietname-title h1 {
        font-size: 26px;
    }
    .vietname-title p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .login-form .studio-title h1 {
        font-size: 70px;
    }

    .login-form .studio-title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

@media (max-width: 767px) {
    .login-form .studio-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .login-form .studio-title h1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 50px;
    }

    .login-form .studio-title h1 {
        color: var(--light-black) !important;
    }

    .form-container .title-box h3::after {
        background-color: var(--white);
    }

    .login-form {
        background: unset;
    }

    .form-container {
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        padding: 50px 30px;
        border-radius: 20px;
    }

    .login-form {
        padding: 120px 0px 70px;
        height: 100%;
    }

    .vietnam-bg .row {
        flex-direction: column-reverse;
    }

    .vietnam-bg .vietname-title {
        padding-top: 50px;
    }

    .vietnam-bg .vietname-title h1,
    .vietnam-bg .vietname-title p {
        color: #212529;
        width: 100%;
    }

    .vietname-title {
        display: none;
    }
}

@media (max-width: 575px) {
    .form-container {
        padding: 30px 20px;
    }

    .password-wrapper .toggle-password img {
        width: 16px;
        height: 16px;
    }

    .login-form .password-wrapper .toggle-password {
        right: 10px;
    }

    .remember-me input {
        width: 15px;
        height: 15px;
    }

    .login-form .studio-title h1 {
        margin-bottom: 30px;
    }

    .vietnam-bg .vietname-title p {
        font-size: 20px;
    }

    .form-main .logo img {
        width: 215px !important;
    }
	.form-main .logo {
    margin-top: 4px; }

    .login-form {
        padding: 100px 0px 70px;
    }

    .contactus {
        text-align: start;
        flex-wrap: wrap;
        justify-content: left;
    }
    .popup-btnclss-contect {
        display: block;
    }
}

@media (max-width: 480px) {
    .form-container .title-box h3 {
        margin-bottom: 30px;
    }

    .new-acount {
        margin-bottom: 20px;
    }

    .remember-me,
    .forgot-password {
        margin-bottom: 10px;
    }

    .login-form .studio-title h1 {
        font-size: 60px;
    }

    .form-group label,
    .forgot-password a,
    .remember-me label,
    .new-acount label {
        font-size: 14px;
    }
}