/* Trang đăng nhập — panel ảnh đại diện bên trái */
.htttsv-login .hero-wrap {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.htttsv-login .hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.htttsv-login .hero-mask {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.htttsv-login .hero-content {
    position: relative;
    z-index: 2;
}

.htttsv-login .opacity-8 {
    opacity: 0.8;
}

.htttsv-login .text-11 {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 1.2;
}

.htttsv-login .text-4 {
    font-size: 1.15rem;
}

.htttsv-login .line-height-4 {
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .htttsv-login .hero-wrap {
        min-height: 280px;
    }

    .htttsv-login .text-11 {
        font-size: 1.75rem;
    }
}
