/* Typography sizes */
body {
  font-size: 14px;
}
#width_wrapper {
  width: 512px;
}
#logo {
  width: 134px;
  margin: 41px auto;
  display: block;
}
.headline {
  width: 100%;
  padding: 30px 0;
  font-size: 35px;
}
.accent {
  height: 8px;
}
.accent.blue {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAIAAAC3eAIWAAAAH0lEQVQIW2OQu/KcQXzzJQbRdRcYRNafh2NREL3kIADMiQzLxUzZVQAAAABJRU5ErkJggg==);
  background-repeat: repeat-x;
}
#middle {
  padding: 25px 50px;
  background-color: #fff;
  font-family: 'stratum-1-web', sans-serif;
  font-weight: 500;
  color: #8a92a5;
  border-bottom: 1px solid #d9dde5;
}
#middle a {
  color: inherit;
}
#middle .message {
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  line-height: 1.5em;
  padding: 12px 0;
}
#middle .message a {
  color: #16a9c9;
}
#middle label {
  text-transform: uppercase;
}
#middle input {
  margin: 9px 0;
  font-size: 15px;
  color: #646b7e;
  padding: 13px 15px 12px 10px;
}
#middle p {
  position: relative;
}
#middle p .error {
  position: absolute;
  top: 55px;
  right: 10px;
  padding: 8px 9px;
  background: #d63969;
  border-radius: 3px;
  color: #fff;
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  z-index: 100;
}
#middle p .error:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #d63969;
  border-width: 5px;
  right: 30px;
  margin-left: -5px;
}
#middle p.terms {
  font-family: 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 1.3em;
  margin-top: 10px;
}
#bottom {
  border-top: 1px solid #fff;
  background-color: #f3f5fa;
  padding: 18px 32px;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  font-family: stratum-1-web, sans-serif;
  text-transform: uppercase;
  color: #8a92a5;
}
#bottom a {
  color: inherit;
}
#bottom input {
  margin: 0 0 0 18px;
  padding: 10px 16px;
  color: inherit;
  text-transform: inherit;
  font-weight: inherit;
  font-family: stratum-1-web, sans-serif;
  font-size: 13px;
  border: 1px solid #b4b9c5;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #eef0f7;
  background-image: linear-gradient(#f3f5fa 0%, #e6e9f3 100%);
  box-shadow: 0 1px 3px rgba(105, 114, 138, 0.2), inset 0 1px #fff, inset 0 -2px rgba(0, 0, 0, 0.05);
}
#bottom input:hover {
  background-color: #f5f6fa;
  background-image: linear-gradient(#fff 0%, #e6e9f3 100%);
  border-color: #9ea3ae;
}
#bottom input:active {
  background-color: #eff1f7;
  background-image: linear-gradient(#eff1f7 0%, #eff1f7 100%);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
#bottom input[type=button],
#bottom input[type=submit] {
  cursor: pointer;
}
#bottom .terms {
  display: inline-block;
  font-family: 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 16px;
  text-transform: none;
  vertical-align: middle;
}
#bottom_link {
  margin: 12px 0;
  color: #fff;
  font-weight: bold;
}
#bottom_link a {
  color: #16a9c9;
}


/*# sourceMappingURL=user_base.min.css.map*/