    .form-all:before {
        content: "";
        background-image: url("//assets.comevoservice.com/media/wcccd/media_logos/new logo bok text blue only.jpg?638891588407448201");
        display: inline-block;
        height: 100px;
        position: absolute;
        background-size: auto 100px;
        background-repeat: no-repeat;
        width: 100%;
    }

.form-all {
    margin-top: 110px !important;
	position: relative;
}

    .form-all:before {
        top: -110px;
        background-position: top center;
    }
