.base-structure {
  width: 970px;
  height: 100%;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.base-structure {
  width: 970px;
  height: 100%;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.general-page-box .submit-button-container {
  margin-top: 10px;
  width: 250px;
}
.general-page-box .submit-button-container button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffd142;
  color: #363636;
  font-family: 'Roboto', Serif;
  font-size: 17px;
  font-weight: 400 !important;
  padding: 10px 0px;
  width: 250px;
  border: none;
}
.general-page-box .submit-button-container button:hover {
  background-color: #ffc923;
}
.social-auth-link {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-repeat: no-repeat;
  color: #ffffff !important;
  display: inline-block;
  font-weight: 400 !important;
  line-height: 42px;
  margin-bottom: 12px;
  width: 202px;
}
.social-auth-link.social-auth-link-facebook {
  background-color: #395692;
}
.social-auth-link.social-auth-link-facebook:before {
  background-image: url(/static/img/connect_facebook.png);
}
.social-auth-link.social-auth-link-linkedin {
  background-color: #0173b2;
}
.social-auth-link.social-auth-link-linkedin:before {
  background-image: url(/static/img/connect_linkedin.png);
}
.social-auth-link.social-auth-link-twitter {
  background-color: #1bb1e3;
}
.social-auth-link.social-auth-link-twitter:before {
  background-image: url(/static/img/connect_twitter.png);
}
.social-auth-link:before {
  content: "";
  width: 38px;
  height: 42px;
  margin-right: 5px;
  background-repeat: no-repeat;
  float: left;
}
