
input.success, textarea.success {
    color: #000000 !important;
    border: 1px solid #c6dca5 !important;
}
input.error, textarea.error, label.error {
    color: #000000 !important;
    border: 1px solid #e20015 !important;
}
li.required, li.type {
    color: #e20015;
    list-style: none !important;


}
ul.error-list {
    font-size: 11px;
    margin: 2px;
    list-style-type:none !important;
    list-style: none !important;
    margin-left: 0;
    padding-left: 0;
}

ul.error-list li {
    line-height: 11px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.error-message {
    background: #bd4647;
    padding: 5px;
    position: relative;
    z-index: 2;
}