.form-style-8 input[type="text"],
.form-style-8 input[type="url"],
.form-style-8 select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    font-family: 'Red Hat Text';
    font-size: 16px;
    height: 36px;
}

.form-style-8 input[type="text"] {
    /* height: 25px; */
}