.auth-wrapper {
    align-items: center;
    /* background-color: #090c20; */
}

.auth-container {
    max-width: 500px;
    margin: 40px auto;
    padding: 20px;
}

.auth-card {
    background-color: #090c20;
    border: 1px solid #2a3042;
    border-radius: 10px;
    padding: 30px;
}

.auth-header {
    text-align: center;
    margin-bottom: 30px;
}

.auth-title {
    color: #e3ad3e;
    font-size: 24px;
    margin-bottom: 8px;
}

.auth-subtitle {
    color: #a0a8c0;
    font-size: 16px;
}

.auth-errors {
    color: #ff6b6b;
    background-color: rgba(255, 107, 107, 0.1);
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
}

.auth-errors ul {
    margin: 10px 0 0 20px;
    padding: 0;
}

.auth-field {
    margin-bottom: 20px;
}

.auth-field label {
    display: block;
    color: #e3ad3e;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 14px;
}

.auth-input {
    width: 100%;
    padding: 12px 15px;
    background-color: #1a2037;
    border: 1px solid #2a3042;
    border-radius: 6px;
    color: #e3ad3e;
    font-size: 16px;
    transition: border-color 0.3s;
}

.auth-input:focus {
    outline: none;
    border-color: #e3ad3e;
}

.auth-help-text {
    color: #6c757d;
    font-size: 13px;
    margin-top: 6px;
}

.auth-actions {
    margin-top: 30px;
    text-align: center;
}

.auth-btn {
    background-color: rgba(227, 173, 62, 0.2);
    color: #e3ad3e;
    border: 1px solid #e3ad3e;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.auth-btn:hover {
    background-color: #e3ad3e;
    color: #090c20;
}

.signup-links {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.signup-link {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s;
}

.signup-link:hover {
    color: #e3ad3e;
    text-decoration: underline;
}

.auth-links {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #a0a8c0;
}

.auth-link {
    color: #e3ad3e;
    text-decoration: none;
    transition: color 0.3s;
}

.auth-link:hover {
    text-decoration: underline;
}

    .password-reset-container {
        max-width: 500px;
        margin: 30px auto;
        padding: 25px;
        background-color: #1a2037;
        border: 1px solid #2a3042;
        border-radius: 8px;
    }
    
    .password-reset-container h3 {
        color: #e3ad3e;
        margin-bottom: 25px;
        text-align: center;
    }
    
    .form-footer {
        margin-top: 20px;
        text-align: center;
        color: #6c757d;
    }
    
    .form-footer a {
        color: #e3ad3e;
    
    }
    .profile-input {
        background: #090c20;
        border: 1px solid #2a3042;
        color: #e3ad3e;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 16px;
        flex-grow: 1;
    }
        
    .btn-save {
        background: rgba(227, 173, 62, 0.2);
        border: 1px solid #e3ad3e;
        color: #e3ad3e;
        padding: 10px 20px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s ease;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

        .password-reset-done {
        max-width: 500px;
        margin: 30px auto;
        padding: 30px;
        background-color: #1a2037;
        border: 1px solid #2a3042;
        border-radius: 8px;
        text-align: center;
    }
    
    .success-icon {
        color: #28a745;
        font-size: 48px;
        margin-bottom: 20px;
    }
    
    .password-reset-done h3 {
        color: #e3ad3e;
        margin-bottom: 15px;
    }
    
    .password-reset-done p {
        color: #adb5bd;
        margin-bottom: 10px;
    }

    .password-reset-form {
        max-width: 500px;
        margin: 30px auto;
        padding: 25px;
        background-color: #1a2037;
        border: 1px solid #2a3042;
        border-radius: 8px;
    }
    
    .btn-save {
    background: rgba(227, 173, 62, 0.2);
    border: 1px solid #e3ad3e;
    color: #e3ad3e;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    }

    .profile-input {
        background: #090c20;
        border: 1px solid #2a3042;
        color: #e3ad3e;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 16px;
        flex-grow: 1;
    }

    .password-reset-complete {
        max-width: 500px;
        margin: 30px auto;
        padding: 30px;
        background-color: #1a2037;
        border: 1px solid #2a3042;
        border-radius: 8px;
        text-align: center;
    }
    
    .success-icon {
        color: #28a745;
        font-size: 48px;
        margin-bottom: 20px;
    }
    
    .password-reset-complete h3 {
        color: #e3ad3e;
        margin-bottom: 15px;
    }
    
    .password-reset-complete p {
        color: #adb5bd;
        margin-bottom: 20px;
    }

@media (max-width: 576px) {
    .auth-container {
        padding: 15px;
    }
    
    .auth-card {
        padding: 20px;
    }
}