select.form-control {
    border: none;
    background: #f8f8f8;
    color: #b9b9b9;
    opacity: 1;
    box-shadow: none;
    margin-top: 7px;
}
select.form-control:focus {
    border: none;
    box-shadow: none;
}
div.inner-banner.style-6 {
    margin-top: 0;
}
.aux_div_top_85 {
    display: block;
    width: 100%;
    height: 85px;
}
#massage .alert-danger {
    background-color: #d73240;
}
#massage .alert-danger .close {
    color: white;
    opacity: 0.7;
}

.has-error .input-style-1.type-2 input,
.has-error .drop-wrap.drop-wrap-s-4.color-5 {
    border: 1px solid rgb(215, 50, 64);
}