input[type=submit] {
color: #fff;
background: #f83f43;
line-height: 50px;
min-width: 200px;
height: 50px;
padding: 0 15px;
transition: .1s;
text-align: center;
border-radius: 5px;
font-weight: bold;
text-transform: uppercase;
}
input[type=submit]:hover {
color: #fff;
background: #f60e13;
}