input[type="text"],
input[type="email"],
select,
textarea{
    width: 100%;
    line-height: 24px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: -10px;
padding-right: -10px;
border: none;
border-bottom: 1px solid black;
font-size: 18px;
font-family: 'Nunito Sans';
font-weight: 100;
}

input[type="submit"] {
    font-size: 18px;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'Nunito Sans';
    background-color: #333;
    color: #fff;
    border: none;
}
