.alert .fa {
  font-size: 40px;
  margin-top: 8px;
}

.alert-info {
  background: #00add4;
  border: none;
  color: #fff;
  font-family: gothbook;
  font-size: 13px;
  line-height: 18px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .015);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .015);
  text-shadow: none;
}

#base-cta {
  margin-top: 30px;
}

#base-cta h2.page-header {
    border-bottom: 1px solid #00b9e4;
    font-size: 22px;
    margin-top: 10px;
    padding-bottom: 10px;
}

#base-cta .free-trial,
#base-cta .membership-options {
    min-height: 260px;
    padding: 20px;
    position: relative;
}

#base-cta .membership-options {
    background: #f6f6f6;
}

#base-cta .membership-options img.mbg {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 90px;
}

#base-cta .membership-options .radio {
    font-family: gothlight;
}

#base-cta .membership-options .radio input[type="radio"] {
    margin-top: 9px;
}

#base-cta .membership-options .radio span {
    color: #00b9e4;
    font-size: 28px;
}

#base-cta .membership-options .radio span small {
    color: #00b9e4;
    font-size: 50%;
}

.btn-facebook,
.btn-twitter {
  margin-bottom: 15px;
}

.btn-login,
#signup-options .btn-neon {
  font-size: 14px;
  padding: 9px 12px;
}

.forgot-password {
  margin-top: 10px;
  padding-right: 0;
}

.form-control {
  height: 45px;
  padding: 0 12px;
}

.input-group-addon {
  font-size: 18px;
}

.input-group-addon .fa {
  width: 18px;
}

.login-form {
  background: #3fc2e6;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
  box-shadow: 1px 1px 5px rgba(0,0,0,.1);
  color: #fff;
  padding: 60px;
}

.login-form h4 {
  font-family: gothmed;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 0;
}

.login-form h4 .label {
  background: #fff;
  border-radius: 1px;
  color: #df721f;
  font-size: 11px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

#login-form .help-block {
  color: #fff;
  font-size: 12px;
}

#login-form h2 {
  color: #fff;
  margin-top: 0;
}

#login-form a {
  color: #fff;
}

.remember-me {
  padding-right: 0;
}

#sign-up-today {
  background: #ececec;
  min-height: 340px;
  padding: 20px;
}

#sign-up-today h2 {
  margin-top: 0;
}

#sign-up-today .row {
  margin: 34px auto 46px auto;
  text-align: center;
}

#sign-up-today .plus {
  color: #fff;
  display: block;
  font-size: 40px;
  margin: 20px 0;
  text-align: center;
  text-shadow: 2px 2px #999;
}

.note {
  font-style: italic;
  margin: 20px 0 40px 0;
}

.input-group-addon {
  min-width: 40px;
}

.or-area {
  height: 185px;
  position: relative;
}

.or-divider {
  background: #fff;
  border-radius: 50%;
  box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
  color: #00b9e4;
  display: inline-block;
  float: none;
  font-size: 14px;
  font-family: gothmed;
  height: 45px;
  line-height: 45px;
  position: relative;
  text-align: center;
  margin-top: 68px;
  width: 45px;
  z-index: 100;
}

.or-line {
  border-left: 1px solid rgba(0,0,0,.05);
  border-right: 1px solid rgba(255,255,255,.35);
  height: 185px;
  position: absolute;
  top: 0;
  left: 50%;
}

#signup-options {
  margin-top: 60px;
}

#signup-options.panel {
  border-radius: 5px;
}

#signup-options .panel-body {
  padding: 60px;
}

#signup-options .btn-neon {
  margin-top: 10px;
}


/* LG */

@media (min-width: 1200px) {
  #base-cta .free-trial .btn,
  #base-cta .membership-options .btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
  #base-cta .free-trial .btn,
  #base-cta .membership-options .btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  #base-cta h1 {
    font-size: 30px;
  }
  .login-form,
  #signup-options .panel-body {
    padding: 50px;
  }
  #signup-options .lead {
    font-size: 16px;
  }
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  #base-cta .free-trial, #base-cta .membership-options {
    min-height: 310px;
  }
  #base-cta .free-trial .btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  #base-cta h2.page-header {
    font-size: 20px;
  }
  #base-cta .membership-options img.mbg {
    right: 5px;
    top: 10px;
    width: 70px;
  }
  #base-cta h1 {
    font-size: 28px;
  }
  #base-cta .lead {
    font-size: 18px;
  }
  .login-form,
  #signup-options .panel-body {
    padding: 35px;
  }
  .login-form h4 {
    font-size: 17px;
  }
  .or-divider {
    right: 7px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-top: 72px;
    width: 40px;
  }
  #signup-options .btn-neon {
    margin-top: 25px;
  }
}

/* XS */
@media (max-width: 767px) {
  #base-cta .free-trial .btn,
  #base-cta .membership-options .btn {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  #base-cta .membership-options img.mbg {
    right: -10px;
    top: 20px;
    width: 80px;
  }
  #base-cta .free-trial {
    min-height: inherit;
    margin-bottom: 20px;
  }
  #base-cta h1 {
    font-size: 22px !important;
    line-height: 24px;
  }
  .btn-facebook, .btn-twitter {
    margin-bottom: 0;
  }
  .btn-social-login {
    border-radius: 4px;
    text-align: center;
  }
  .btn-social-login .btn-title {
    font-size: 9px;
    padding-left: 0;
    top: 0;
    padding-bottom: 8px;
  }
  .btn-social-login .fa {
    border-right: none;
    width: 100%;
  }
  .forgot-password {
    margin-bottom: 10px;
    margin-top: 0;
    padding-right: 15px;
  }
  .login-social-setup {
    margin-left: 15px;
    margin-right: 15px;
  }
  .login-form,
  #signup-options .panel-body {
    padding: 20px;
  }
  .or-area {
    height: inherit;
    margin-left: 15px;
    margin-right: 15px;
  }
  .or-line {
    border-top: 1px solid rgba(0,0,0,.05);
    border-bottom: 1px solid rgba(255,255,255,.35);
    border-left: none;
    border-right: none;
    height: auto;
    width: 100%;
    position: absolute;
    top: 32px;
    left: 0;
  }

  .or-divider {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 35px;
  }
  #signup-options .lead {
    font-size: 14px;
  }

}
