.badge {
    font-size: 0.8em;
    width: auto;
    height: auto;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    font-style: italic;
    line-height: 22px;
}
.badge.success {
    color: #9cd960;
}
.badge.alert {
    color: #ffac49;
}
.badge.warning {
    color: #ff7b7b;
}
.badge.info {
    color: #89b0cb;;
}

.error-info {
    font-size: 0.875em;
    padding-top: 4px;
}
.error + .error-info {
    display: block;
}
@media (max-width: 768px){

    .val {
position: absolute;
    bottom: -314px;
    left: -218px;
}

    }