input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
    background-color: #b5c7b3 !important; /* Matches logo background */
    background: #b5c7b3 !important; /* Matches logo background */
    color: #333333 !important; /* Changed to dark for contrast */
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    padding: 12px 32px !important;
    height: auto !important;
    line-height: normal !important;
    border: 0 !important;
    border-style: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    box-shadow: none !important;
    display: inline-block !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
    background-color: #9bac99 !important; /* Darker shade of the green for hover */
    background: #9bac99 !important; /* Darker shade of the green for hover */
    border: 0 !important;
}