.auth-modern .auth-section {
    position: relative;
    overflow: hidden;
    padding: 72px 0 88px;
}

.auth-modern .auth-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(7, 18, 33, 0.82) 0%, rgba(7, 18, 33, 0.62) 48%, rgba(7, 18, 33, 0.38) 100%),
        url("../img/hero/hero-1.jpg") center/cover no-repeat;
    z-index: 0;
}

.auth-modern .auth-shell {
    position: relative;
    z-index: 1;
}

.auth-modern .auth-copy {
    color: #fff;
    padding: 18px 0;
}

.auth-modern .auth-copy .section-title {
    text-align: left;
    margin-bottom: 24px;
}

.auth-modern .auth-copy .section-title h1,
.auth-modern .auth-copy .section-title p {
    color: #fff;
}

.auth-modern .auth-copy .section-title h1 {
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.08;
    margin-bottom: 18px;
}

.auth-modern .auth-copy .section-title p {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
    line-height: 1.85;
}

.auth-modern .auth-points {
    display: grid;
    gap: 16px;
    max-width: 540px;
    margin-top: 30px;
}

.auth-modern .auth-point {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.auth-modern .auth-point i {
    color: #f4d7ad;
    font-size: 1.15rem;
    margin-top: 4px;
}

.auth-modern .auth-point strong,
.auth-modern .auth-point span {
    display: block;
}

.auth-modern .auth-point strong {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 4px;
}

.auth-modern .auth-point span {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.65;
}

.auth-modern .auth-card {
    background: rgba(255, 253, 250, 0.96);
    border-radius: 32px;
    box-shadow: 0 30px 60px rgba(8, 22, 40, 0.24);
    padding: 34px 30px;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.auth-modern .auth-card h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.auth-modern .auth-card .auth-subtitle {
    color: #61687a;
    line-height: 1.75;
    margin-bottom: 26px;
}

.auth-modern .auth-alert {
    border-radius: 18px;
    border: 0;
    padding: 14px 18px;
}

.auth-modern .auth-field {
    margin-bottom: 18px;
}

.auth-modern .auth-field label {
    display: block;
    margin-bottom: 8px;
    color: #0b2341;
    font-weight: 700;
}

.auth-modern .auth-input-wrap {
    position: relative;
}

.auth-modern .auth-input-wrap i.auth-leading-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #8f96a6;
}

.auth-modern .auth-input-wrap .form-control {
    height: 58px;
    padding: 0 18px 0 48px;
    border-radius: 16px;
    border: 1px solid rgba(11, 35, 65, 0.14);
    box-shadow: none;
    background: #fff;
}

.auth-modern .auth-input-wrap .form-control:focus {
    border-color: #2d79de;
    box-shadow: 0 0 0 4px rgba(45, 121, 222, 0.12);
}

.auth-modern .auth-input-wrap .toggle-password {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #8f96a6;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.auth-modern .auth-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
}

.auth-modern .auth-link,
.auth-modern .auth-register {
    color: #1a57aa;
    font-weight: 700;
}

.auth-modern .auth-register-wrap {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(11, 35, 65, 0.09);
    color: #61687a;
}

.auth-modern .auth-register-wrap i {
    margin-left: 6px;
}

@media (max-width: 991px) {
    .auth-modern .auth-section {
        padding: 56px 0 72px;
    }

    .auth-modern .auth-copy {
        margin-bottom: 28px;
    }
}

@media (max-width: 575px) {
    .auth-modern .auth-card {
        padding: 28px 20px;
        border-radius: 24px;
    }

    .auth-modern .auth-copy .section-title h1 {
        font-size: 2.2rem;
    }
}
