form
{
    background-color: #ffffff;
    padding: 20px 10px;
    border-radius: 5px;
    color: #000000;
    text-align: left;
}

form input[type="text"], form  textarea, form input[type="email"]
{
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    font-weight: 200;
}

form input[type="submit"], .contact
{
    background-color: #14057a;
    color: #ffffff;
    padding: 10px 20px;
    width: 100%;
    border: none;
    border-radius: 5px;
}

form input[type="submit"]:hover, .contact:hover{
    cursor: pointer;
    background-color: #0039cb;
}