/* Override Bootstrap btn-primary class */
.btn-primary {
    background-color: #2ea537 !important;
    color: white;
    border-radius: 0;
    border: 1px solid #248c2d;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #248c2d !important;
    color: white;
    border: 1px solid #1e7526;
}

.submit-button:hover:not(:disabled) {
    background-color: #2ea537 !important;
    border-color: #2ea537 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #0003
}
