.has-error {
    background: red;
    border-bottom-color: red;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.validation-message{
   color: red;
   display: none;
   position: absolute;
}
.header_aera{
   z-index: 1000;
}