.error {
    color: #f44;
}

.success {
    color: #398f14;
}


.brand {
    padding-top: 34px;
    padding-bottom: 22px;
    position: absolute;
    top: 0;
    left: 30px;
    pointer-events: all;
    width: 168px;
    height: 88px;
    text-indent: -9999px;
    display: block;
    background-color: #fff;
    z-index: 100;
}

.brand:after {
    content: '';
    display: block;
    background-image: url(../images/belform-logo-color.svg);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
}
