.for_desktop_view {
  display: block;
}

.for_mobile_view {
  display: none;
}

@media (min-width: 1200px) {
  .hide-desktop {
    display: none !important;
  }
}

.b2b-wrapper {
  width: 100%;
  background-color: #fff;
  font-family: Arial;
  margin: 0 auto;
  overflow: hidden;
}
.b2b-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.b2b-banner-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 500px;
  background-color: #004383;
}
.b2b-banner-img {
  position: absolute;
}
.b2b-banner-img img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: inline-block;
}
.b2b-banner-title {
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  /* letter-spacing: 0.025em; */
  text-align: left;
  color: #fff;
  z-index: 1;
  display: inline-block;
  position: relative;
  max-width: 440px;
  padding: 10px;
}

.b2b-banner-description {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  /* letter-spacing: 0.025em; */
  text-align: left;
  position: relative;
  color: #fff;
  max-width: 550px;
  padding: 0 10px;
}

.b2b-banner-content {
  margin-top: 100px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px;
}
.b2b-banner-block {
  position: relative;
}
.b2b-login-register-texts {
  display: block;
  width: calc(100% - 80px);
  background: linear-gradient(90deg, #1a7a7a 0%, #1a728c 34%, #1a60bb 100%);
  color: #fff;
  border-radius: 100px;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.b2b-login-register-title,
.b2b-login-register-description {
  width: 40%;
  padding-left: 20px;
}

.b2b-login-register-title {
  font-size: 18px;
  line-height: 22px;
  font-family: Arial;
}
.b2b-login-register-description {
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
}
.b2b-login-register-box-inner {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 20px;
  max-width: 350px;
}
.b2b-login-register-box-title {
  font-family: Arial;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

.b2b-login-register-box-disclaimer {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #969292;
  font-weight: normal;
  padding: 10px 0;
}

.b2b-blue-button {
  background-color: #004383;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 10px 10px;
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto 10px;
}
.b2b-transparent-button {
  color: #004383;
  text-align: center;
  border-radius: 15px;
  padding: 10px 10px;
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  margin: 10px auto;
  border: 1px solid #004383;
}
.b2b-login-register-box-outer {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.b2b-login-register-inner {
  display: flex;
  justify-content: flex-end;
}

.b2b-divider {
  background-color: #004383;
  width: 100%;
  height: 1px;
  margin: 25px 0 30px;
}
.b2b-login-register-outer {
  margin-top: 140px;
}
@media only screen and (max-width: 1200px) {
  .b2b-login-register-outer {
    margin-top: 0px;
    padding: 10px;
    width: calc(100% - 20px);
  }
  .b2b-banner-content {
    background-color: #004383;
    padding-bottom: 100px;
  }
}
.background-image-mobile {
  display: none;
}
.b2b-banner-block.b2b-register-block-header {
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  .b2b-banner-block.b2b-register-block-header {
    margin-top: 0;
  }
  .b2b-register-img {
    display: none;
  }
  .background-image-mobile {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .b2b-register-block-header {
    position: absolute;
    top: 70px;
    padding-right: 50px;
  }
  .b2b-register-content {
    background-color: #062d53;
    padding-bottom: 20px;
  }
  .b2b-banner-title {
    font-size: 24px;
    line-height: 28px;
  }

  .b2b-banner-description {
    font-size: 14px;
    line-height: 18px;
  }
  .b2b-login-register-outer {
    margin-top: 40px;
  }
  .b2b-banner-block.b2b-login-register-banner-block {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(26, 122, 122, 1) 0%,
      rgba(26, 96, 186, 1) 100%
    );
  }
  .b2b-banner-inner {
    min-height: auto;
    background-color: unset;
  }
  .b2b-banner-content {
    padding-bottom: 0;
  }
  .b2b-login-register-inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .b2b-login-register-texts {
    position: relative;
    width: 100%;
    background: unset;
    color: #fff;
    border-radius: 0;
    padding: 0;
    top: 0;
    padding-top: 50px;
  }
  .b2b-login-register-title,
  .b2b-login-register-description {
    width: 100%;
    text-align: center;
  }
  .b2b-login-register-box-inner {
    max-width: 500px;
  }
  .b2b-banner-img img {
    display: none;
  }
  .b2b-login-register-outer,
  .b2b-banner-content {
    width: auto;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(26, 122, 122, 1) 0%,
      rgba(26, 96, 186, 1) 100%
    );
  }
  .b2b-login-register-title,
  .b2b-login-register-description {
    padding-left: 0;
  }
}