body.enc-auth-page {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.90)),
        url('../img/header.jpg') center center / cover no-repeat fixed;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.enc-auth-page .login-box,
.enc-auth-page .login-box-body,
.enc-auth-page .login-logo {
    width: auto;
    margin: 0;
    background: transparent;
    box-shadow: none;
}

.enc-auth-shell {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px 40px;
}

.enc-auth-panel {
    width: 100%;
    max-width: 1120px;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(340px, 460px);
    gap: 36px;
    align-items: center;
}

.enc-auth-hero {
    color: #ffffff;
    padding-right: 24px;
}

.enc-auth-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f1c232;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.enc-auth-hero h1 {
    margin: 0 0 18px;
    font-size: 48px;
    line-height: 1.15;
    color: #ffffff;
    text-transform: none;
}

.enc-auth-hero p {
    max-width: 580px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.9;
}

.enc-auth-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.enc-auth-list li {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.8;
}

.enc-auth-list li strong {
    color: #ffffff;
}

.enc-auth-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
    overflow: hidden;
}

.enc-auth-card-head {
    padding: 28px 30px 18px;
    border-bottom: 1px solid #e5e7eb;
}

.enc-auth-brand {
    display: inline-block;
    margin-bottom: 14px;
    color: #111827;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-transform: none;
}

.enc-auth-brand:hover,
.enc-auth-brand:focus {
    color: #111827;
}

.enc-auth-card-body {
    padding: 26px 30px 30px;
}

.enc-auth-content-header {
    margin-bottom: 20px;
}

.enc-auth-content-header h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 30px;
    line-height: 1.2;
    text-transform: none;
}

.enc-auth-content-header p {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.8;
}

.enc-auth-page .form-group {
    margin-bottom: 16px;
}

.enc-auth-page .form-control {
    height: 52px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    box-shadow: none;
    color: #111827;
    padding: 0 16px;
    font-size: 15px;
}

.enc-auth-page textarea.form-control {
    min-height: 120px;
    padding-top: 14px;
}

.enc-auth-page .form-control:focus {
    border-color: #f1c232;
    box-shadow: 0 0 0 3px rgba(241, 194, 50, 0.16);
}

.enc-auth-page .checkbox,
.enc-auth-page .form-group label {
    color: #475569;
    font-size: 14px;
    font-weight: 400;
}

.enc-auth-page input[type="checkbox"] {
    margin-right: 8px;
}

.enc-auth-page .btn-primary,
.enc-auth-page .btn-captcha {
    height: 52px;
    border: 0;
    border-radius: 12px;
    background: #f1c232;
    color: #111827;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.enc-auth-page .btn-primary:hover,
.enc-auth-page .btn-primary:focus,
.enc-auth-page .btn-captcha:hover,
.enc-auth-page .btn-captcha:focus {
    background: #ffd65a;
    color: #111827;
}

.enc-auth-page .social-auth-links {
    margin-top: 22px;
}

.enc-auth-page .social-auth-links p {
    color: #94a3b8;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.enc-auth-page .btn-social {
    border-radius: 12px;
    overflow: hidden;
    font-weight: 700;
}

.enc-auth-links {
    margin-top: 20px;
    display: grid;
    gap: 10px;
}

.enc-auth-links a {
    color: #8a6700;
    font-size: 14px;
    font-weight: 700;
}

.enc-auth-links a:hover,
.enc-auth-links a:focus {
    color: #6f5300;
}

.enc-auth-page footer {
    padding: 0 20px 26px;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.enc-auth-page .alert {
    border-radius: 14px;
}

@media (max-width: 991px) {
    .enc-auth-panel {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .enc-auth-hero {
        padding-right: 0;
        text-align: center;
    }

    .enc-auth-hero p {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .enc-auth-shell {
        padding: 90px 14px 24px;
    }

    .enc-auth-card-head,
    .enc-auth-card-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .enc-auth-brand {
        font-size: 28px;
    }

    .enc-auth-hero h1 {
        font-size: 34px;
    }

    .enc-auth-content-header h2 {
        font-size: 26px;
    }
}
