@charset "UTF-8";
#registration-step1 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
}
#registration-step1 .price-panel {
  border-color: transparent !important;
  box-shadow: none;
}
#registration-step1 .price-panel .pricing #billing_plan_pricing {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 33px;
  font-weight: 400;
  vertical-align: super;
  font-family: "Lato", sans-serif;
}
#registration-step1 .price-panel .pricing #billing_plan_pricing .currency {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 400;
  vertical-align: super;
}
#registration-step1 .price-panel .pricing #billing_plan_pricing .fee {
  display: inline-block;
  font-size: 76px;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 76px;
  padding: 0;
  vertical-align: middle;
}
#registration-step1 .price-panel .pricing #billing_plan_pricing .frequency {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 400;
  vertical-align: bottom;
}
#registration-step1 .price-panel .pricing #billing_plan_pricing .additionalFee {
  display: block;
}
#registration-step1 .price-panel .pricing #billing_plan_pricing .additionalFeeDesc {
  display: block;
}
#registration-step1 #registration-step2-form #subscription_dp, #registration-step1 #registration-step2-form #membership_dp {
  text-align: center;
}
#registration-step1 #step2ConditionsForm label#lbl_reg_terms {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-indent: 0px;
}
#registration-step1 #step2ConditionsForm label#lbl_reg_terms input {
  margin-right: 4px;
}
#registration-step1 #step2ConditionsForm label#lbl_reg_terms a {
  margin-left: 4px;
}
#registration-step1 .form-group .form-control {
  font-size: 15px;
  margin-bottom: 10px;
}
#registration-step1 .form-group .form-control.btn-group.bootstrap-select {
  margin-bottom: 0px;
}
#registration-step1 .form-group .form-control.btn-group.bootstrap-select.ddl-center .dropdown-toggle.selectpicker .filter-option {
  text-align: center;
}
#registration-step1 .form-group .form-control.btn-group.bootstrap-select.ddl-center .dropdown-menu.selectpicker {
  text-align: center;
}
#registration-step1 .form-group .form-control.btn-group.bootstrap-select.larger-text .dropdown-toggle.selectpicker {
  font-size: 20px;
}
#registration-step1 .form-group .form-control.btn-group.bootstrap-select.larger-text .dropdown-menu.selectpicker {
  font-size: 16px;
}
#registration-step1 .form-group .form-control.btn-group.bootstrap-select .dropdown-toggle.selectpicker {
  background-color: white;
  border: 1px solid #e9ecef;
  font-size: 15px;
}
#registration-step1 .form-group .form-control.btn-group.bootstrap-select .dropdown-toggle.selectpicker::after {
  border: none;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  padding: 12px 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  height: 100%;
  margin: 0 !important;
  font-size: 11px;
}
#registration-step1 .form-group .form-control.btn-group.bootstrap-select .dropdown-toggle.selectpicker .caret {
  display: none;
}
#registration-step1 .form-group .form-control.btn-group.bootstrap-select .dropdown-menu.selectpicker li.disabled a {
  color: #ccc;
}

#registration-step2.login-container {
  background: none;
}
#registration-step2.login-container .login-wrapper {
  min-height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#registration-step2.login-container .login-wrapper .login-box {
  display: flex;
  flex-direction: column;
}
#registration-step2.login-container .login-wrapper .login-logo {
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  height: 160px;
  width: 250px;
  background-image: url(/assets/images/logos/Sw_LogoReg.png);
}
#registration-step2.login-container .login-wrapper .login-body {
  background-color: white;
}
#registration-step2.login-container .login-wrapper .login-body .login-title {
  color: #333;
}
#registration-step2.login-container .login-wrapper .login-body .form-control {
  background-color: white;
  border: 1px solid #e9ecef;
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}
#registration-step2.login-container .login-wrapper .login-footer {
  margin-top: 30px;
}
#registration-step2.login-container .login-wrapper .login-footer .flex-footer {
  display: flex;
  justify-content: space-evenly;
}

#promo_code_modal .modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
#promo_code_modal .modal-dialog .modal-footer .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
#promo_code_modal .modal-dialog .modal-footer .row .btn {
  margin: 10px;
}

select {
  -webkit-appearance: listbox !important;
}

/*# sourceMappingURL=global.css.map */
