﻿.ed-input-validation-container {
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

    .ed-input-validation-container.has-error input:nth-of-type(1) {
        border-color: red;
        padding-right: 24px;
    }

.error-exclamation {
    position: absolute;
    right: 7px;
    color: red;
    cursor: pointer;
    bottom: 12px;
}
