form {
    position: relative
}

.parsley-message {
    position: absolute;
    font-size: 11px;
    background: #efca30;
    left: 15px;
    right: 15px;
    margin-top: -15px;
    color: #231f20;
    border-radius: 0;
    z-index: 2;
    line-height: 1.4;
}

.parsley-message span {
    padding: 3px;
    display: block;
    background: #efca30;
    border-radius: 10px
}