/* =========================================================
   BALI SANITYA GLOBAL
   EMPLOYER PORTAL
   LOGIN + REGISTER
   ========================================================= */


/* =========================================================
   1. GLOBAL RESET
   ========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;

    font-family:
        "Inter",
        "Segoe UI",
        Arial,
        Helvetica,
        sans-serif;

    color: #17243a;
}

body,
body * {
    box-sizing: border-box;
}

img,
video {
    display: block;
}

button,
input,
select,
textarea {
    font-family: inherit;
}


/* =========================================================
   =========================================================
   REGISTER PAGE
   BAGIAN INI DIPERTAHANKAN UNTUK REGISTER
   =========================================================
   ========================================================= */


/* =========================================================
   2. REGISTER MAIN PAGE
   ========================================================= */

.employer-auth-page {
    position: relative;

    width: 100%;
    min-height: 100vh;

    display: grid;

    grid-template-columns: 52% 48%;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background: #071d35;
}


/* =========================================================
   3. REGISTER LEFT HERO
   ========================================================= */

.employer-auth-hero {
    position: relative;

    width: 100%;
    min-width: 0;
    min-height: 100vh;

    overflow: hidden;

    background: #071d35;
    color: #ffffff;
}


/* =========================================================
   4. SHARED HERO VIDEO
   REGISTER + LOGIN
   ========================================================= */

.employer-hero-video {
    position: absolute !important;

    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    min-width: 100%;
    min-height: 100%;

    max-width: none !important;

    object-fit: cover;
    object-position: center center;

    display: block !important;

    z-index: 0;

    pointer-events: none;
}


/* =========================================================
   5. SHARED HERO OVERLAY
   ========================================================= */

.employer-hero-overlay {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(3, 22, 42, 0.92) 0%,
            rgba(3, 22, 42, 0.78) 55%,
            rgba(3, 22, 42, 0.70) 100%
        );

    pointer-events: none;
}


/* =========================================================
   6. REGISTER HERO INNER
   ========================================================= */

.employer-hero-inner {
    position: relative;

    z-index: 2;

    width: 100%;
    min-height: 100vh;

    display: flex;
    flex-direction: column;

    padding:
        55px
        65px
        55px
        65px;

    color: #ffffff;
}


/* =========================================================
   7. REGISTER BRAND
   ========================================================= */

.employer-brand {
    position: relative;

    display: flex;
    align-items: center;

    width: fit-content;
    max-width: 100%;

    gap: 18px;

    margin: 0 0 70px;
}


/* =========================================================
   8. REGISTER LOGO
   ========================================================= */

.employer-brand-logo {
    position: relative;

    width: 82px;
    height: 82px;

    flex: 0 0 82px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 0;

    background: transparent;

    overflow: visible;
}

.employer-brand-logo img {
    display: block !important;

    width: 82px !important;
    height: 82px !important;

    min-width: 82px;
    min-height: 82px;

    max-width: none !important;
    max-height: none;

    margin: 0;
    padding: 0;

    object-fit: contain;
    object-position: center;

    border: 0;
}


/* =========================================================
   9. REGISTER BRAND TEXT
   ========================================================= */

.employer-brand-text {
    min-width: 0;

    display: flex;
    flex-direction: column;

    gap: 5px;
}

.employer-brand-name {
    margin: 0;

    color: #ffffff;

    font-size: 21px;
    font-weight: 800;

    line-height: 1.2;

    letter-spacing: 0.5px;

    white-space: nowrap;
}

.employer-brand-subtitle {
    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 13px;
    font-weight: 400;

    line-height: 1.4;
}


/* =========================================================
   10. REGISTER PORTAL BADGE
   ========================================================= */

