.suc-pop-btn-ok {
    background-color: #ff4c3b !important;
}

.unsuc-pop-btn-ok {
    background-color: #cf1414 !important;   
}

.err-msg {
    color: #cf1414 !important;
    font-weight: bold;
}

.info-msg {
    color:green !important;
    font-weight: bold;
} 

.required-mark {
    color: #cf1414;
}

.btn-reset {
    background: #d3d3d3;
}

.btn-reset:hover {
    color: white;
}

.btn-submit {
    background: #ff4c3b;
    color: white;
}