/* do not group these rules */
*::-webkit-input-placeholder {
    color: #D9D9D9 !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #D9D9D9 !important;
    opacity: 1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #D9D9D9 !important;
    opacity: 1;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #D9D9D9 !important;
}
*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #D9D9D9 !important;
}
*::placeholder {
    /* modern browser */
    color: #D9D9D9 !important;
}

.beta .login_item {
    border: 8px solid #FFBB13;
}

.beta-message-wrapper {
    display: flex;
}

.beta-message-wrapper div {
    min-width: 20px;
    color: #6B6F72;
    font-size: 12px;
    margin-right: 5px;
}

.beta-message-wrapper img {
    margin-top: 6px;
}

.back-to-website {
    float: left;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    /* or 217% */

    display: flex;
    align-items: center;
    letter-spacing: 0.03em;

    color: #327FB9;
    margin-right: -45px;
}

.back-to-website img {
    margin-right: 5px;
}

/* ========================================
   Login page styling
   Previously gated behind the NOVA flag; now the baseline for every login page.
   ======================================== */

/* AP-6870 - Login background: Figma angular (conic) gradient, node 14483:13103.
   Replaces the legacy Vector.png pattern and the old randomized gradient. */
.section_login {
    /* Fallback for engines without conic-gradient support; also the gradient's darkest stop */
    background: #012348;
    background: conic-gradient(from 300.6deg at 50% 50%,
        #0255ae -35%,
        #023c7b -9.3716%,
        #012348 16.257%,
        #023c7b 40.628%,
        #0255ae 65%,
        #023c7b 90.628%,
        #012348 116.26%);
    min-height: 100vh; /* Ensure full height coverage */
    position: relative;
    z-index: 1;
}

/* Login panel - subtle shadow for depth */
.section_login .login_item {
    background-color: rgba(255, 255, 255, 0.98);
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 2;
}

/* Button - Alpha Theory primary color */
.section_login .login_button {
    background-color: #1A76BC !important;
}

.section_login .login_button:hover {
    background-color: #155d94 !important; /* Darker shade for hover */
}

/* Login title - softer than the Webflow default */
.section_login .heading-style-h3 {
    color: #374151 !important; /* Gray-700 - softer than black */
    font-weight: 500 !important; /* Medium weight */
    font-size: 1.875rem !important; /* Slightly smaller */
}
