body{
   font-family: 'Roboto', sans-serif;   
}

label{
    float: left; 
    width: 180px;
}

.formRow{
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

input[type="text"],input[type="email"], textarea{
    padding: 10px;
    background-color: white;
    border: 1px solid #DBDBF0;
    color: #777;
    width: 62%;
}

.submit{
    border: 1px solid black;
    background: none;
    float: right;
    padding: 10px;
}

.enviado{
    text-align: center;
    color: #aaa;
    width: 100%;
    margin: auto;
    margin-top: 50px;
}