.tzl-login-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 170px 0 90px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            rgba(4, 17, 29, 0.98),
            rgba(8, 38, 68, 0.94)
        ),
        url("/images/construction-login-bg.jpg") center/cover no-repeat;
}

.tzl-login-section::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(216, 179, 106, 0.17);
    border-radius: 50%;
}

.tzl-login-section::after {
    content: "";
    position: absolute;
    bottom: -220px;
    left: -180px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.tzl-login-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(66, 170, 243, 0.10),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 75%,
            rgba(216, 179, 106, 0.10),
            transparent 30%
        );
}

.tzl-login-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px);
}

.tzl-login-info {
    position: relative;
    width: 100%;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 65px 58px;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            rgba(9, 44, 82, 0.97),
            rgba(4, 21, 36, 0.98)
        );
}

.tzl-login-info::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 270px;
    height: 270px;
    border: 35px solid rgba(255, 255, 255, 0.025);
    border-radius: 50%;
}

.tzl-login-info::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -100px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(216, 179, 106, 0.15);
    transform: rotate(35deg);
}

.tzl-login-mini-title {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    color: #d8b36a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
}

.tzl-login-info h1 {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.15;
}

.tzl-login-info h1 span {
    display: block;
    color: #d8b36a;
}

.tzl-login-info > p {
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin-bottom: 38px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.8;
}

.tzl-login-features {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tzl-login-feature {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tzl-login-feature-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d8b36a;
    font-size: 17px;
    border: 1px solid rgba(216, 179, 106, 0.28);
    background: rgba(216, 179, 106, 0.07);
}

.tzl-login-feature strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 14px;
}

.tzl-login-feature span {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
}

.tzl-login-decoration {
    position: absolute;
    right: 48px;
    bottom: 35px;
    z-index: 2;
    display: flex;
    gap: 6px;
}

.tzl-login-decoration span {
    display: block;
    width: 6px;
    height: 6px;
    background: #d8b36a;
}

.tzl-login-form-area {
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 62px 58px;
    background: rgba(255, 255, 255, 0.97);
}

.tzl-login-form-header {
    margin-bottom: 34px;
}

.tzl-login-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 21px;
    background: #0a2c52;
    box-shadow: 0 15px 35px rgba(10, 44, 82, 0.22);
}

.tzl-login-small-text {
    display: block;
    margin-bottom: 9px;
    color: #d0a950;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.tzl-login-form-header h2 {
    margin-bottom: 12px;
    color: #0a2c52;
    font-size: 31px;
    font-weight: 800;
}

.tzl-login-form-header p {
    margin: 0;
    color: #73808d;
    font-size: 14px;
    line-height: 1.7;
}

.tzl-validation-summary {
    margin-bottom: 20px;
    padding: 12px 15px;
    font-size: 13px;
    border-left: 3px solid #dc3545;
    background: rgba(220, 53, 69, 0.07);
}

.tzl-validation-summary:empty {
    display: none;
}

.tzl-validation-summary ul {
    margin: 0;
    padding-left: 18px;
}

.tzl-form-group {
    margin-bottom: 22px;
}

.tzl-form-label {
    margin-bottom: 9px;
    color: #0a2c52;
    font-size: 13px;
    font-weight: 700;
}

.tzl-input-wrapper {
    position: relative;
}

.tzl-input-icon {
    position: absolute;
    top: 50%;
    left: 18px;
    z-index: 2;
    color: #8492a0;
    font-size: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.tzl-form-control {
    height: 56px;
    padding: 0 54px 0 50px;
    color: #10283e;
    font-size: 14px;
    border: 1px solid #dce3e9;
    border-radius: 0;
    background: #f8fafb;
    box-shadow: none !important;
    transition: all 0.25s ease;
}

.tzl-form-control::placeholder {
    color: #a0aab3;
}

.tzl-form-control:focus {
    border-color: #168bd8;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(22, 139, 216, 0.08) !important;
}

.tzl-password-toggle {
    position: absolute;
    top: 50%;
    right: 17px;
    z-index: 3;
    padding: 5px;
    color: #7c8996;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    transition: color 0.2s ease;
}

.tzl-password-toggle:hover {
    color: #0a2c52;
}

.tzl-field-validation {
    display: block;
    margin-top: 7px;
    font-size: 12px;
}

.tzl-login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 25px;
}

.tzl-remember-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.tzl-remember-check .form-check-input {
    width: 17px;
    height: 17px;
    margin: 0;
    border-color: #b9c3cc;
    border-radius: 0;
    box-shadow: none;
}

.tzl-remember-check .form-check-input:checked {
    border-color: #0a2c52;
    background-color: #0a2c52;
}

.tzl-remember-check .form-check-label {
    color: #536273;
    font-size: 13px;
    cursor: pointer;
}

.tzl-forgot-password {
    color: #0a2c52;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tzl-forgot-password:hover {
    color: #168bd8;
}

.tzl-login-button {
    width: 100%;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 24px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #168bd8;
    background: #168bd8;
    box-shadow: 0 16px 35px rgba(22, 139, 216, 0.24);
    transition: all 0.3s ease;
}

.tzl-login-button:hover {
    border-color: #0a2c52;
    background: #0a2c52;
    transform: translateY(-2px);
}

.tzl-login-button i {
    transition: transform 0.3s ease;
}

.tzl-login-button:hover i {
    transform: translateX(5px);
}

.tzl-login-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    padding-top: 21px;
    color: #8a96a1;
    font-size: 11px;
    border-top: 1px solid #edf0f2;
}

.tzl-login-footer i {
    color: #d0a950;
}

@media (max-width: 1199px) {

    .tzl-login-info {
        padding: 55px 42px;
    }

    .tzl-login-info h1 {
        font-size: 38px;
    }

    .tzl-login-form-area {
        padding: 55px 42px;
    }

}

@media (max-width: 991px) {

    .tzl-login-section {
        padding: 140px 0 70px;
    }

    .tzl-login-wrapper {
        max-width: 620px;
        margin: 0 auto;
    }

    .tzl-login-form-area {
        min-height: auto;
        padding: 52px 45px;
    }

}

@media (max-width: 575px) {

    .tzl-login-section {
        min-height: auto;
        padding: 115px 14px 45px;
    }

    .tzl-login-form-area {
        padding: 38px 24px;
    }

    .tzl-login-form-header h2 {
        font-size: 25px;
    }

    .tzl-login-options {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .tzl-form-control {
        height: 54px;
    }

}