input, select, textarea, label {
    word-spacing: 0em;
    line-height: 200%;
    font-family: "Proza Libre";
    color: rgba(58, 58, 58, 1);
    text-transform: none;
    font-variant: none;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 14px;
    width: 100%;
}

input, select, textarea {
    border: 0px solid rgb(194, 144, 129);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: rgb(255, 255, 255);
}

input[type="submit"] {
    background: #c29081;
    color: #fff;
    font-size: 18px;
    width: auto;
    padding: 3px 20px;
}