.error {
    border-color: red !important;
    border: 1px solid red !important;
}
.form-error {
    background-color: #febbbb;
    color: #d7091c;
}
.form-error,
.form-success {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 19px;
    padding: 11.5px 25px;
    max-width: 1054px;
    font-weight: 700;
    margin: 0 auto;
}
.form-error img {
    width: 14px;
}
.form-error p{
    background-color: #febbbb;
    color: #d7091c;    
}
.form-success {
    background-color: #e0f1c1;
    color: #5b8e25;
}

.field_error{
    border: 0.5px solid red !important;
}

#g-recaptcha-response-contact {
    padding-left: 0px !important;
}

.form-message img{
    width: auto !important;
}

.grecaptcha-badge { visibility: hidden; }

.pt-46{
    padding-top: 46px;
}

.services-dropdown a{
    cursor: context-menu !important;
}

.bg-black{
    background-color: black !important;
}
.text-white {
    color: white !important;
}
