.login-content {
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  height: 100%;
  overflow: hidden;
  text-align: left;
}

.join-logo {
  width: 40px;
  background-color: #D12A2F;
  height: 44px;
  overflow: hidden;
  flex-shrink: 0;
  flex-direction: column;
  padding: 9px 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-logo-child {
  width: 24px;
  position: relative;
  height: 20.8px;
}

.join {
  position: relative;
  line-height: 120%;
  font-weight: 600;
}/*# sourceMappingURL=loginLayout.css.map */