.error {
    border-color: 
    #E42C3E !important;
    z-index: 1;
}

label.error {
    font-weight: normal;
    font-size: 11px;
    color: 
    #e42c3e;
    position: absolute;
    top: 5px;
    right: 15px;
    padding-right: 5px;
}

.hidden {
    display: none !important;
}