body, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

body, html, button, input, select, textarea {
  font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sp-signup-body {
  margin: 0;
  background: linear-gradient(-180deg, #3595d8 0%, #1d74b3 100%);
}

.sp-signup-body:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url(//static.scootpad.com/v2/banners/wallpaper.png);
  background-repeat: repeat;
}

.sp-signup-nav {
  top: 15px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  position: fixed;
}

.sp-signup-nav .container {
  margin-right: auto;
  margin-left: auto;
}

.sp-signup-nav .sp-navbar-btn {
  float: right;
  padding: 0px 0px;
  margin-bottom: 0px;
  line-height: 56px;
}

.sp-signup-nav .sp-navbar-btn span {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 300;
  padding: 0px 10px;
  font-size: 16px;
}

.sp-signup-nav .sp-navbar-btn button, .sp-signup-nav .sp-navbar-btn .sp-signout-btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 0px 20px;
  font-size: 18px;
  line-height: 44px;
  background: rgb(255, 255, 255);
  border: none;
  color: #2f81ed;
  letter-spacing: 1px;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: 5px 7px 10px 0px rgba(0, 0, 0, 0.09);
}

.sp-signup-nav .sp-navbar-btn button:hover, .sp-signup-nav .sp-navbar-btn .sp-signout-btn:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  color: #555;
}

.sp-signup-div {
  text-align: center;
  clear: both;
  width: 90%;
  max-width: 720px;
  margin: 120px auto 0px;
}

.sp-signup-wide {
  max-width: 920px;
}

.sp-signup-div h1 {
  color: #fff;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, 'Neue Haas Grotesk Text Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 28px;
  text-decoration: none;
  text-transform: none;
  margin: 0px 0 20px 0;
}

.sp-form-group {
  position: relative;
  margin-bottom: 23px;
}

.sp-form-label {
  display: block;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 8px;
}

.sp-form-label {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sp-white-container {
  background: #fff;
  margin: 0 auto;
  border-radius: 0px;
  box-shadow: 5px 7px 10px 0px rgba(0, 0, 0, 0.09);
}

.sp-white-container h2 {
  color: #596377;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding: 35px 0;
  line-height: 40px;
}

.sp-signup-form-div {
  margin: 0 auto;
  text-align: left;
  padding: 40px 60px 0px;
}

.sp-signup-wide .sp-signup-form-div {
  padding: 60px 20px 0px;
}

.sp-form-input {
  height: 50px;
  display: block;
  width: 100%;
  border: 1px solid #D4D9E2;
  border-radius: 3px;
  padding: 15px;
  font-size: 16px;
  color: #596377;
  outline: 0;
  -webkit-transition: border-color .2s ease;
  -o-transition: border-color .2s ease;
  transition: border-color .2s ease;
}

.sp-signup-custom-btn {
  font-size: 18px;
  width: 250px;
  padding: 10px 6px;
  background: rgb(37, 137, 197);
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
}

.sp-signup-custom-btn:hover, .sp-signup-custom-btn:active, .sp-signup-custom-btn:focus {
  border: none;
}

.sp-signup-footer {
  padding: 10px 0 15px;
}

.sp-signup-error-msg {
  text-align: center;
  color: rgb(231, 55, 55);
  font-size: 16px;
  line-height: 20px;
  height: 40px;
}

.sp-form-input.invalid-input {
  border: 1px solid rgb(231, 55, 55);
}

.sp-signup-footer-links {
  margin: 20px auto;
  color: #fff;
  font-size: 18px;
}

.sp-signup-links {
  color: #45ff5e;
}

.sp-signup-links:hover {
  text-decoration: underline;
  color: #45ff5e;
}

.sp-signup-subtle-links {
  color: #9b9b9b;
}

.sp-signup-subtle-links:hover {
  text-decoration: underline;
  color: #9b9b9b;
}

.sp-account-type-div {
  padding: 5px;
  text-align: center;
}

.sp-account-type-div label {
  color: rgb(37, 137, 197);
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  display: block;
}

.sp-account-type-div .iradio_square-blue {
  margin-top: -10px;
  vertical-align: middle;
}

.sp-account-type-desc {
  color: #596377;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 35px 0;
  line-height: 1.2
}

.sp-inline-block {
  display: inline-block;
  width: 100%
}

.sp-italic {
  font-style: italic;
}

.sp-captilize {
  text-transform: uppercase
}

.sp-hidden {
  display: none
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-0 {
  margin: 0px !important
}

.select2-container .select2-choice {
  padding: 5px 8px;
  height: 48px;
  line-height: 34px;
  font-size: 14px;
}

.select2-container .select2-choice .select2-arrow b {
  background-position: 7px 8px;
}

.select2-container .select2-choice .select2-arrow {
  width: 32px;
}

.m-t-20 {
  margin-top: 20px;
}

.sp-radio-option .iradio_square-blue {
  height: 30px;
  width: 30px;
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  margin-top: -4px;
  vertical-align: middle
}

.sp-radio-option .iradio_square-blue.checked {
  background: #72c02c;
  font-family: 'themify';
}

.sp-radio-option .iradio_square-blue.checked:before {
  content: "\e64c";
  color: #FFF;
  font-size: 16px;
  position: absolute;
  top: 3px;
  left: 6px;
}

.sp-radio-option .iradio_square-blue.disabled {
  border: 1px solid #ececec;
}

.select2-search input {
  background: #FFF;
}

.i-circle {
  display: block;
  margin: 10px auto 10px;
  text-align: center;
  border: 2px solid #FFF;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.i-circle i {
  font-size: 40px;
  line-height: 80px;
  color: #FFF;
}
