.alumni_splash_body {
  overflow: hidden;
}
.alumni_splash_body .alumni_splash_content {
  overflow: auto;
  background: #f2f2f2;
  position: absolute;
  top: 42px;
  bottom: 0;
  right: 0;
  left: 0;
}
.alumni_splash_body .line_through_text_container {
  width: 100%;
  position: relative;
  margin-bottom: 23px;
}
.alumni_splash_body .line_through_text {
  font-size: 17px;
  font-size: 1.7rem;
  color: #666666;
  position: absolute;
  background: white;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  padding: 0px 15px;
  width: 237px;
}
.alumni_splash_body .line_through {
  width: 300px;
  height: 1px;
  margin: 10px auto 0 auto;
  background: #ccc;
}
.alumni_splash_body .alumni_signup_box {
  border: 1px solid #ccc;
  background: white;
  width: 470px;
  margin: 10px auto 0 auto;
}
.alumni_splash_body .alumni_signup_box_header {
  padding: 15px 70px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.alumni_splash_body .alumni_signup_box_header h2 {
  line-height: 1.1;
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2rem;
}
.alumni_splash_body .alumni_signup_box_body {
  padding: 25px 70px 25px;
}
.alumni_splash_body input,
.alumni_splash_body select {
  height: 26px;
  width: 100%;
  color: black;
  border: 1px solid #ccc;
  padding: 0px 10px;
  border-radius: 2px;
  background: white;
}
.alumni_splash_body input:focus,
.alumni_splash_body select:focus {
  outline: none !important;
}
.alumni_splash_body a {
  color: #3194e2;
  cursor: pointer;
  text-decoration: none;
}
.alumni_splash_body .info_name {
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 2px;
}
.alumni_splash_body .info_container {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 12px;
}
.alumni_splash_body .topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #417ba9;
  height: 42px;
}
.alumni_splash_body .topbar img {
  width: 80px;
  height: 20px;
  margin: 14px 0 0 15px;
}
.alumni_splash_body .info_group {
  margin-bottom: 12px;
}
.alumni_splash_body .add_container {
  margin-top: 3px;
}
.alumni_splash_body .add_container a {
  display: block;
}
.alumni_splash_body .info_half_col {
  width: 48%;
}
.alumni_splash_body .spacer_bar {
  margin: 3px 10px 0 10px;
  width: 1px;
  background: #ccc;
  height: 14px;
  border: none;
}
.alumni_splash_body .alumni_btn {
  display: block;
  background: #2D78AD;
  color: white;
  transition: .5s all ease;
  margin: 0 auto;
  border: none;
  border-radius: 2px;
  padding: 5px 48px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
}
.alumni_splash_body .alumni_btn:hover {
  background: #2D78AD;
  opacity: .9;
  border: none;
  outline: none !important;
}
.alumni_splash_body .alumni_btn:focus {
  outline: none !important;
}
.alumni_splash_body .alumni_btn.completed {
  background: #fff;
  color: #333;
}
.alumni_splash_body .alumni_signup_box.success .line_through_text_container {
  margin: 30px 0 73px 0px;
}
.alumni_splash_body .alumni_signup_box.success .line_through {
  width: 430px;
}
.alumni_splash_body .alumni_signup_box.success .line_through_text {
  width: 373px;
}
.alumni_splash_body .alumni_signup_box.success .alumni_signup_box_body {
  padding: 10px 20px 15px;
}
.alumni_splash_body .alumni_signup_box.share_info .line_through_text_container {
  margin: 30px 0 43px 0px;
}
.alumni_splash_body .alumni_signup_box.share_info .line_through {
  width: 430px;
}
.alumni_splash_body .alumni_signup_box.share_info .line_through_text {
  width: 320px;
}
.alumni_splash_body .alumni_signup_box.share_info .alumni_signup_box_body {
  padding: 10px 20px 15px;
}
.alumni_splash_body .alumni_signup_box.share_info .alumni_btn {
  display: block;
  background: #417ba9;
  color: white;
  transition: .5s all ease;
  margin: 0 auto;
  border: none;
  border-radius: 2px;
  padding: 5px 48px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
}
.alumni_splash_body .alumni_signup_box.share_info .alumni_btn:hover {
  background: #417ba9;
  opacity: .9;
  border: none;
  outline: none !important;
}
.alumni_splash_body .alumni_signup_box.share_info .alumni_btn:focus {
  outline: none !important;
}
.alumni_splash_body .alumni_signup_box.share_info .forgot_password_link {
  display: block;
  margin: 10px 0 30px 0;
  text-align: center;
}
.alumni_splash_body .alumni_signup_box.forgot_password .line_through_text_container {
  margin: 20px 0 82px 0px;
  text-align: center;
}
.alumni_splash_body .alumni_signup_box.forgot_password .line_through_text {
  width: 373px;
}
.alumni_splash_body .alumni_signup_box.forgot_password .alumni_signup_box_body {
  padding: 10px 20px 15px;
}
.alumni_splash_body .alumni_signup_box.forgot_password .back_link {
  margin: 6px 10px 0 0;
}