.employer-portal-badge {
    width: fit-content;

    min-height: 44px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 25px;

    margin: 0 0 32px;

    border:
        1px solid
        rgba(255, 255, 255, 0.32);

    border-radius: 30px;

    background:
        rgba(255, 255, 255, 0.07);

    color: #ffffff;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2px;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


/* =========================================================
   11. REGISTER HERO CONTENT
   ========================================================= */

.employer-hero-content {
    width: 100%;
    max-width: 700px;

    margin: 0;
    padding: 0;
}


/* =========================================================
   12. REGISTER HERO TITLE
   ========================================================= */

.employer-hero-content h1 {
    margin: 0;

    max-width: 700px;

    color: #ffffff;

    font-size: clamp(
        48px,
        4vw,
        68px
    );

    font-weight: 800;

    line-height: 1.04;

    letter-spacing: -2.5px;
}

.employer-hero-content h1 span {
    display: block;

    margin-top: 3px;

    color: #4d9cff;
}


/* =========================================================
   13. REGISTER HERO DESCRIPTION
   ========================================================= */

.employer-hero-description {
    width: 100%;
    max-width: 650px;

    margin: 27px 0 0;

    color:
        rgba(
            255,
            255,
            255,
            0.86
        );

    font-size: 16px;
    font-weight: 400;

    line-height: 1.7;
}


/* =========================================================
   14. REGISTER HERO INFO
   ========================================================= */

.employer-hero-info {
    display: none !important;
}


/* =========================================================
   15. REGISTER FORM SECTION
   ========================================================= */

.employer-auth-form-section {
    position: relative;

    width: 100%;
    min-width: 0;
    min-height: 100vh;

    display: flex;

    align-items: flex-start;
    justify-content: center;

    padding:
        45px
        42px;

    background: #f4f7fb;

    overflow-x: hidden;
    overflow-y: auto;
}


/* =========================================================
   16. REGISTER CARD
   ========================================================= */

.employer-auth-card {
    position: relative;

    width: 100%;
    max-width: 760px;

    margin: 0 auto;

    padding:
        38px
        40px
        30px;

    background: #ffffff;

    border-radius: 24px;

    box-shadow:
        0 20px 60px
        rgba(7, 31, 55, 0.12);

    overflow: hidden;
}


/* =========================================================
   17. REGISTER DECORATION
   ========================================================= */

.employer-card-decoration {
    position: absolute;

    width: 220px;
    height: 220px;

    top: -120px;
    right: -75px;

    border-radius: 50%;

    background: #eaf0ff;

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   18. REGISTER FORM HEADER
   ========================================================= */

.employer-form-header {
    position: relative;

    z-index: 2;

    width: 100%;

    margin-bottom: 25px;
}

.employer-form-header h2 {
    margin: 0;

    color: #17243a;

    font-size: 32px;
    font-weight: 800;

    line-height: 1.1;

    letter-spacing: -1.2px;
}

.employer-form-header p {
    margin: 8px 0 0;

    color: #7d8798;

    font-size: 13px;

    line-height: 1.5;
}


/* =========================================================
   19. SHARED ALERT
   ========================================================= */

.employer-alert {
    position: relative;

    z-index: 3;

    width: 100%;

    margin-bottom: 18px;

    padding:
        11px
        14px;

    border-radius: 10px;

    font-size: 12px;

    line-height: 1.5;
}

.employer-alert-error {
    border:
        1px solid
        #ffd1d1;

    background: #fff5f5;

    color: #c33b3b;
}

.employer-alert-success {
    border:
        1px solid
        #c8efdf;

    background: #effcf7;

    color: #17815f;
}

.employer-alert-title {
    margin-bottom: 4px;

    font-weight: 700;
}

.employer-alert ul {
    margin: 5px 0 0;
    padding-left: 18px;
}


/* =========================================================
   20. REGISTER FORM
   ========================================================= */

.employer-register-form {
    position: relative;

    z-index: 2;

    width: 100%;

    margin: 0;
    padding: 0;
}


/* =========================================================
   21. REGISTER GRID
   ========================================================= */

.employer-register-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    column-gap: 18px;
    row-gap: 0;

    margin: 0;
    padding: 0;
}


/* =========================================================
   22. FORM GROUP
   ========================================================= */

.employer-form-group {
    width: 100%;
    min-width: 0;

    margin: 0 0 16px;
    padding: 0;
}


/* =========================================================
   23. FULL WIDTH FIELD
   ========================================================= */

.employer-form-full {
    grid-column: 1 / -1;
}


/* =========================================================
   24. LABEL
   ========================================================= */

.employer-form-group label {
    display: block;

    width: 100%;

    margin:
        0 0 7px;

    color: #17243a;

    font-size: 12px;
    font-weight: 700;

    line-height: 1.4;
}

.employer-form-group label span {
    color: #e53935;
}


/* =========================================================
   25. REGISTER INPUT
   ========================================================= */

.employer-form-group input,
.employer-form-group select,
.employer-form-group textarea {
    display: block;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0;
    padding: 0 14px;

    border:
        1px solid
        #d9e2ec;

    border-radius: 11px;

    background: #ffffff;

    color: #17243a;

    font-family: inherit;
    font-size: 13px;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.employer-form-group input,
.employer-form-group select {
    height: 48px;
}

.employer-form-group textarea {
    min-height: 78px;

    padding:
        11px
        14px;

    resize: vertical;

    line-height: 1.5;
}

.employer-form-group input::placeholder,
.employer-form-group textarea::placeholder {
    color: #a0aaba;

    opacity: 1;
}

.employer-form-group input:focus,
.employer-form-group select:focus,
.employer-form-group textarea:focus {
    border-color: #2864e6;

    background: #ffffff;

    box-shadow:
        0 0 0 3px
        rgba(40, 100, 230, 0.10);
}

.employer-form-group select {
    cursor: pointer;
}


/* =========================================================
   26. FIELD ERROR
   ========================================================= */

.employer-field-error {
    display: block;

    margin-top: 5px;

    color: #dc3545;

    font-size: 11px;

    line-height: 1.4;
}


/* =========================================================
   27. REGISTER PASSWORD
   ========================================================= */

.employer-password-wrapper {
    position: relative;

    width: 100%;
}

.employer-password-wrapper input {
    width: 100% !important;

    padding-right: 48px !important;
}

.employer-password-toggle {
    position: absolute;

    top: 50%;
    right: 7px;

    transform:
        translateY(-50%);

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 8px;

    background: transparent;

    color: #7d8798;

    cursor: pointer;

    font-size: 15px;

    line-height: 1;
}

.employer-password-toggle:hover {
    background: #f2f5f8;

    color: #17243a;
}


/* =========================================================
   28. REGISTER TERMS
   ========================================================= */

.employer-terms {
    width: 100%;

    margin:
        0 0 16px;

    padding: 0;
}

.employer-checkbox-label {
    display: flex;
    align-items: flex-start;

    gap: 8px;

    color: #66758a;

    font-size: 11px;

    line-height: 1.5;

    cursor: pointer;
}

.employer-checkbox-label input {
    width: 15px !important;
    height: 15px !important;

    flex: 0 0 15px;

    margin:
        1px 0 0;

    padding: 0;

    cursor: pointer;

    accent-color: #2864e6;
}

.employer-checkbox-label span {
    display: block;
}

.employer-checkbox-label a {
    color: #2864e6;

    font-weight: 700;

    text-decoration: none;
}

.employer-checkbox-label a:hover {
    text-decoration: underline;
}


/* =========================================================
   29. REGISTER SUBMIT
   ========================================================= */

.employer-submit-button {
    width: 100%;

    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            #2864e6,
            #1f57d1
        );

    color: #ffffff;

    font-family: inherit;

    font-size: 13px;
    font-weight: 700;

    cursor: pointer;

    box-shadow:
        0 9px 22px
        rgba(40, 100, 230, 0.18);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.employer-submit-button:hover {
    transform:
        translateY(-1px);

    box-shadow:
        0 13px 28px
        rgba(40, 100, 230, 0.25);
}

.employer-submit-button:active {
    transform:
        translateY(0);
}

.employer-submit-icon {
    font-size: 16px;

    line-height: 1;
}


/* =========================================================
   30. REGISTER FOOTER
   ========================================================= */

.employer-form-footer {
    width: 100%;

    margin-top: 13px;

    color: #7d8798;

    font-size: 12px;

    line-height: 1.5;

    text-align: center;
}

.employer-form-footer a {
    color: #2864e6;

    font-weight: 700;

    text-decoration: none;
}

.employer-form-footer a:hover {
    text-decoration: underline;
}


/* =========================================================
   31. SHARED SECURITY
   ========================================================= */

.employer-security {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    margin-top: 14px;
    padding-top: 14px;

    border-top:
        1px solid
        #edf0f4;

    color: #929bab;

    font-size: 10px;

    line-height: 1.5;

    text-align: center;
}

.employer-security-icon {
    flex: 0 0 auto;

    font-size: 11px;
}


/* =========================================================
   32. REGISTER BACK HOME
   ========================================================= */

.employer-back-home {
    display: block;

    width: 100%;

    margin-top: 10px;

    color: #66758a;

    font-size: 11px;
    font-weight: 600;

    line-height: 1.4;

    text-align: center;

    text-decoration: none;
}

.employer-back-home:hover {
    color: #2864e6;
}


/* =========================================================
   =========================================================
   LOGIN PAGE
   KHUSUS LOGIN
   TIDAK MENGGANGGU REGISTER
   =========================================================
   ========================================================= */


/* =========================================================
   33. LOGIN MAIN PAGE
   ========================================================= */

.employer-login-page {
    position: relative;

    width: 100%;
    min-height: 100vh;

    display: grid;

    grid-template-columns: 52% 48%;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background: #071d35;
}


/* =========================================================
   34. LOGIN HERO
   ========================================================= */

.employer-login-page .employer-hero {
    position: relative;

    width: 100%;
    min-width: 0;
    min-height: 100vh;

    overflow: hidden;

    background: #071d35;
}


/* =========================================================
   35. LOGIN VIDEO
   ========================================================= */

.employer-login-page .employer-hero-video {
    position: absolute !important;

    inset: 0;

    width: 100% !important;
    height: 100% !important;

    min-width: 100%;
    min-height: 100%;

    max-width: none !important;

    object-fit: cover;
    object-position: center center;

    z-index: 0;
}


/* =========================================================
   36. LOGIN OVERLAY
   ========================================================= */

.employer-login-page .employer-hero-overlay {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(3, 22, 42, 0.88) 0%,
            rgba(3, 22, 42, 0.72) 55%,
            rgba(3, 22, 42, 0.68) 100%
        );
}


/* =========================================================
   37. LOGIN HERO CONTENT
   ========================================================= */

.employer-login-page .employer-hero-content {
    position: relative;

    z-index: 2;

    width: 100%;
    min-height: 100vh;

    display: flex;
    flex-direction: column;

    justify-content: flex-start;

    padding:
        58px
        65px;

    color: #ffffff;
}


/* =========================================================
   38. LOGIN BRAND
   ========================================================= */

.employer-login-page .employer-brand {
    display: flex;
    align-items: center;

    width: fit-content;
    max-width: 100%;

    gap: 18px;

    margin: 0 0 70px;
}


/* =========================================================
   39. LOGIN LOGO
   ========================================================= */

.employer-login-page .employer-logo-wrapper {
    width: 82px;
    height: 82px;

    flex: 0 0 82px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    background: transparent;

    overflow: hidden;
}

.employer-login-page .employer-logo {
    display: block !important;

    width: 82px !important;
    height: 82px !important;

    max-width: none !important;
    max-height: none !important;

    object-fit: contain;
    object-position: center;

    margin: 0;
    padding: 0;
}


/* =========================================================
   40. LOGIN BRAND TEXT
   ========================================================= */

.employer-login-page .employer-brand-text {
    display: flex;
    flex-direction: column;

    gap: 5px;
}

.employer-login-page .employer-brand-text h2 {
    margin: 0;

    color: #ffffff;

    font-size: 21px;
    font-weight: 800;

    line-height: 1.2;

    letter-spacing: 0.5px;
}

.employer-login-page .employer-brand-text p {
    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 13px;

    line-height: 1.4;
}


/* =========================================================
   41. LOGIN PORTAL LABEL
   ========================================================= */

.employer-login-page .employer-portal-label {
    width: fit-content;

    min-height: 44px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding:
        0 25px;

    margin:
        0 0 32px;

    border:
        1px solid
        rgba(255, 255, 255, 0.32);

    border-radius: 30px;

    background:
        rgba(255, 255, 255, 0.07);

    color: #ffffff;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2px;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


/* =========================================================
   42. LOGIN HERO TITLE
   ========================================================= */

.employer-login-page .employer-hero-title {
    width: 100%;
    max-width: 700px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(
        48px,
        4vw,
        68px
    );

    font-weight: 800;

    line-height: 1.04;

    letter-spacing: -2.5px;
}

.employer-login-page .employer-hero-title span {
    display: block;

    margin-top: 3px;

    color: #4d9cff;
}


/* =========================================================
   43. LOGIN HERO DESCRIPTION
   ========================================================= */

.employer-login-page .employer-hero-description {
    width: 100%;
    max-width: 650px;

    margin:
        27px 0 0;

    color:
        rgba(
            255,
            255,
            255,
            0.86
        );

    font-size: 16px;

    line-height: 1.7;
}


/* =========================================================
   44. LOGIN FEATURES
   ========================================================= */

.employer-login-page .employer-features {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;

    width: 100%;
    max-width: 620px;

    margin-top: 35px;
}

.employer-login-page .employer-feature {
    display: flex;
    align-items: center;

    gap: 9px;

    color: rgba(255, 255, 255, 0.9);

    font-size: 12px;
    font-weight: 600;

    line-height: 1.4;
}

.employer-login-page .feature-check {
    width: 24px;
    height: 24px;

    flex: 0 0 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #35d5a3;

    color: #071d35;

    font-size: 13px;
    font-weight: 900;
}


/* =========================================================
   45. LOGIN RIGHT SIDE
   ========================================================= */

.employer-login-side {
    position: relative;

    width: 100%;
    min-width: 0;
    min-height: 100vh;

    display: flex;

    align-items: center;
    justify-content: center;

    padding:
        40px;

    background: #f4f7fb;

    overflow-x: hidden;
    overflow-y: auto;
}


/* =========================================================
   46. LOGIN CARD
   ========================================================= */

.employer-login-card {
    position: relative;

    width: 100%;
    max-width: 560px;

    margin: 0 auto;

    padding:
        38px
        40px
        32px;

    background: #ffffff;

    border-radius: 24px;

    box-shadow:
        0 25px 70px
        rgba(7, 31, 55, 0.15);

    overflow: hidden;
}


/* =========================================================
   47. LOGIN DECORATION
   ========================================================= */

.login-card-decoration {
    position: absolute;

    width: 210px;
    height: 210px;

    top: -115px;
    right: -70px;

    border-radius: 50%;

    background: #eaf0ff;

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   48. LOGIN HEADER
   ========================================================= */

.login-header {
    position: relative;

    z-index: 2;

    width: 100%;

    margin:
        0 0 27px;
}

.login-header h2 {
    margin:
        0 0 8px;

    color: #17243a;

    font-size: 34px;
    font-weight: 800;

    line-height: 1.08;

    letter-spacing: -1.3px;
}

.login-header p {
    margin: 0;

    color: #7d8798;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================================
   49. LOGIN ALERT
   ========================================================= */

.employer-login-card .employer-alert {
    position: relative;

    z-index: 3;

    margin-bottom: 18px;
}


/* =========================================================
   50. LOGIN FORM
   ========================================================= */

.employer-login-form {
    position: relative;

    z-index: 2;

    width: 100%;

    margin: 0;
    padding: 0;
}


/* =========================================================
   51. LOGIN FORM GROUP
   ========================================================= */

.employer-login-form .employer-form-group {
    width: 100%;

    margin:
        0 0 18px;
}


/* =========================================================
   52. LOGIN LABEL
   ========================================================= */

.employer-login-form .employer-form-group label {
    display: block;

    width: 100%;

    margin:
        0 0 8px;

    color: #17243a;

    font-size: 12px;
    font-weight: 700;

    line-height: 1.4;
}


/* =========================================================
   53. LOGIN INPUT
   ========================================================= */

.employer-login-form .employer-form-group input {
    display: block;

    width: 100% !important;
    height: 52px;

    margin: 0;
    padding:
        0 15px;

    border:
        1px solid
        #d9e2ec;

    border-radius: 11px;

    background: #ffffff;

    color: #17243a;

    font-family: inherit;

    font-size: 13px;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.employer-login-form
.employer-form-group
input::placeholder {
    color: #a0aaba;

    opacity: 1;
}

.employer-login-form
.employer-form-group
input:focus {
    border-color: #2864e6;

    box-shadow:
        0 0 0 3px
        rgba(40, 100, 230, 0.10);
}


/* =========================================================
   54. LOGIN PASSWORD WRAPPER
   ========================================================= */

.password-input-wrapper {
    position: relative;

    width: 100%;
}

.password-input-wrapper input {
    width: 100% !important;

    padding-right: 52px !important;
}


/* =========================================================
   55. LOGIN PASSWORD TOGGLE
   ========================================================= */

.password-toggle {
    position: absolute;

    top: 50%;
    right: 8px;

    transform:
        translateY(-50%);

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 8px;

    background: transparent;

    color: #7d8798;

    cursor: pointer;

    font-size: 14px;

    line-height: 1;
}

.password-toggle:hover {
    background: #f2f5f8;

    color: #17243a;
}

.password-toggle:focus {
    outline: none;

    background: #f2f5f8;
}


/* =========================================================
   56. LOGIN REMEMBER
   ========================================================= */

.employer-remember {
    width: 100%;

    display: flex;
    align-items: center;

    margin:
        0 0 20px;
}

.remember-label {
    display: inline-flex !important;
    align-items: center;

    gap: 8px;

    margin: 0 !important;

    color: #66758a !important;

    font-size: 12px !important;
    font-weight: 500 !important;

    cursor: pointer;
}

.remember-label input {
    width: 15px !important;
    height: 15px !important;

    flex: 0 0 15px;

    margin: 0 !important;
    padding: 0 !important;

    cursor: pointer;

    accent-color: #2864e6;
}

.remember-label span {
    display: inline-block;
}


/* =========================================================
   57. LOGIN BUTTON
   ========================================================= */

.employer-login-button {
    position: relative;

    width: 100%;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            #2864e6,
            #1f57d1
        );

    color: #ffffff;

    font-family: inherit;

    font-size: 14px;
    font-weight: 700;

    cursor: pointer;

    box-shadow:
        0 10px 25px
        rgba(40, 100, 230, 0.20);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.employer-login-button:hover {
    transform:
        translateY(-1px);

    box-shadow:
        0 14px 30px
        rgba(40, 100, 230, 0.28);
}

.employer-login-button:active {
    transform:
        translateY(0);
}

.login-button-icon {
    font-size: 16px;

    line-height: 1;
}


/* =========================================================
   58. LOGIN HOME BUTTON
   ========================================================= */

.employer-home-button {
    width: 100%;

    min-height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    margin-top: 11px;

    padding:
        0 15px;

    border-radius: 10px;

    background: #f7f8fa;

    color: #465368;

    text-decoration: none;

    font-size: 13px;
    font-weight: 700;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.employer-home-button:hover {
    background: #eef1f5;

    color: #17243a;
}


/* =========================================================
   59. LOGIN SECURITY
   ========================================================= */

.employer-login-card .employer-security {
    width: 100%;

    margin-top: 15px;
    padding-top: 15px;

    border-top:
        1px solid
        #edf0f4;

    color: #929bab;

    font-size: 10px;

    text-align: center;
}

.security-line {
    display: none;
}

.security-content {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;
}

.security-icon {
    flex: 0 0 auto;

    font-size: 11px;
}


/* =========================================================
   60. LOGIN REGISTER TEXT
   ========================================================= */

.employer-register-text {
    position: relative;

    z-index: 2;

    width: 100%;

    margin-top: 17px;

    color: #7f8999;

    font-size: 12px;

    line-height: 1.6;

    text-align: center;
}

.employer-register-text a {
    color: #2864e6;

    font-weight: 700;

    text-decoration: none;
}

.employer-register-text a:hover {
    text-decoration: underline;
}


/* =========================================================
   61. LARGE LAPTOP
   ========================================================= */

@media (max-width: 1400px) {

    /* REGISTER */
    .employer-auth-page {
        grid-template-columns: 54% 46%;
    }

    .employer-hero-inner {
        padding:
            45px
            50px;
    }

    .employer-brand {
        margin-bottom: 58px;
    }

    .employer-hero-content h1 {
        font-size: 54px;
    }

    .employer-auth-form-section {
        padding:
            35px
            30px;
    }

    .employer-auth-card {
        max-width: 720px;

        padding:
            34px
            34px
            28px;
    }


    /* LOGIN */
    .employer-login-page {
        grid-template-columns: 54% 46%;
    }

    .employer-login-page .employer-hero-content {
        padding:
            45px
            50px;
    }

    .employer-login-page .employer-brand {
        margin-bottom: 58px;
    }

    .employer-login-page .employer-hero-title {
        font-size: 54px;
    }

    .employer-login-side {
        padding:
            35px
            30px;
    }

    .employer-login-card {
        max-width: 540px;
    }
}


/* =========================================================
   62. LAPTOP
   ========================================================= */

@media (max-width: 1200px) {

    /* REGISTER */
    .employer-auth-page {
        grid-template-columns: 52% 48%;
    }

    .employer-hero-inner {
        padding:
            40px
            40px;
    }

    .employer-brand {
        gap: 14px;

        margin-bottom: 48px;
    }

    .employer-brand-logo,
    .employer-brand-logo img {
        width: 72px !important;
        height: 72px !important;
    }

    .employer-brand-logo {
        flex-basis: 72px;
    }

    .employer-brand-name {
        font-size: 19px;
    }

    .employer-brand-subtitle {
        font-size: 12px;
    }

    .employer-portal-badge {
        margin-bottom: 25px;
    }

    .employer-hero-content h1 {
        font-size: 47px;

        letter-spacing: -2px;
    }

    .employer-hero-description {
        font-size: 14px;
    }

    .employer-auth-form-section {
        padding:
            28px
            22px;
    }

    .employer-auth-card {
        padding:
            30px
            28px
            25px;
    }

    .employer-form-header h2 {
        font-size: 29px;
    }

    .employer-register-grid {
        column-gap: 14px;
    }


    /* LOGIN */
    .employer-login-page {
        grid-template-columns: 52% 48%;
    }

    .employer-login-page .employer-hero-content {
        padding:
            40px
            40px;
    }

    .employer-login-page .employer-brand {
        gap: 14px;

        margin-bottom: 48px;
    }

    .employer-login-page .employer-logo-wrapper,
    .employer-login-page .employer-logo {
        width: 72px !important;
        height: 72px !important;
    }

    .employer-login-page .employer-brand-text h2 {
        font-size: 19px;
    }

    .employer-login-page .employer-brand-text p {
        font-size: 12px;
    }

    .employer-login-page .employer-portal-label {
        margin-bottom: 25px;
    }

    .employer-login-page .employer-hero-title {
        font-size: 47px;

        letter-spacing: -2px;
    }

    .employer-login-page .employer-hero-description {
        font-size: 14px;
    }

    .employer-login-side {
        padding:
            28px
            22px;
    }

    .employer-login-card {
        padding:
            30px
            28px
            25px;
    }
}


/* =========================================================
   63. TABLET
   ========================================================= */

@media (max-width: 900px) {

    /* REGISTER */
    .employer-auth-page {
        grid-template-columns: 1fr;

        overflow: visible;
    }

    .employer-auth-hero {
        min-height: 520px;
    }

    .employer-hero-inner {
        min-height: 520px;

        padding:
            40px
            35px;
    }

    .employer-brand {
        margin-bottom: 45px;
    }

    .employer-hero-content {
        max-width: 700px;
    }

    .employer-hero-content h1 {
        font-size: 50px;
    }

    .employer-auth-form-section {
        min-height: auto;

        padding:
            30px
            25px
            45px;
    }

    .employer-auth-card {
        max-width: 760px;
    }


    /* LOGIN */
    .employer-login-page {
        grid-template-columns: 1fr;

        overflow: visible;
    }

    .employer-login-page .employer-hero {
        min-height: 520px;
    }

    .employer-login-page .employer-hero-content {
        min-height: 520px;

        padding:
            40px
            35px;
    }

    .employer-login-page .employer-brand {
        margin-bottom: 45px;
    }

    .employer-login-page .employer-hero-title {
        font-size: 50px;
    }

    .employer-login-side {
        min-height: auto;

        padding:
            30px
            25px
            45px;
    }

    .employer-login-card {
        max-width: 600px;
    }
}


/* =========================================================
   64. MOBILE
   ========================================================= */

@media (max-width: 650px) {

    /* REGISTER */
    .employer-auth-page {
        display: block;
    }

    .employer-auth-hero {
        min-height: 500px;
    }

    .employer-hero-inner {
        min-height: 500px;

        padding:
            30px
            22px;
    }

    .employer-brand {
        gap: 11px;

        margin-bottom: 38px;
    }

    .employer-brand-logo,
    .employer-brand-logo img {
        width: 58px !important;
        height: 58px !important;
    }

    .employer-brand-logo {
        flex-basis: 58px;
    }

    .employer-brand-name {
        font-size: 16px;
    }

    .employer-brand-subtitle {
        font-size: 10px;
    }

    .employer-portal-badge {
        min-height: 38px;

        padding:
            0 17px;

        margin-bottom: 22px;

        font-size: 10px;

        letter-spacing: 1.5px;
    }

    .employer-hero-content h1 {
        font-size: 38px;

        letter-spacing: -1.5px;
    }

    .employer-hero-description {
        margin-top: 20px;

        font-size: 13px;

        line-height: 1.65;
    }

    .employer-auth-form-section {
        padding:
            20px
            14px
            35px;
    }

    .employer-auth-card {
        padding:
            27px
            20px
            25px;

        border-radius: 20px;
    }

    .employer-form-header {
        margin-bottom: 22px;
    }

    .employer-form-header h2 {
        font-size: 27px;
    }

    .employer-form-header p {
        font-size: 12px;
    }

    .employer-register-grid {
        grid-template-columns: 1fr;

        column-gap: 0;
    }

    .employer-form-full {
        grid-column: auto;
    }


    /* LOGIN */
    .employer-login-page {
        display: block;
    }

    .employer-login-page .employer-hero {
        min-height: 500px;
    }

    .employer-login-page .employer-hero-content {
        min-height: 500px;

        padding:
            30px
            22px;
    }

    .employer-login-page .employer-brand {
        gap: 11px;

        margin-bottom: 38px;
    }

    .employer-login-page .employer-logo-wrapper,
    .employer-login-page .employer-logo {
        width: 58px !important;
        height: 58px !important;
    }

    .employer-login-page .employer-logo-wrapper {
        flex-basis: 58px;
    }

    .employer-login-page .employer-brand-text h2 {
        font-size: 16px;
    }

    .employer-login-page .employer-brand-text p {
        font-size: 10px;
    }

    .employer-login-page .employer-portal-label {
        min-height: 38px;

        padding:
            0 17px;

        margin-bottom: 22px;

        font-size: 10px;

        letter-spacing: 1.5px;
    }

    .employer-login-page .employer-hero-title {
        font-size: 38px;

        letter-spacing: -1.5px;
    }

    .employer-login-page .employer-hero-description {
        margin-top: 20px;

        font-size: 13px;

        line-height: 1.65;
    }

    .employer-login-page .employer-features {
        grid-template-columns: 1fr;

        gap: 9px;

        margin-top: 25px;
    }

    .employer-login-side {
        padding:
            20px
            14px
            35px;
    }

    .employer-login-card {
        padding:
            27px
            20px
            25px;

        border-radius: 20px;
    }

    .login-header {
        margin-bottom: 22px;
    }

    .login-header h2 {
        font-size: 27px;
    }

    .login-header p {
        font-size: 12px;
    }
}


/* =========================================================
   65. SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    /* REGISTER */
    .employer-auth-hero {
        min-height: 470px;
    }

    .employer-hero-inner {
        min-height: 470px;

        padding:
            26px
            17px;
    }

    .employer-brand {
        margin-bottom: 32px;
    }

    .employer-brand-logo,
    .employer-brand-logo img {
        width: 50px !important;
        height: 50px !important;
    }

    .employer-brand-logo {
        flex-basis: 50px;
    }

    .employer-brand-name {
        font-size: 14px;
    }

    .employer-brand-subtitle {
        font-size: 9px;
    }

    .employer-hero-content h1 {
        font-size: 33px;
    }

    .employer-auth-form-section {
        padding:
            15px
            10px
            30px;
    }

    .employer-auth-card {
        padding:
            24px
            16px;
    }

    .employer-form-header h2 {
        font-size: 25px;
    }


    /* LOGIN */
    .employer-login-page .employer-hero {
        min-height: 470px;
    }

    .employer-login-page .employer-hero-content {
        min-height: 470px;

        padding:
            26px
            17px;
    }

    .employer-login-page .employer-brand {
        margin-bottom: 32px;
    }

    .employer-login-page .employer-logo-wrapper,
    .employer-login-page .employer-logo {
        width: 50px !important;
        height: 50px !important;
    }

    .employer-login-page .employer-logo-wrapper {
        flex-basis: 50px;
    }

    .employer-login-page .employer-brand-text h2 {
        font-size: 14px;
    }

    .employer-login-page .employer-brand-text p {
        font-size: 9px;
    }

    .employer-login-page .employer-hero-title {
        font-size: 33px;
    }

    .employer-login-side {
        padding:
            15px
            10px
            30px;
    }

    .employer-login-card {
        padding:
            24px
            16px;
    }

    .login-header h2 {
        font-size: 25px;
    }
}

/* =========================================================
   FINAL LOGIN FIX
   ---------------------------------------------------------
   IMPORTANT:
   - Register styles above are NOT changed.
   - These rules use the EXACT classes from login.blade.php.
   - Login is independent from register.
   ========================================================= */

/* LOGIN PAGE WRAPPER */
.employer-login-page {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #f4f7fb !important;
}

/* LEFT BACKGROUND AREA */
.employer-login-background {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 52% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #071d35 !important;
    z-index: 1 !important;
}

.employer-login-background-video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    z-index: 0 !important;
}

.employer-login-background-overlay {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background:
        linear-gradient(
            90deg,
            rgba(4, 25, 48, 0.78) 0%,
            rgba(4, 25, 48, 0.52) 55%,
            rgba(4, 25, 48, 0.38) 100%
        ) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

/* BRAND ON TOP OF VIDEO */
.employer-login-brand {
    position: absolute !important;
    top: 58px !important;
    left: 64px !important;
    width: auto !important;
    max-width: calc(52% - 100px) !important;
    min-height: 90px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    z-index: 5 !important;
}

.employer-login-logo-wrapper {
    position: relative !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    flex: 0 0 92px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    overflow: visible !important;
}

.employer-login-logo {
    display: block !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.employer-login-brand-text {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.employer-login-brand-text h2 {
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 23px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.2px !important;
    white-space: nowrap !important;
}

.employer-login-brand-text p {
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
}

/* RIGHT LOGIN CONTENT */
.employer-login-content {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 48% !important;
    height: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 42px 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f4f7fb !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    z-index: 3 !important;
}

/* LOGIN CARD */
.employer-login-card {
    position: relative !important;
    width: 100% !important;
    max-width: 540px !important;
    margin: 0 auto !important;
    padding: 38px 40px 30px !important;
    background: #ffffff !important;
    border: 1px solid rgba(217, 226, 236, 0.7) !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 60px rgba(7, 31, 55, 0.13) !important;
    overflow: hidden !important;
}

/* LOGIN HEADER - EXACT BLADE CLASS */
.employer-login-header {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    margin: 0 0 26px !important;
    padding: 0 !important;
}

.employer-login-header h1 {
    margin: 0 !important;
    padding: 0 !important;
    color: #17243a !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    letter-spacing: -1.1px !important;
}

.employer-login-header p {
    margin: 8px 0 0 !important;
    padding: 0 !important;
    color: #7d8798 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

/* LOGIN ALERTS - EXACT BLADE CLASSES */
.employer-login-alert {
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    margin: 0 0 16px !important;
    padding: 11px 14px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.employer-login-alert-error {
    border: 1px solid #ffd1d1 !important;
    background: #fff5f5 !important;
    color: #c33b3b !important;
}

.employer-login-alert-success {
    border: 1px solid #c8efdf !important;
    background: #effcf7 !important;
    color: #17815f !important;
}

/* LOGIN FORM */
.employer-login-form {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.employer-login-form-group {
    width: 100% !important;
    margin: 0 0 17px !important;
    padding: 0 !important;
}

.employer-login-label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    color: #17243a !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

.employer-login-input {
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 1px solid #d9e2ec !important;
    border-radius: 11px !important;
    background: #ffffff !important;
    color: #17243a !important;
    font-family: inherit !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.employer-login-input::placeholder {
    color: #a0aaba !important;
    opacity: 1 !important;
}

.employer-login-input:focus {
    border-color: #2864e6 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(40, 100, 230, 0.10) !important;
}

/* PASSWORD */
.employer-login-password-wrapper {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.employer-login-password-input {
    width: 100% !important;
    padding-right: 50px !important;
}

.employer-login-password-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 7px !important;
    transform: translateY(-50%) !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #7d8798 !important;
    cursor: pointer !important;
    font-size: 15px !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

.employer-login-password-toggle:hover,
.employer-login-password-toggle:focus {
    background: #f2f5f8 !important;
    color: #17243a !important;
    outline: none !important;
}

.employer-login-password-toggle span {
    display: block !important;
    line-height: 1 !important;
}

/* REMEMBER ME - EXACT BLADE CLASS */
.employer-login-options {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
}

.employer-login-remember {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #66758a !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
}

.employer-login-checkbox {
    width: 15px !important;
    height: 15px !important;
    flex: 0 0 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    accent-color: #2864e6 !important;
    cursor: pointer !important;
}

/* LOGIN BUTTON */
.employer-login-button {
    position: relative !important;
    width: 100% !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #2864e6, #1f57d1) !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    box-shadow: 0 9px 22px rgba(40, 100, 230, 0.18) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.employer-login-button:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 13px 28px rgba(40, 100, 230, 0.25) !important;
}

.employer-login-button:active {
    transform: translateY(0) !important;
}

.employer-login-button-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

/* HOME BUTTON - EXACT BLADE CLASS */
.employer-login-home-button {
    width: 100% !important;
    min-height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    margin: 11px 0 0 !important;
    padding: 0 15px !important;
    border-radius: 10px !important;
    background: #f7f8fa !important;
    color: #465368 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    transition: background 0.2s ease, color 0.2s ease !important;
}

.employer-login-home-button:hover {
    background: #eef1f5 !important;
    color: #17243a !important;
}

.employer-login-home-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

/* SECURITY - EXACT BLADE CLASSES */
.employer-login-security {
    width: 100% !important;
    margin: 15px 0 0 !important;
    padding: 14px 0 0 !important;
    border-top: 1px solid #edf0f4 !important;
    color: #929bab !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

.employer-login-security-line {
    display: none !important;
}

.employer-login-security-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: 100% !important;
}

.employer-login-security-icon {
    flex: 0 0 auto !important;
    font-size: 11px !important;
    line-height: 1 !important;
}

/* REGISTER LINK - EXACT BLADE CLASS */
.employer-login-register {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    margin: 15px 0 0 !important;
    padding: 0 !important;
    color: #7f8999 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    text-align: center !important;
}

.employer-login-register-link {
    color: #2864e6 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.employer-login-register-link:hover {
    text-decoration: underline !important;
}

/* REMOVE ANY OLD LOGIN SELECTOR EFFECTS */
.employer-login-page .employer-hero,
.employer-login-page .employer-hero-content,
.employer-login-page .employer-brand,
.employer-login-page .employer-logo-wrapper,
.employer-login-page .employer-logo,
.employer-login-page .employer-portal-label,
.employer-login-page .employer-hero-title,
.employer-login-page .employer-features,
.employer-login-page .employer-feature,
.employer-login-page .feature-check,
.employer-login-page .employer-login-side,
.employer-login-page .login-card-decoration,
.employer-login-page .login-header,
.employer-login-page .password-input-wrapper,
.employer-login-page .password-toggle,
.employer-login-page .employer-remember,
.employer-login-page .remember-label,
.employer-login-page .employer-home-button,
.employer-login-page .employer-register-text,
.employer-login-page .security-line,
.employer-login-page .security-content,
.employer-login-page .security-icon {
    /* These selectors intentionally do not match the current login Blade. */
}

/* =========================================================
   LOGIN RESPONSIVE
   ========================================================= */

@media (max-width: 1200px) {
    .employer-login-background {
        width: 54% !important;
    }

    .employer-login-content {
        width: 46% !important;
        padding: 32px 28px !important;
    }

    .employer-login-brand {
        top: 44px !important;
        left: 48px !important;
        max-width: calc(54% - 80px) !important;
    }

    .employer-login-logo-wrapper,
    .employer-login-logo {
        width: 78px !important;
        height: 78px !important;
        min-width: 78px !important;
        min-height: 78px !important;
    }

    .employer-login-logo-wrapper {
        flex-basis: 78px !important;
    }

    .employer-login-brand-text h2 {
        font-size: 20px !important;
    }

    .employer-login-brand-text p {
        font-size: 12px !important;
    }

    .employer-login-card {
        max-width: 520px !important;
        padding: 34px 32px 28px !important;
    }
}

@media (max-width: 900px) {
    .employer-login-page {
        height: auto !important;
        min-height: 100vh !important;
        overflow: visible !important;
        background: #f4f7fb !important;
    }

    .employer-login-background {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        width: 100% !important;
        height: 440px !important;
        min-height: 440px !important;
    }

    .employer-login-brand {
        top: 40px !important;
        left: 35px !important;
        max-width: calc(100% - 70px) !important;
    }

    .employer-login-content {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        padding: 30px 25px 45px !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;
        overflow: visible !important;
    }

    .employer-login-card {
        max-width: 600px !important;
    }
}

@media (max-width: 650px) {
    .employer-login-background {
        height: 390px !important;
        min-height: 390px !important;
    }

    .employer-login-brand {
        top: 28px !important;
        left: 22px !important;
        gap: 11px !important;
        max-width: calc(100% - 44px) !important;
    }

    .employer-login-logo-wrapper,
    .employer-login-logo {
        width: 58px !important;
        height: 58px !important;
        min-width: 58px !important;
        min-height: 58px !important;
    }

    .employer-login-logo-wrapper {
        flex-basis: 58px !important;
    }

    .employer-login-brand-text h2 {
        font-size: 16px !important;
    }

    .employer-login-brand-text p {
        font-size: 10px !important;
    }

    .employer-login-content {
        padding: 20px 14px 35px !important;
    }

    .employer-login-card {
        padding: 27px 20px 25px !important;
        border-radius: 20px !important;
    }

    .employer-login-header {
        margin-bottom: 22px !important;
    }

    .employer-login-header h1 {
        font-size: 27px !important;
    }

    .employer-login-header p {
        font-size: 12px !important;
    }
}

@media (max-width: 420px) {
    .employer-login-background {
        height: 350px !important;
        min-height: 350px !important;
    }

    .employer-login-brand {
        top: 24px !important;
        left: 17px !important;
        max-width: calc(100% - 34px) !important;
    }

    .employer-login-logo-wrapper,
    .employer-login-logo {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        min-height: 50px !important;
    }

    .employer-login-logo-wrapper {
        flex-basis: 50px !important;
    }

    .employer-login-brand-text h2 {
        font-size: 14px !important;
    }

    .employer-login-brand-text p {
        font-size: 9px !important;
    }

    .employer-login-card {
        padding: 24px 16px !important;
    }

    .employer-login-header h1 {
        font-size: 25px !important;
    }
}



/* =========================================================
   FINAL LOGIN DESIGN
   ---------------------------------------------------------
   LOGIN:
   - Full-screen background video
   - Registration-style hero text on top of video
   - White login card floating on the right
   - Register page remains untouched
   ========================================================= */

.employer-login-page {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden !important;
    background: #071d35 !important;
}

/* FULL SCREEN VIDEO */
.employer-login-background {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #071d35 !important;
    z-index: 0 !important;
}

.employer-login-background-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    z-index: 0 !important;
}

/* DARKEN VIDEO SO WHITE TEXT IS CLEAR */
.employer-login-background-overlay {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background:
        linear-gradient(
            90deg,
            rgba(3, 22, 42, 0.88) 0%,
            rgba(3, 22, 42, 0.68) 42%,
            rgba(3, 22, 42, 0.48) 72%,
            rgba(3, 22, 42, 0.60) 100%
        ) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

/* BRAND */
.employer-login-brand {
    position: absolute !important;
    top: 55px !important;
    left: 65px !important;
    width: auto !important;
    max-width: 600px !important;
    min-height: 82px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    z-index: 5 !important;
}

.employer-login-logo-wrapper {
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    flex: 0 0 82px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    overflow: visible !important;
}

.employer-login-logo {
    display: block !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.employer-login-brand-text {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.employer-login-brand-text h2 {
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
}

.employer-login-brand-text p {
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255,255,255,0.74) !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
}

/* HERO COPY - SAME STYLE AS REGISTER */
.employer-login-hero-copy {
    position: absolute !important;
    left: 65px !important;
    top: 50% !important;
    width: min(50%, 720px) !important;
    transform: translateY(-43%) !important;
    z-index: 4 !important;
}

.employer-login-portal-badge {
    width: fit-content !important;
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 25px !important;
    margin: 0 0 32px !important;
    border: 1px solid rgba(255,255,255,0.32) !important;
    border-radius: 30px !important;
    background: rgba(255,255,255,0.07) !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

.employer-login-hero-content {
    width: 100% !important;
    max-width: 700px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.employer-login-hero-content h1 {
    margin: 0 !important;
    max-width: 700px !important;
    color: #ffffff !important;
    font-size: clamp(48px, 4vw, 68px) !important;
    font-weight: 800 !important;
    line-height: 1.04 !important;
    letter-spacing: -2.5px !important;
}

.employer-login-hero-content h1 span {
    display: block !important;
    margin-top: 3px !important;
    color: #4d9cff !important;
}

.employer-login-hero-content p {
    width: 100% !important;
    max-width: 650px !important;
    margin: 27px 0 0 !important;
    color: rgba(255,255,255,0.86) !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

/* LOGIN CONTENT BECOMES TRANSPARENT OVER THE VIDEO */
.employer-login-content {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 48% !important;
    height: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 42px 55px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    z-index: 6 !important;
}

/* WHITE CARD */
.employer-login-card {
    position: relative !important;
    width: 100% !important;
    max-width: 540px !important;
    margin: 0 auto !important;
    padding: 38px 40px 30px !important;
    background: #ffffff !important;
    border: 1px solid rgba(217,226,236,0.78) !important;
    border-radius: 24px !important;
    box-shadow:
        0 28px 80px rgba(0,0,0,0.25),
        0 8px 28px rgba(7,31,55,0.14) !important;
    overflow: hidden !important;
}

/* KEEP CARD PURE WHITE */
.employer-login-card::before {
    content: none !important;
}

/* CARD CONTENT ABOVE DECORATION */
.employer-login-card > * {
    position: relative;
    z-index: 2;
}

/* CARD HEADER */
.employer-login-header {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    margin: 0 0 27px !important;
}

.employer-login-header h1 {
    margin: 0 0 8px !important;
    color: #17243a !important;
    font-size: 34px !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -1.3px !important;
}

.employer-login-header p {
    margin: 0 !important;
    color: #7d8798 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* RESPONSIVE - TABLET */
@media (max-width: 1200px) {
    .employer-login-brand {
        left: 45px !important;
        top: 42px !important;
    }

    .employer-login-hero-copy {
        left: 45px !important;
        width: 48% !important;
    }

    .employer-login-content {
        width: 48% !important;
        padding: 35px 35px !important;
    }

    .employer-login-card {
        max-width: 500px !important;
        padding: 34px 32px 28px !important;
    }

    .employer-login-hero-content h1 {
        font-size: clamp(42px, 4vw, 58px) !important;
    }
}

/* RESPONSIVE - MOBILE
   Video remains the full background instead of becoming a separate block. */
@media (max-width: 900px) {
    .employer-login-page {
        height: auto !important;
        min-height: 100vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    .employer-login-background {
        position: fixed !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100vh !important;
    }

    .employer-login-brand {
        top: 28px !important;
        left: 28px !important;
        max-width: calc(100% - 56px) !important;
    }

    .employer-login-hero-copy {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: calc(100% - 40px) !important;
        max-width: 620px !important;
        margin: 155px auto 0 !important;
        transform: none !important;
    }

    .employer-login-hero-content h1 {
        font-size: clamp(38px, 8vw, 54px) !important;
    }

    .employer-login-content {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        margin-top: 55px !important;
        padding: 0 20px 45px !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;
        background: transparent !important;
        overflow: visible !important;
    }

    .employer-login-card {
        max-width: 600px !important;
    }
}

@media (max-width: 600px) {
    .employer-login-brand {
        top: 22px !important;
        left: 18px !important;
        gap: 11px !important;
        max-width: calc(100% - 36px) !important;
    }

    .employer-login-logo-wrapper,
    .employer-login-logo {
        width: 58px !important;
        height: 58px !important;
        min-width: 58px !important;
        min-height: 58px !important;
    }

    .employer-login-logo-wrapper {
        flex-basis: 58px !important;
    }

    .employer-login-brand-text h2 {
        font-size: 16px !important;
    }

    .employer-login-brand-text p {
        font-size: 10px !important;
    }

    .employer-login-hero-copy {
        width: calc(100% - 36px) !important;
        margin-top: 120px !important;
    }

    .employer-login-portal-badge {
        min-height: 40px !important;
        padding: 0 18px !important;
        margin-bottom: 22px !important;
        font-size: 10px !important;
        letter-spacing: 1.6px !important;
    }

    .employer-login-hero-content h1 {
        font-size: 39px !important;
        letter-spacing: -1.7px !important;
    }

    .employer-login-hero-content p {
        margin-top: 18px !important;
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

    .employer-login-content {
        margin-top: 38px !important;
        padding: 0 14px 30px !important;
    }

    .employer-login-card {
        padding: 27px 20px 25px !important;
        border-radius: 20px !important;
    }

    .employer-login-header h1 {
        font-size: 27px !important;
    }

    .employer-login-header p {
        font-size: 12px !important;
    }
}

@media (max-width: 420px) {
    .employer-login-brand-text h2 {
        font-size: 14px !important;
    }

    .employer-login-brand-text p {
        font-size: 9px !important;
    }

    .employer-login-hero-copy {
        margin-top: 112px !important;
    }

    .employer-login-hero-content h1 {
        font-size: 34px !important;
    }

    .employer-login-card {
        padding: 24px 16px !important;
    }
}


/* =========================================================
   FINAL REGISTER OVERRIDE
   FULL VIDEO BACKGROUND + WHITE CARD
   ========================================================= */

/* The whole register page becomes one visual canvas */
.employer-auth-page {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100vh !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #071d35 !important;
}

/* Video fills the entire viewport */
.employer-auth-page .employer-auth-hero {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #071d35 !important;
    z-index: 0 !important;
}

.employer-auth-page .employer-hero-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    z-index: 0 !important;
}

.employer-auth-page .employer-hero-overlay {
    position: absolute !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background:
        linear-gradient(
            90deg,
            rgba(3, 22, 42, 0.88) 0%,
            rgba(3, 22, 42, 0.68) 42%,
            rgba(3, 22, 42, 0.48) 72%,
            rgba(3, 22, 42, 0.60) 100%
        ) !important;
}

/* Left promotional content sits directly over the video */
.employer-auth-page .employer-hero-inner {
    position: absolute !important;
    inset: 0 auto auto 0 !important;
    width: 52% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 55px 65px !important;
    display: flex !important;
    flex-direction: column !important;
    z-index: 3 !important;
    color: #fff !important;
}

/* Brand */
.employer-auth-page .employer-brand {
    margin: 0 0 70px !important;
    gap: 18px !important;
}

.employer-auth-page .employer-brand-logo,
.employer-auth-page .employer-brand-logo img {
    width: 82px !important;
    height: 82px !important;
}

.employer-auth-page .employer-brand-logo {
    flex: 0 0 82px !important;
    overflow: visible !important;
}

.employer-auth-page .employer-brand-logo img {
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
}

/* Existing register hero copy */
.employer-auth-page .employer-portal-badge {
    position: relative !important;
    z-index: 3 !important;
}

.employer-auth-page .employer-hero-content {
    position: relative !important;
    z-index: 3 !important;
    max-width: 700px !important;
}

.employer-auth-page .employer-hero-content h1 {
    max-width: 700px !important;
    color: #fff !important;
    font-size: clamp(48px, 4vw, 68px) !important;
    font-weight: 800 !important;
    line-height: 1.04 !important;
    letter-spacing: -2.5px !important;
}

.employer-auth-page .employer-hero-content h1 span {
    display: block !important;
    color: #4d9cff !important;
}

.employer-auth-page .employer-hero-description {
    max-width: 650px !important;
    color: rgba(255,255,255,0.86) !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

/* Right side becomes transparent — only the white card remains visible */
.employer-auth-page .employer-auth-form-section {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 48% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 38px 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    z-index: 5 !important;
}

/* White registration card */
.employer-auth-page .employer-auth-card {
    position: relative !important;
    width: 100% !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 34px 38px 27px !important;
    background: #fff !important;
    border: 1px solid rgba(217,226,236,0.78) !important;
    border-radius: 24px !important;
    box-shadow:
        0 28px 80px rgba(0,0,0,0.25),
        0 8px 28px rgba(7,31,55,0.14) !important;
    overflow: hidden !important;
}

/* Keep the existing soft circle decoration */
.employer-auth-page .employer-card-decoration {
    z-index: 0 !important;
}

/* All form content stays above the decoration */
.employer-auth-page .employer-auth-card > *:not(.employer-card-decoration) {
    position: relative !important;
    z-index: 2 !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1200px) {
    .employer-auth-page .employer-hero-inner {
        width: 50% !important;
        padding: 42px 45px !important;
    }

    .employer-auth-page .employer-auth-form-section {
        width: 50% !important;
        padding: 30px !important;
    }

    .employer-auth-page .employer-auth-card {
        max-width: 650px !important;
        padding: 32px 30px 25px !important;
    }

    .employer-auth-page .employer-hero-content h1 {
        font-size: clamp(42px, 4vw, 58px) !important;
    }
}

@media (max-width: 900px) {
    .employer-auth-page {
        height: auto !important;
        min-height: 100vh !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    .employer-auth-page .employer-auth-hero {
        position: fixed !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
    }

    .employer-auth-page .employer-hero-video,
    .employer-auth-page .employer-hero-overlay {
        position: fixed !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
    }

    .employer-auth-page .employer-hero-inner {
        position: relative !important;
        inset: auto !important;
        width: calc(100% - 40px) !important;
        height: auto !important;
        min-height: auto !important;
        margin: 0 auto !important;
        padding: 28px 0 0 !important;
    }

    .employer-auth-page .employer-brand {
        margin-bottom: 55px !important;
    }

    .employer-auth-page .employer-auth-form-section {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        margin-top: 45px !important;
        padding: 0 20px 45px !important;
        background: transparent !important;
        overflow: visible !important;
    }

    .employer-auth-page .employer-auth-card {
        max-width: 700px !important;
    }
}

@media (max-width: 600px) {
    .employer-auth-page .employer-hero-inner {
        width: calc(100% - 36px) !important;
        padding-top: 22px !important;
    }

    .employer-auth-page .employer-brand {
        gap: 11px !important;
        margin-bottom: 42px !important;
    }

    .employer-auth-page .employer-brand-logo,
    .employer-auth-page .employer-brand-logo img {
        width: 58px !important;
        height: 58px !important;
        min-width: 58px !important;
        min-height: 58px !important;
    }

    .employer-auth-page .employer-brand-logo {
        flex-basis: 58px !important;
    }

    .employer-auth-page .employer-brand-name {
        font-size: 16px !important;
    }

    .employer-auth-page .employer-brand-subtitle {
        font-size: 10px !important;
    }

    .employer-auth-page .employer-hero-content h1 {
        font-size: 39px !important;
        letter-spacing: -1.7px !important;
    }

    .employer-auth-page .employer-hero-description {
        margin-top: 18px !important;
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

    .employer-auth-page .employer-auth-form-section {
        margin-top: 32px !important;
        padding: 0 14px 30px !important;
    }

    .employer-auth-page .employer-auth-card {
        padding: 27px 20px 25px !important;
        border-radius: 20px !important;
    }

    .employer-auth-page .employer-form-header h2 {
        font-size: 27px !important;
    }
}

@media (max-width: 420px) {
    .employer-auth-page .employer-brand-name {
        font-size: 14px !important;
    }

    .employer-auth-page .employer-brand-subtitle {
        font-size: 9px !important;
    }

    .employer-auth-page .employer-hero-content h1 {
        font-size: 34px !important;
    }

    .employer-auth-page .employer-auth-card {
        padding: 24px 16px !important;
    }
}


/* =========================================================
   REGISTER CARD HEIGHT FIX
   ---------------------------------------------------------
   Prevent the white card from being vertically cut off on
   laptop/desktop screens while keeping the full-screen video.
   ========================================================= */

@media (min-width: 901px) {

    .employer-auth-page {
        height: 100vh !important;
        min-height: 100vh !important;
        overflow: hidden !important;
    }

    .employer-auth-page .employer-auth-form-section {
        height: 100vh !important;
        min-height: 100vh !important;
        padding: 18px 34px !important;
        align-items: flex-start !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    .employer-auth-page .employer-auth-card {
        width: 100% !important;
        max-width: 700px !important;
        margin: 0 auto !important;
        padding: 25px 32px 20px !important;
        border-radius: 22px !important;
    }

    .employer-auth-page .employer-form-header {
        margin-bottom: 18px !important;
    }

    .employer-auth-page .employer-form-header h2 {
        font-size: 30px !important;
        line-height: 1.08 !important;
    }

    .employer-auth-page .employer-form-header p {
        margin-top: 6px !important;
        font-size: 12px !important;
    }

    .employer-auth-page .employer-register-grid {
        column-gap: 16px !important;
    }

    .employer-auth-page .employer-form-group {
        margin-bottom: 10px !important;
    }

    .employer-auth-page .employer-form-group label {
        margin-bottom: 5px !important;
        font-size: 11px !important;
    }

    .employer-auth-page .employer-form-group input,
    .employer-auth-page .employer-form-group select {
        height: 43px !important;
        min-height: 43px !important;
        font-size: 12px !important;
        border-radius: 9px !important;
    }

    .employer-auth-page .employer-form-group textarea {
        min-height: 62px !important;
        height: 62px !important;
        font-size: 12px !important;
        padding: 8px 12px !important;
        border-radius: 9px !important;
    }

    .employer-auth-page .employer-password-toggle {
        width: 32px !important;
        height: 32px !important;
        right: 5px !important;
    }

    .employer-auth-page .employer-password-wrapper input {
        padding-right: 43px !important;
    }

    .employer-auth-page .employer-terms {
        margin-bottom: 10px !important;
    }

    .employer-auth-page .employer-checkbox-label {
        font-size: 10px !important;
        gap: 7px !important;
    }

    .employer-auth-page .employer-checkbox-label input {
        width: 14px !important;
        height: 14px !important;
        flex-basis: 14px !important;
    }

    .employer-auth-page .employer-submit-button {
        height: 46px !important;
        min-height: 46px !important;
        font-size: 12px !important;
        border-radius: 9px !important;
    }

    .employer-auth-page .employer-form-footer {
        margin-top: 9px !important;
        font-size: 10px !important;
    }

    .employer-auth-page .employer-security {
        margin-top: 9px !important;
        padding-top: 9px !important;
        font-size: 9px !important;
    }

    .employer-auth-page .employer-back-home {
        margin-top: 7px !important;
        font-size: 10px !important;
    }
}

/* Short laptop screens: compact the card a little further. */
@media (min-width: 901px) and (max-height: 820px) {

    .employer-auth-page .employer-auth-form-section {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .employer-auth-page .employer-auth-card {
        padding-top: 19px !important;
        padding-bottom: 15px !important;
    }

    .employer-auth-page .employer-form-header {
        margin-bottom: 13px !important;
    }

    .employer-auth-page .employer-form-header h2 {
        font-size: 27px !important;
    }

    .employer-auth-page .employer-form-group {
        margin-bottom: 7px !important;
    }

    .employer-auth-page .employer-form-group input,
    .employer-auth-page .employer-form-group select {
        height: 40px !important;
        min-height: 40px !important;
    }

    .employer-auth-page .employer-form-group textarea {
        height: 55px !important;
        min-height: 55px !important;
    }

    .employer-auth-page .employer-submit-button {
        height: 43px !important;
        min-height: 43px !important;
    }

    .employer-auth-page .employer-security {
        margin-top: 7px !important;
        padding-top: 7px !important;
    }
}

/* Mobile keeps the previous responsive behavior. */
@media (max-width: 900px) {
    .employer-auth-page {
        height: auto !important;
        min-height: 100vh !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    .employer-auth-page .employer-auth-form-section {
        overflow: visible !important;
    }
}


/* =========================================================
   FINAL REGISTER POSITION + BACK HOME IMPROVEMENT
   ========================================================= */

/* Move the registration card slightly DOWN from the exact
   vertical center so it feels visually balanced with the
   hero content on the left. */
@media (min-width: 901px) {

    .employer-auth-page .employer-auth-form-section {
        align-items: flex-start !important;
        padding-top: 58px !important;
        padding-bottom: 28px !important;
    }

    .employer-auth-page .employer-auth-card {
        transform: translateY(12px) !important;
    }

    /* Make Back to Home Page much clearer */
    .employer-auth-page .employer-back-home {
        width: fit-content !important;
        min-width: 190px !important;
        min-height: 38px !important;
        margin: 12px auto 0 !important;
        padding: 0 18px !important;

        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;

        border: 1px solid #d8e0ea !important;
        border-radius: 9px !important;
        background: #f4f7fa !important;

        color: #40516a !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        text-align: center !important;
        text-decoration: none !important;

        transition:
            background 0.2s ease,
            border-color 0.2s ease,
            color 0.2s ease,
            transform 0.2s ease !important;
    }

    .employer-auth-page .employer-back-home i {
        color: #2864e6 !important;
        font-size: 12px !important;
    }

    .employer-auth-page .employer-back-home:hover {
        background: #eaf0f8 !important;
        border-color: #c8d5e5 !important;
        color: #17243a !important;
        text-decoration: none !important;
        transform: translateY(-1px) !important;
    }
}

/* Short laptop screens: don't push the card too far down. */
@media (min-width: 901px) and (max-height: 820px) {

    .employer-auth-page .employer-auth-form-section {
        padding-top: 34px !important;
        padding-bottom: 12px !important;
    }

    .employer-auth-page .employer-auth-card {
        transform: translateY(8px) !important;
    }

    .employer-auth-page .employer-back-home {
        min-height: 35px !important;
        min-width: 180px !important;
        margin-top: 9px !important;
        font-size: 11px !important;
    }
}

/* Mobile: card naturally follows the hero and Back Home
   remains a clear button. */
@media (max-width: 900px) {

    .employer-auth-page .employer-auth-card {
        transform: none !important;
    }

    .employer-auth-page .employer-back-home {
        width: fit-content !important;
        min-width: 180px !important;
        min-height: 38px !important;
        margin: 12px auto 0 !important;
        padding: 0 16px !important;

        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;

        border: 1px solid #d8e0ea !important;
        border-radius: 9px !important;
        background: #f4f7fa !important;
        color: #40516a !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        text-decoration: none !important;
    }
}
