#registration_content {
  background: #e2e2e2;
  border: 1px solid #a9a9a9;
  height: 100vh;
}

#registration_header h1 {
  padding: 0;
}

#registration_header h1 a {
  background: url('https://t2l-resources-logos.s3.amazonaws.com/t2l_logo.png')
    no-repeat;
  width: 500px;
  height: 500px;
  background-size: 250px;
}

#registration_options {
  margin: 20px auto 0;
  width: 495px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
  background: transparent;
}

#registration_options h2 {
  text-indent: 0;
  margin-bottom: 100px;
  height: 30px;
}

#signup_teacher,
#signup_student {
  padding: 1rem;
  background: white;
  color: #1890ff;
  position: initial;
  border: 1px solid #1890ff;
}

.custom_info_text {
  margin-top: 2rem;
  color: #c23616;
  font-size: 1.1rem;
  font-weight: bold;
}
