body{
    background-color: #0a0e11;

}
.card-bg {
    padding: 2.5rem 2rem;
    border-radius: 10px;
    margin-top: 20px;
    background: #1e2329;
    position: relative;
    overflow: hidden;
    border: 1px solid #2b3139;
}
.auth-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2.5rem;
    right: 2.5rem;
    height: 2px;
    background: linear-gradient(90deg, transparent, #FFD700, #FFA500, transparent);
    border-radius: 0 0 2px 2px;
    transition: left 0.45s ease, right 0.45s ease;
    z-index: 3;
}
.auth-card-title {
    font-family: "Orbitron", sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #eaecef;
    margin: 0;
}
.auth-card-sub {
    font-size: 0.82rem;
    color: #848e9c;
    margin-top: 0.2rem;
}
.form-wrap > label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 0.42rem;
    letter-spacing: 0.015em;
    pointer-events: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}
.custom-input{
    width: 100%;
    padding: 0.72rem 1rem;
    background: #2b3139;
    border: 1.5px solid #2b3139;
    border-radius: 0.75rem;
    color: #eaecef;
    font-size: 0.9rem;
    font-weight: 500;
    outline: none;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
    appearance: none;
    -webkit-appearance: none;
}
.custom-input:focus {
    border-color: #ffd700;
    background: #1e2329;
    box-shadow: 0 0 0 3.5px rgba(255,215,0,0.13),
        0 4px 20px rgba(255,215,0,0.07);
}
.form-check-label a {
    color: #ffd700;
}
.btn-auth {
    width: 100%;
    padding: 0.85rem;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    border: none;
    border-radius: 0.75rem;
    color: #0B0E11;
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: filter 0.15s, transform 0.1s, box-shadow 0.15s;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.next-gen p {
    color: #848e9c;
    font-weight: 600;
    text-transform: capitalize;
}
.text-gold {
    color: #ffd700;
}
.brand_logo img {
    max-width: 150px;
}