.access-form {
  max-width: 330px;
  padding: 20px 30px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.access-form .checkbox {
  margin-bottom: 10px;
}
.access-form fieldset {
  margin-top: 29px;
}
.access-form button[type="submit"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.access-form .field-error-list {
  margin-left: -30px;
  margin-right: -30px;
}
.access-form #signup-title,
.access-form #login-title {
  margin-top: 0;
  font-size: 24px;
}
.tos-wrap {
  margin: 10px -20px -10px;
  font-size: 80%;
  text-align: center;
  font-style: italic;
  color: #777;
}
#tos-inner {
  height: 400px;
  overflow: scroll;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 10px;
  margin: 20px 20px 11px;
  width: 560px;
}
#tos-inner h1,
#tos-inner h3 {
  font-size: 18px;
}
html {
  background-color: #f2f2f2;
}
.access-body {
  padding: 0;
  background-color: #f2f2f2;
}
.access-body .inner-body {
  background-color: #f2f2f2;
}
.access-body #default-container {
  padding-top: 15px;
}
.access-body .logo-big {
  margin-top: 0;
}
.access-body .alert-danger ul {
  margin-bottom: 0;
  list-style-type: none;
}
.access-body #forgotPw {
  display: block;
  margin-top: -10px;
  margin-bottom: 15px;
}
.access-body #id_pw2 {
  margin-right: 10px;
}
.access-body .subnav {
  display: none;
}
.access-body .access-form p {
  position: relative;
}
.access-body .access-form .icon-green-check {
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.access-body .required {
  color: #d9534f;
}
.access-body .pro-trial-banner .pro-trial-text {
  margin-top: 11px;
}
.access-body .navbar {
  margin-bottom: 0;
}
#go-to-login-wrap,
#go-to-signup-wrap {
  margin-bottom: 20px;
  text-align: center;
}
@media all and (max-device-width: 568px) {
  #go-to-login-wrap,
  #go-to-signup-wrap {
    margin-bottom: 10px;
    text-align: center;
  }
  #above-form-logo {
    display: none;
  }
  #default-container {
    padding-top: 15px;
  }
  .access-body #forgotPw {
    text-align: center;
  }
  .access-body .container {
    width: auto;
  }
  .access-body .access-form {
    margin-bottom: 10px;
  }
  .access-body .access-form .form-group:last-child {
    margin-bottom: 5px;
  }
  .access-body .access-form #signup-title {
    top: 0;
    margin: 0 auto 20px;
    position: absolute;
    visibility: hidden;
  }
  .access-body .access-form #signup-title:before {
    content: "Sign Up!";
    visibility: visible;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 21px;
    font-size: 24px;
    padding-top: 8px;
    text-align: center;
    padding-bottom: 10px;
    color: #486e90;
  }
  .access-body .access-form input[type="text"],
  .access-body .access-form input[type="password"],
  .access-body .access-form input[type="email"] {
    margin: 0 5% 15px;
    width: 84%;
  }
  .access-body .access-form label,
  .access-body .access-form .helptext {
    margin-left: 5%;
  }
}
