.abtec-login-page {
    min-height: 100vh;
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(40, 199, 111, 0.18), transparent 30%),
        radial-gradient(circle at bottom right, rgba(0, 158, 195, 0.24), transparent 28%),
        linear-gradient(135deg, #061726 0%, #0d2740 42%, #12385c 100%);
    color: #0f172a;
}

.abtec-login-page .login_wrapper,
.abtec-login-page .login_content,
.abtec-login-page .login_form,
.abtec-login-page .registration_form {
    all: unset;
}

.abtec-auth-shell {
    min-height: 100vh;
    display: flex;
    align-items: stretch;
}

.abtec-auth-hero,
.abtec-auth-panel {
    width: 50%;
    position: relative;
}

.abtec-auth-hero {
    overflow: hidden;
    padding: 56px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 34px;
    color: #f8fafc;
}

.abtec-auth-hero__glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(6px);
    opacity: 0.65;
}

.abtec-auth-hero__glow--one {
    width: 280px;
    height: 280px;
    background: rgba(56, 189, 248, 0.22);
    top: -120px;
    right: -40px;
}

.abtec-auth-hero__glow--two {
    width: 320px;
    height: 320px;
    background: rgba(34, 197, 94, 0.18);
    bottom: -140px;
    left: -80px;
}

.abtec-auth-brand,
.abtec-auth-hero__content,
.abtec-auth-hero__footer {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.abtec-auth-brand {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}

.abtec-auth-brand__badge {
    display: inline-flex;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.abtec-auth-brand__logo {
    width: 190px;
    max-width: 100%;
    filter: brightness(0) invert(1);
    margin: 0 auto;
}

.abtec-auth-hero__content {
    text-align: left;
}

.abtec-auth-hero__eyebrow {
    margin: 0 0 16px;
    color: #7dd3fc;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}

.abtec-auth-hero h1 {
    margin: 0;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.abtec-auth-hero__lead {
    margin: 24px 0 0;
    max-width: 500px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(241, 245, 249, 0.82);
}

.abtec-auth-hero__list {
    list-style: none;
    padding: 0;
    margin: 32px 0 0;
    display: grid;
    gap: 14px;
}

.abtec-auth-hero__list li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}

.abtec-auth-hero__list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #06b6d4 0%, #22c55e 100%);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
}

.abtec-auth-hero__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-start;
    color: rgba(226, 232, 240, 0.76);
    font-size: 14px;
}

.abtec-auth-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 28px;
}

.abtec-auth-card {
    width: 100%;
    max-width: 520px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 28px;
    padding: 42px 38px 34px;
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.28);
}

.abtec-auth-card__header {
    margin-bottom: 28px;
}

.abtec-auth-card__tag {
    display: inline-flex;
    padding: 6px 12px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.abtec-auth-card__header h2 {
    margin: 0;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    color: #0f172a;
}

.abtec-auth-card__header p,
.abtec-login-form__meta p,
.abtec-auth-card__footer p {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
}

.abtec-login-form {
    display: grid;
    gap: 18px;
}

.abtec-field {
    display: block;
    margin: 0;
}

.abtec-field__label {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
}

.abtec-field__control {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid #dbe2ea;
    border-radius: 16px;
    background: #f8fafc;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.abtec-field__control:focus-within {
    border-color: #22c55e;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.abtec-field__control i {
    color: #0ea5e9;
    font-size: 18px;
}

.abtec-login-page .abtec-field__control .form-control {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 56px;
    height: 56px;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    color: #0f172a;
    font-size: 16px;
    line-height: 56px;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    align-self: stretch;
}

.abtec-login-page .abtec-field__control .form-control::placeholder {
    color: #94a3b8;
}

.abtec-login-page .abtec-field__control .form-control:focus {
    box-shadow: none;
    border: 0;
    background: transparent;
    outline: 0;
}

.abtec-login-form__actions {
    padding-top: 10px;
}

.abtec-login-page .abtec-login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #0ea5e9 0%, #22c55e 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 16px 30px rgba(14, 165, 233, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.abtec-login-page .abtec-login-button:hover,
.abtec-login-page .abtec-login-button:focus {
    color: #ffffff;
    opacity: 0.96;
    transform: translateY(-1px);
    box-shadow: 0 20px 38px rgba(14, 165, 233, 0.34);
    text-decoration: none;
}

.abtec-auth-card__footer {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #e2e8f0;
}

@media (max-width: 1080px) {
    .abtec-auth-shell {
        flex-direction: column;
    }

    .abtec-auth-hero,
    .abtec-auth-panel {
        width: 100%;
    }

    .abtec-auth-hero {
        min-height: auto;
        gap: 36px;
    }

    .abtec-auth-hero h1 {
        font-size: 40px;
    }
}

@media (max-width: 640px) {
    .abtec-auth-hero,
    .abtec-auth-panel {
        padding: 28px 18px;
    }

    .abtec-auth-card {
        padding: 28px 20px 24px;
        border-radius: 22px;
    }

    .abtec-auth-hero h1 {
        font-size: 32px;
    }

    .abtec-auth-hero__lead,
    .abtec-auth-hero__list li {
        font-size: 15px;
    }

    .abtec-auth-card__header h2 {
        font-size: 28px;
    }
}
