
.error{
    background-color: #BC1010;
    border-radius: 4px 4px 4px 4px;
    color: white;
    /*font-weight: bold;*/
    font-size: 14px;
    /*margin-left: 10px;*/
    /*margin-top: 2px;*/
    margin-bottom: 20px;
    padding: 0.3px 15px;
    /*position: fixed;*/
}
.error:before{
    border-color: transparent #BC1010 transparent transparent;
    /*border-style: solid;*/
    /*border-width: 6px 8px;*/
    content: "";
    display: block;
    height: 0;
    left: -16px;
    position: absolute;
    top: 1px;
    width: 10;
}