﻿.err-msg {
    margin: 0 0 0 0 !important;
}

.error-item {
    position: relative;
    padding: 4px 0 4px 40px;
    margin-bottom: 10px;
    border: 1px solid red;
    color: red;
    background: #fed9e9;
    display: none;
}

.error-icon {
    position: absolute;
    left: 14px;
    top: 7px;
}
