.input-error {
    position: relative;
    border: 1px solid #fe5715 !important;
}

.input-error .error-badge {
    border-color: transparent;
    background: transparent;
    color: red;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
    white-space: pre-wrap;
    margin-right: 10px;
}
