﻿input[type="button"], input[type="submit"] {
    border-radius: 25px !important;
    background-color: #00b1b1;
    border: none;
    color: #ffffff;
    font-family: Open Sans Regular;
    font-size: 12px;
    padding: 6px 12px;
    height: 30px;
}

    input[type="button"]:hover, input[type="submit"]:hover {
        background-color: #005e69;
    }

    input[type="button"].buttonCancel, input[type="submit"].buttonCancel {
            background-color: #708090;
        }

        input[type="button"].buttonCancel:hover, input[type="submit"].buttonCancel:hover {
            background-color: #5a6773;
        }