.register.tutor {
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 6px 0 -3px #fff, 0 7px 1px -3px rgba(0,0,0,0.3), 0 12px 0 -6px #fff, 0 13px 1px -6px rgba(0,0,0,0.3), 0 18px 0 -9px #fff, 0 19px 1px -9px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 6px 0 -3px #fff, 0 7px 1px -3px rgba(0,0,0,0.3), 0 12px 0 -6px #fff, 0 13px 1px -6px rgba(0,0,0,0.3), 0 18px 0 -9px #fff, 0 19px 1px -9px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 6px 0 -3px #fff, 0 7px 1px -3px rgba(0,0,0,0.3), 0 12px 0 -6px #fff, 0 13px 1px -6px rgba(0,0,0,0.3), 0 18px 0 -9px #fff, 0 19px 1px -9px rgba(0,0,0,0.3);
  background: #fff;
}
.register.tutor h1 {
  text-align: center;
  padding-bottom: 20px;
}
.register.tutor .disclaimer {
  width: 80%;
  margin: 0 auto;
  padding: 25px;
  background: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  box-shadow: inset 1px 2px 4px #ada7a7;
  -moz-box-shadow: inset 1px 2px 4px #ada7a7;
  -webkit-box-shadow: inset 1px 2px 4px #ada7a7;
}
.register.tutor .disclaimer p {
  margin-bottom: 1em;
}
.register.tutor .disclaimer ul {
  font-size: 16px;
  list-style: disc;
  font-weight: normal;
}
.register.tutor .disclaimer ul li {
  list-style: disc;
  padding-bottom: 1em;
  margin: 0 30px;
}
.register.tutor .tc-button {
  margin-top: 20px;
}
