/* Styles the main buttons with your deep blue */
.neon-form-button, .submit-button {
    background-color: #011844 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 24px !important;
    font-weight: bold !important;
}

/* Changes the button color to gold when hovered over */
.neon-form-button:hover, .submit-button:hover {
    background-color: #FFCD01 !important;
    color: #011844 !important;
}

/* Styles form headers or accents with your gold */
.neon-form-header, .form-section-title {
    color: #011844 !important;
    border-bottom: 2px solid #FFCD01 !important;
}
