.b2b-header .b2b-header-bottom {
    z-index: -1;
}

@media (max-width: 992px) {
  .b2b-hero-globe {
    display: none !important;
  }
}

@media (max-width: 575px) {
    .b2b-hero-cta .btn {
        max-width: 100%;
        width: 100%;
    }
}


.auth-card__left {
  display: flex;
  align-items: center;
  background: #fff;
}
.auth-card .form-check-group {
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
	.mobile_logo {
    	display: none;
  	}
}


@media (max-width: 991px) {
  .auth-card__left {
      display: none;
  }
  .desktop_logo {
    display: none;
  }
  .footer-site-info {
    flex-basis: max-content;
    margin-bottom: 20px;
  }
}