form .submit
{
//background: #ff5722;
//border-color: transparent;
//color: #fff;
font-size: 15px;
font-weight: bold;
letter spacing: 5px;
height: 35px;
margin-top: 1px;
}

form .submit:hover
{
background-color: #f44336;
cursor: pointer;
}
