main {
  max-width: 400px;
}

main.signup{
  max-width: 600px;
}

.card{
  margin-bottom: 30px;
}

input[type='text password']{
  margin-bottom: 20px;
}

form div{
  align-items: center;
}

.center{
  text-align: center;
}

.small.card h3:first-child{
  margin-top: 4px;
}

.small.card .error{
  margin-top: 20px;
}

.smallLabel{
  font-size: 14px;
}

.touchButton{
  margin-right: 0;
  margin-bottom: 0;
  max-width: 100%;
}

aside{
  text-align: center;
}

.column{
  align-items: start;
}

@media (max-width: 500px){
  .half{
    width: 100%;
  }

  .row{
    flex-wrap: wrap;
  }
}

.half{
  flex-grow: 1;
}

.row{
  gap: 10px;
}

.mailVerification img.hero{
  margin: 0 auto;
  display: block;
  width: 50%;
  margin-bottom: 40px;
  margin-top: 20px;
}

.mailVerification input[type=text]{
  width: 50% !important;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.mailVerification .altButton{
  margin-bottom: 10px
}

header{
  height: 64px;
}

.login_sso{
    display: block;
    margin-top: 50px;
}
.mob-icon-menu {
    display: none;
}
