.contact-form__group {
    position: relative;
}

.contact-form__error {
    color: #dc3545;
    font-size: 0.85rem;
    position: absolute;
    top: calc(100% - 5px);
    left: 15px;
    display: none;
}

.contact-form__error--top {
    top: 55px;
    bottom: auto;
}

.contact-form__input-error {
    border-color: #dc3545 !important;
}

.contact-form__general-success {
    color: #28a745;
    font-size: 16px;
    position: absolute;
    text-align: center;
    display: none;
    font-weight: 500;
    border: 2px solid #28a745;
    top: calc(100% + 15px);
    left: 15px;
    right: 15px;
}

.contact-form__general-error {
    color: #dc3545;
    font-size: 16px;
    position: absolute;
    text-align: center;
    display: none;
    font-weight: 500;
    border: 2px solid #dc3545;
    top: calc(100% + 15px);
    left: 15px;
    right: 15px;
}
