﻿input[type="submit"], button[type="submit"] {
    background: #6244BB;
}

input[type="submit"]:hover, button[type="submit"]:hover {
    background-color: #440099;
}