html,
body {
  background-color: #ffffff; }

#maincontent .login-wrap {
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 400px; }
#maincontent .wrapSignupForm,
#maincontent .social,
#maincontent .resetPassword {
  padding: 32px 0 32px 0; }
#maincontent h1 {
  padding: 48px 24px 48px 24px;
  text-align: center;
  background: #152632 url("/assets/about/intro-bg.jpg") no-repeat center center;
  background-size: cover;
  margin: 0;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  color: #ffffff; }
#maincontent h2 {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 15px;
  color: #777;
  margin-bottom: 5px; }
#maincontent label {
  font-size: 13px;
  line-height: 13px;
  padding-bottom: 0px;
  color: #333333;
  display: block;
  margin-top: 24px;
  margin-bottom: 8px;
  font-weight: 300;
  display: block; }
#maincontent input[type=text],
#maincontent input[type=password] {
  margin: 0px;
  padding: 5px;
  font-size: 20px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box; }
#maincontent .wrapSignupForm h2 {
  font-weight: bold;
  font-size: 16px;
  color: black; }
#maincontent input[type=text] {
  margin-bottom: 5px; }
#maincontent input[type=password] {
  margin-bottom: 15px; }
#maincontent input[type=submit] {
  font-size: 14px;
  line-height: 28px;
  padding: 0 16px 1px 16px; }
#maincontent .error {
  border: 1px solid #dedede;
  background-color: #fafafa;
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-top: 24px;
  border-radius: 3px;
  text-align: center; }
#maincontent .error + .wrapSignupForm {
  padding-top: 0; }
#maincontent .social {
  border-top: 1px solid #ededed; }
#maincontent .social .actionButton {
  float: left;
  margin-right: 15px;
  line-height: 18px;
  padding: 7px 10px 6px 10px; }
#maincontent .social .actionButton img {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 7px;
  display: inline; }
#maincontent .resetPassword {
  border-top: 1px solid #ededed;
  font-size: 11px;
  color: #999999;
  text-align: center; }
#maincontent .resetPassword a {
  color: #999999; }
#maincontent .resetPassword a:hover {
  color: #000000;
  text-decoration: underline; }
