.signup {
  background: #FFF;
  border-radius: 0.5rem;
  -webkit-box-align: stretch;
  -webkit-box-pack: center;
  width: 29rem;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 15px 0px, rgba(25, 28, 33, 0.2) 0px 15px 35px -5px, rgba(0, 0, 0, 0.07) 0px 0px 0px 1px;
}

#signUp .haveaccount {
  border-top: 1px solid #DDD;
  text-align: center;
  padding: 24px;
  font-size: 13px;
  color: #555;
}

#signUp button {
  margin: 20px 0px 0;
}

#signUp .pwdMsg {
  display: none;
  color: #b80d0d;
  font-size: 12px;
}

#signUp .pwdMsg.ok {
  color: #1e711e;
}

#verifyEmail h3 span {
  font-weight: 500;
}

#verifyEmail h3 a {
  font-size: 12px;
}

#verifyEmail .cl {
  gap: 1rem;
  width: 18rem;
  margin: 0 auto;
}

#verifyEmail input {
  font-size: 15px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

#verifyEmail .codesent,
#verifyEmail .noemail {
  text-align: center;
  padding: 10px 0 30px 0;
  color: #888;
  font-size: 13px;
}

#verifyEmail .noemail.send {
  color: inherit;
}

#verifyEmail .noemail a {
  display: none;
}

#verifyEmail .noemail.send span {
  display: none;
}

#verifyEmail .noemail.send a {
  display: inline;
}

.split_page_left .logo {
  display: block;
  background: url(/static/img/logo.png) no-repeat 50% 0;
  background-size: 100% auto;
  width: 300px;
  height: 70px;
}

.split_page_right #clerkSignUp {
  margin: 0 auto;
}

.tos h3 {
  margin: 0 0 28px;
}

.tos .text {
  overflow: scroll;
  height: 40vh;
  border: 1px solid #CCC;
  padding: 20px 40px;
}

.tos label {
  padding: 26px 0;
  display: block;
}