/* Styles definition here */
.ahb_submit_button {
    background-color: #0073aa;  /* Default button color */
    color: #ffffff;             /* Text color */
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

.ahb_submit_button:hover {
    background-color: #005f8d;  /* Hover color */
}