﻿.err-msg, .success-msg, .reset-error-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;
}

.reset-error-item {
    position: relative;
    padding: 4px 0 4px 40px;
    margin-bottom: 10px;
    color: red;
    display: none;
}

.success-item {
    position: relative;
    padding: 4px 0 4px 40px;
    margin-bottom: 10px;
    color: forestgreen;
    display: none;
}

.error-icon, .success-icon, .reset-error-icon {
    position: absolute;
    left: 14px;
    top: 7px;
}

#IEwarning {
    position: relative;
    top: 0px;
    width: 100%;
    height: 140px;
    margin-top: 0px;
    padding: 4px;
    text-align: center;
}
