.bbg-bsso-form-register {
  background-color: black;
  color: #ffffff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .bbg-bsso-form-register__hide-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .bbg-bsso-form-register__hide-desktop {
    display: none;
  }
}
.bbg-bsso-form-register__icon {
  width: 40px;
  height: 25px;
  background-image: url("../images/terminal@3x.png");
  background-size: cover;
  margin: 0px auto 10px;
}
.bbg-bsso-form-register__header {
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 16px;
  display: block;
}
.bbg-bsso-form-register__subhead {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}
.bbg-bsso-form-register__link > a {
  color: #ffffff;
  background-color: #0D9DDB;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  text-decoration: none;
  letter-spacing: 1.5px;
  width: 176px;
  height: 40px;
}
.bbg-bsso-form-register__link > a:focus, .bbg-bsso-form-register__link > a:active {
  color: #ffffff;
  background-color: #0D9DDB;
  text-decoration: none;
}
.bbg-bsso-form-register__link > a:hover {
  color: black;
  background-color: white;
  border-bottom: none !important;
}
.bbg-bsso-form-register__greeting {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin: 8px 0px 16px;
}
.bbg-bsso-form-register__please-click {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #B8B8B8;
}
.bbg-bsso-form-register__highlight, .bbg-bsso-form-register__email {
  font-weight: 600;
}
.bbg-bsso-form-register__logout > a {
  color: #0D9DDB;
  font-weight: 600;
  border-bottom: none !important;
}
.bbg-bsso-form-register__logout > a:hover {
  border-bottom: 1px solid #0d9ddb !important;
}

.bbg-bsso-form-register__logged-in .bbg-bsso-form-register__subhead {
  font-size: 16px;
  line-height: 24px;
}

.bbg-bsso-video-header {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width: 1024px) {
  .bbg-bsso-video-header {
    position: absolute;
    right: 0;
    top: -56px;
  }
}
@media only screen and (min-width: 768px) {
  .bbg-bsso-video-header__hide-desktop {
    display: none;
  }
}
.bbg-bsso-video-header__email {
  font-weight: 600;
}
.bbg-bsso-video-header__logout > a {
  color: #0D9DDB;
  font-weight: 600;
}
.bbg-bsso-video-header__logout > a:hover {
  border-bottom: 1px solid #0d9ddb !important;
}

.bbg-sign-in-hide {
  display: none;
}

.bbg-bsso-contact-us {
  background-color: #f2f2f2;
  color: black;
  text-align: center;
  margin: 40px auto 0;
  width: 436px;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .bbg-bsso-contact-us {
    position: absolute;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .bbg-bsso-contact-us {
    width: 336px;
  }
}
.bbg-bsso-contact-us__not-submitted {
  padding: 40px 0px;
}
.bbg-bsso-contact-us__submitted {
  padding: 55px 0px;
}
.bbg-bsso-contact-us__header {
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
  display: block;
}
.bbg-bsso-contact-us__subhead {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 24px;
}
.bbg-bsso-contact-us__link > a {
  color: #ffffff;
  background-color: #0D9DDB;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  text-decoration: none;
  letter-spacing: 1.5px;
  width: 176px;
  height: 40px;
}
.bbg-bsso-contact-us__link > a:hover, .bbg-bsso-contact-us__link > a:focus, .bbg-bsso-contact-us__link > a:active {
  color: #ffffff;
  background-color: #0D9DDB;
  text-decoration: none;
}
.bbg-bsso-contact-us__link__inactive > a:hover {
  cursor: default;
}
.bbg-bsso-contact-us__check {
  position: relative;
}
.bbg-bsso-contact-us__check::after {
  content: "";
  background-image: url("../images/checkmark.svg");
  height: 13px;
  width: 18px;
  top: -6px;
  left: -9px;
  position: absolute;
}
.bbg-bsso-contact-us__submit a:hover {
  background-color: white;
  color: black;
}

@media only screen and (min-width: 1024px) {
  .webinar-details-panels .webinar-post-abstract.show-bbg-contact-us {
    min-height: 300px;
  }
}