input[type=submit],
input[type=reset] {
	cursor: pointer;
    background-color: #031759;
    text-align: center;
    height: auto;
    padding: 1rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    border: none;
    margin: 1vh auto;
    font-family: Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
input[type=reset] {
	cursor: pointer;
    background-color: #fff;
    text-align: center;
    height: auto;
    padding: 1rem;
    color: #031759;
    font-weight: bold;
    font-size: 1.4rem;
    border: 1px solid #031759;
    margin: 1vh auto;
    font-family: Open Sans, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}