/* Start custom CSS */a.button {
    background-color: #46186f;
    color: white;
}

a.button:hover {
    background-color: #8489cf;
    color: white;
}

input.button {
    height: 40px;
    width: 200px;
}

input.button:hover {
      background-color: #8489cf !important;
    color: white !important;
    border: none !important;
}/* End custom CSS */