﻿#contact-form .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid var(--bgh-dark-blue);
    min-height: 50px;
    background: none;
}

textarea.form-control {
    border: 2px solid var(--bgh-dark-blue);
    padding: 20px 30px;
}

#newsletter-form .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid var(--bgh-dark-blue);
    min-height: 50px;
    background: none;
}

.required {
    color: red;
    padding-left: 5px;
}

select {
    border: 2px solid var(--bgh-dark-blue) !important;
    margin: 0 0 10px 0;
}