.errorText {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: -30px;
    line-height: 20px;
    color: #B94A48;
    background: url('img/error.png') left 5px no-repeat;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 6px #3b3b3b;
    padding: 8px;
    white-space:nowrap;

}
