html, body {
    font-size: 1rem;
}
.content ul {
    list-style: none;
}
.content ul li {
    font-weight: 200;
    color: #464648;
}
.content ul li:before {
    content: "— ";
}
#contact-form label {
    display: block;
}
#contact-form input {
    padding: 5px;
}
#contact-form textarea {
    width: 100%;
}
#contact-form .data-processing {
    margin-bottom: 20px;
    font-size: 0.9em;
}
#contact-form input {
    border: 1px solid rgb(169, 169, 169);
}
#contact-form button {
    padding: 5px
}
.form-group {
    margin: 10px 0 20px;
}
.help-block-error {
    margin: 5px 0 10px;
    color: red;
    font-size: 0.8em;
}
.has-success .form-control {
    border-color: #3c763d !important;
}
.has-error .form-control {
    border-color: red !important;
}