.thb-form-container {
  display: flex;
  flex-direction: column;
  padding: 40px 0
}

@media only screen and (min-width: 768px) {
  .thb-form-container {
      padding: 70px 0
  }
}

@media only screen and (min-width: 1068px) {
  .thb-form-container {
      padding: 100px 0
  }
}

@media only screen and (min-width: 768px) {
  .thb-form-container {
      flex-direction: row;
      justify-content: space-around
  }
}

.thb-form-container .wa-login-form-wrapper,
.thb-form-container .wa-signup-form-wrapper {
  width: 100%;
  flex: 1;
  max-width: 640px;
  margin: 0 auto
}

@media only screen and (min-width: 768px) {

  .thb-form-container .wa-login-form-wrapper,
  .thb-form-container .wa-signup-form-wrapper {
      padding: 0 30px
  }
}

@media only screen and (min-width: 1068px) {

  .thb-form-container .wa-login-form-wrapper,
  .thb-form-container .wa-signup-form-wrapper {
      padding: 0 60px
  }
}

.thb-form-container .wa-login-form-wrapper .form-notification,
.thb-form-container .wa-signup-form-wrapper .form-notification {
  margin-bottom: 15px
}

.thb-form-container .wa-login-form-wrapper+.wa-signup-form-wrapper {
  margin-top: 60px
}

@media only screen and (min-width: 768px) {
  .thb-form-container .wa-login-form-wrapper+.wa-signup-form-wrapper {
      margin-top: 0;
      border-left: 1px solid var(--color-border, #dadce0)
  }
}

.thb-form-container h4 {
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase
}

.thb-form-container p {
  font-size: .875rem;
  margin-bottom: 35px;
  text-align: center
}

.thb-form-container input {
  margin-bottom: 10px;
  width: 100%
}

.thb-form-container .wa-login-submit {
  margin-top: 10px;
  width: 100%
}

.thb-form-container .wa-login-form-actions, .thb-form-container .wa-forgotpassword-form-actions, .thb-form-container .wa-signup-form-actions {
  text-align: center;
  font-size: .875rem;
  line-height: 1.75;
  margin-top: 15px
}

.thb-form-container .wa-login-forgotpassword-url, .thb-form-container .wa-signup-url a,.thb-form-container .wa-login-url a {
  display: inline-flex;
  align-items: center;
  font-size: .9375rem;
  line-height: 1;
  font-weight: var(--font-body-medium-weight, 500);
  letter-spacing: var(--button-letter-spacing, .02em);
  cursor: pointer;
  position: relative;
  color: var(--color-accent);
}

.thb-form-container .switch-login-section div {
  margin-top: 5px
}

.account-activate-buttons {
  display: flex;
  flex-direction: column;
  grid-gap: 10px
}

.account-activate-buttons .button {
  width: 100%
}
.wa-value {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .account-activate-buttons {
      flex-direction: row
  }
}
.thb-form-container .wa-adapters-section .wa-section-header {
  display: flex;
  width: 100%;
  align-items: center;
  font-weight: var(--font-body-medium-weight, 500);
  font-size: 0.8125rem;
  margin-bottom: 9px;
  justify-content: center;
}
.thb-form-container .wa-adapters-section .wa-adapters-list {
  list-style: none;
  display: flex;
  align-items:center;
  justify-content: center;
}
.thb-form-container .wa-adapters-section .wa-adapters-list li {
  margin-right: 10px;
}
.thb-form-container .wa-adapters-section .wa-section-divider {
  display: flex;
  width: 100%;
  align-items: center;
  font-weight: var(--font-body-medium-weight, 500);
  font-size: 0.8125rem;
  margin-bottom: 9px;
  justify-content: center;
}