input.error { border: 1px solid #FF0000; }
label.error { 
    color: #ff0000;
    line-height: 18px;
    margin-left: 0.3em;
    padding-left: 16px;
    position: absolute;
    right: 33px;
    top: 20px;
}
label.valid { 
    display: block;
    width: 16px;
    height: 16px;
} 
.has-error .help-block{
    color: #ff0000 !important;
}
.has-error .form-control{
    border:1px solid #ff0000 !important;
}
.margin-top-10{
    margin-top:10px;
}