input[type=text] ,input[type=email], select, textarea {
    width: 100%; 
    padding: 12px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    margin-top: 6px; 
    margin-bottom: 16px; 
	font-family: 'Roboto', sans-serif;

}

input[type=submit] {
    background-color: #0659A5;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
	font-family: 'Roboto', sans-serif;

}
input[type=submit]:hover {
    background-color: #08A6D6;
}