label.error {
  
    padding-bottom: 2px;
 position:relative;

    color:#fff ;
    margin-left: 10px;
    font-size: 12px;
    background:#ff6969 ;
    border-radius: 5px;
    box-shadow:1px 5px 10px  #dedede ;
    padding: 3px 6px;
    line-height: 12px!important;
}

label.error:after {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #ff6969;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    left: 15px;
    position: absolute;
    top: -11px;
} 
