input.required-value-missing-notice {
    border: 1px solid #b32d2e;
}

.bf--page-title-wrapper h1,
.bluefield_content_wrapper form h2 {
    position: relative;
    padding-left: 35px;
    display: flex;
    align-items: center;
}

.bf--page-title-wrapper h1 {
    padding-left: 55px;
    margin-bottom: 20px;
}

.bluefield_content_wrapper form h2 {
    padding-left: 35px;
}

.bf--page-title-wrapper h1:before,
.bluefield_content_wrapper form h2:before  {
    background-image: url('../images/bluefield_logo_b.webp');
    background-size: 30px 30px;
    background-position: center;
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
}

.bf--page-title-wrapper h1:before {
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}

.bluefield_content_wrapper form h2:before {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
}
