body {
  display: block;
}

.login-bg {
  background-color:  #EBF3FD;
  height: 100vh;
}

.login-content {
  padding-top: 18vh;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.login-wrapper {
  width: 368px;
  margin: 32px auto;
  padding: 40px 0;
  background-color: #fff;
  border-radius: 10px;
}

.logo-img {
  width: 160px;
  margin: 0 auto 24px;
}

.login__btn-wrapper {
  margin-top: 16px;
  display: inline-flex;
  flex-direction: column
}

.caption-wrapper p {
  margin: 20px 0;
  font-size: 12px;
  color: #8F8F8F;
}

.btn--first-time-users {
  color: #3171F3;
  background-color: #fff;
  border: solid 2px #3171F3;
  margin-top: 24px;
}

.registered-trademark {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 16px;
}

.registered-trademark p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  display: inline-block;
}

.login__btn-wrapper a:hover {
  opacity: 0.5;
}

.login-error-text p {
  white-space: unset;
  text-overflow: unset;
  font-weight: 500;
  color: #E07585;
  line-height: 18px;
  font-size: 12px;
}