@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@400;700&display=swap");

/* SeAT Login Theme Matching solosinc.com */
@media all {
    html, body {
        height: auto;
        margin: 0;
        font-family: 'Inter', sans-serif;
        background-color: #050914 !important; /* Darker background */
        color: #F3F4F6;
    }

    .login-page, .register.body {
        background-color: #050914 !important;
        background-image: none !important;
    }

    .login-box, .register-box {
        width: 380px;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(17, 24, 39, 0.85);
        border: 1px solid #1f2937;
        border-radius: 1rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(10px);
    }

    .login-box>div>img, .register-logo {
        font-size: 35px;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 300;
        margin-top: 40px;
    }

    .login-box>div>img, .register-logo::before {
        display: block;
        width: 128px;
        height: 128px;
        margin: 0 auto;
        content: url("https://images.evetech.net/corporations/98795819/logo?size=128");
        border-radius: 0%;
        margin-bottom: 0px;
        margin-top: 40px;
    }

    /* Primary Logo Text: Solos Nexus */
    .login-box > div:first-of-type::after {
        content: "Solos Nexus";
        display: block;
        text-align: center;
        font-family: 'Space Grotesk', sans-serif;
        font-size: 28px; /* Increased from 24px */
        font-weight: 600;
        margin-top: 10px;
        color: #f97316;
    }

    .login-box > div:not(:first-of-type)::after {
        content: none !important;
        display: none !important;
    }

    .login-box-body, .register-box-body {
        background: transparent;
        padding: 20px;
        border-top: 0;
        color: inherit;
        text-align: center;
    }

    /* Section Headers like "New Recruits", "Solos Members", etc. */
    .login-box-body h3,
    .register-box-body h3,
    .login-box-body legend,
    .register-box-body legend {
        color: #d65b10; /* Darker orange */
        font-weight: 600;
        font-family: 'Space Grotesk', sans-serif;
        text-align: center;
    }

    .login-box .navbar-brand {
        display: none;
    }

    .box-footer {
        display: none !important;
    }
}