.mt-field-error {
    display: none;
    margin-top: 7px;
    color: #FF6853;
    font-size: 13px;
    font-weight: 700;
}

.mt-has-error .form-control,
.mt-has-error .form-select,
.mt-has-error input,
.mt-has-error textarea,
.mt-has-error select {
    border-color: #FF6853 !important;
    box-shadow: 0 0 0 4px rgba(255, 104, 83, 0.12) !important;
}

.mt-has-error .mt-field-error {
    display: block;
}

.mt-validation-summary {
    border: 0;
    border-radius: 20px;
    padding: 16px 18px;
    background: rgba(255, 104, 83, 0.10);
    color: #991B1B;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(255, 104, 83, 0.12);
}

.mt-validation-summary ul {
    margin: 8px 0 0;
    padding-left: 20px;
}

.mt-validation-summary li {
    margin-bottom: 4px;
}
