.bf-sys-login {
  margin: 50px auto 100px !important;

  background-color: #fafafa;
  border-radius: 0.25rem;
}

.logo {
  display: inline-block;
  background-size: cover;
}
  .logo.has-image { text-indent: -9999px; }



.bf-u-header {
  position: static;
  min-height: 200px;
}

.bfu-header-background {
}

  .bfu-header-background > .row,
  .bfu-header-background > .row > div {
    height: 100%;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
    .bfu-header-background > .row > div {
      padding-top: 100%;
    }


  .bfu-header-background > .row > div:first-child {
    margin-right: 1px;
  }
  .bfu-header-background > .row > div:last-child {
    margin-right: -1px;
  }


.bfu-header-content {
  position: relative;
  margin: 0 auto;

  text-align: center;
}
  .bfu-header-content .bfu-header-content-colour {
    display: inline-block;
    padding: 20px 40px;
  }


.bfutf-header {
  position: relative;
  margin-bottom: 1em;
}
  .bfutf-thumbnail-content {
    width: 50%;
    padding: 40px 20px 40px 15px;
  }
  .bfutf-image {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;

    margin-left: 5px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.bf-r-field > label,
.bf-r-field > .bf-r-list-label > label,
.bf-r-field > .bf-register-radio > label {
  font-weight: bold;
}

.bf-register-radio,
.bf-register-checklist {
  margin: 2rem 0;
}

form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem !important;
  padding-bottom: 0.625rem !important;
}

.form-floating>textarea.form-control {
  min-height: 10rem;
}

#bf-payment-cart .bf-payment-logo {
  height: 100px;
  max-height: none;

  background-image: url(/res/pub/Logos-Icons/ip-logo-colour.png);
}
  .landing-naiits #bf-payment-cart .bf-payment-logo {
    background-image: url(/res/pub/Logos-Icons/naiits.svg) !important;
  }

.bf-payment-field .status.status-failed {
  box-shadow: 0 0 10px #f00;
}

#bf2-sidebar header#bf2-sidebar-header #bf2-sidebar-logo {
  background-image: url(/res/pub/IP-Family-Logo_Final-CRM.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}


.landing-naiits .logo {
  width: 250px !important;
  margin: 1rem auto 4rem !important;

  background-position: center !important;
}

body.landing #b_head a.logo {
  background-position: center;
}
  body.landing .bf-product {
    text-align: center;
    margin-top: 3rem;
  }
