.form-style-8 {
    font-family: 'Open Sans Condensed', arial, sans, serif;
    width: 100%;
    max-width: 600px;
    padding: 30px;
    background: #FFFFFF;
    margin: 50px auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
}

.form-style-8 h2 {
    background: #737373;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    /*color: #797979;*/
    color: white;
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    margin: -30px -30px 30px -30px;
}

.form-style-8 h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
}

.form-style-8 input[type="text"], .form-style-8 input[type="date"], .form-style-8 input[type="datetime"], .form-style-8 input[type="email"], .form-style-8 input[type="number"], .form-style-8 input[type="search"], .form-style-8 input[type="time"], .form-style-8 input[type="url"], .form-style-8 input[type="password"] {
    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: 16px Arial, Helvetica, sans-serif;
    height: 45px;
}


*:focus {
    outline: none !important;
}


.form-style-8 textarea, .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: 16px Arial, Helvetica, sans-serif;
    height: 45px;
}

.form-style-8 textarea {
    resize: none;
    overflow: hidden;
}

.form-style-8 input[type="button"], .form-style-8 input[type="submit"] {
    -moz-box-shadow: inset 0 1px 0 0 #773b3a;
    -webkit-box-shadow: inset 0 1px 0 0 #773b3a;
    box-shadow: inset 0 1px 0 0 #773b3a;
    background-color: #a94442;
    border: 1px solid #a94442;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.form-style-8 input[type="button"]:hover, .form-style-8 input[type="submit"]:hover {
    background: #a94442 linear-gradient(to bottom, #a94442 5%, #a94442 100%);
}

.form-invalid-feedback ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form_errors {
    color: darkred;
}

.form_errors ul {
    padding-left: 0;
    list-style: none;
}