#kotfe-subscribe {
  min-height: 1050px;
}

#kotfe-subscribe h4 {
  margin-left:0;
  margin-right:0;
}

#kotfe-signup,
#trial-login-link {
  display: none;
}

#play-free-signup,
#subscribe-login-link {
 display:block;
}

.kotfe-trial-flow #kotfe-signup,
.kotfe-trial-flow #trial-login-link {
  display:block;
}

.kotfe-trial-flow #play-free-signup,
.kotfe-trial-flow #subscribe-login-link {
  display:none;
}

.field .label {
  text-align: left;
  width: 100%;
  font: 300 16px/30px Arial;
  padding: 0;
}
.field .formMsg.error {
  width: 100%;
}
/* KOTFE Form */
.input.submitBtn input[type="submit"] {
  width: 100% !important;
  height: 100% !important;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.form-description {
  color: #fff;
  font-size: 18px;
}

.form-group label {
  display: block;
  font-size: 16px;
  color: #b4b3b2;
  font-weight: normal;
}

.form-select.regDob {
  margin: 0 5px 10px 0;
}

.form-select.regDob:first-of-type {
  margin-left:0;
}

.form-select.regDob:last-of-type {
  margin-right:0;
}

.form-select.regDob:first-child {
  margin-left: 0;
}

.recaptcha-field {
  margin-top: 20px;
}

.help-block,
.smallText,
.passrecover,
.forgot-password,
.display-name-recover {
  font-size: 14px;
}

input.registration,
select.form-select,
.select,
.form-control {
  height: auto;
  padding: 10px 8px;
  font: 300 16px/18px Arial, sans-serif;
  color: #000;
  background: #e1e1e1;
  border: 3px solid #888;
  border-radius: 0;
}

input.registration.focus,
select.form-select.focus,
.select.focus,
.form-control.focus,
input.registration:focus,
select.form-select:focus,
.select:focus,
.form-control:focus {
  border-color: #b48932;
}

input.registration.error,
select.form-select.error,
.select.error,
.form-control.error {
  border-color: #ff0000;
}

input:active,
input:focus,
select:focus,
select:active,
.input:active,
.input:focus,
.form-control:active,
.form-control:focus,
.select.active .value,
input.registration:active,
input.registration:focus,
select.form-select:active,
select.form-select:focus,
.select:active,
.select:focus {
  border-color: #b48932;
}

input.registration,
select.form-select,
.select,
.form-control,
input.registration,
select.form-select,
.select {
  display: block;
  width: 100%;

  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-image: none;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

  height: auto;
  padding:10px 8px;
  font: 300 16px/18px Arial,sans-serif;
  color: #000;
  background:#e1e1e1;
  border:3px solid #888;
  border-radius: 0;

}

input.registration::-moz-placeholder,
select.form-select::-moz-placeholder,
.select::-moz-placeholder,
.form-control::-moz-placeholder,
input.registration::-moz-placeholder,
select.form-select::-moz-placeholder,
.select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input.registration:-ms-input-placeholder,
select.form-select:-ms-input-placeholder,
.select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
input.registration:-ms-input-placeholder,
select.form-select:-ms-input-placeholder,
.select:-ms-input-placeholder {
  color: #999999;
}
input.registration::-webkit-input-placeholder,
select.form-select::-webkit-input-placeholder,
.select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
input.registration::-webkit-input-placeholder,
select.form-select::-webkit-input-placeholder,
.select::-webkit-input-placeholder {
  color: #999999;
}
input.registration[disabled],
input.registration[readonly],
fieldset[disabled] input.registration,
select.form-select[disabled],
select.form-select[readonly],
fieldset[disabled] select.form-select,
.select[disabled],
.select[readonly],
fieldset[disabled] .select,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
input.registration[disabled],
input.registration[readonly],
fieldset[disabled] input.registration,
select.form-select[disabled],
select.form-select[readonly],
fieldset[disabled] select.form-select,
.select[disabled],
.select[readonly],
fieldset[disabled] .select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* input */
.input.checkbox {
  display: inline-block;
  padding: 1px;
  border: 1px dotted transparent;
  vertical-align: middle;
  /*margin:-2px -2px -5px -2px;*/
}

.input.checkbox {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.input.checkbox input {
  top: 1px!important;
  left: 1px!important;
  margin: 0;
  padding: 0;
}

.input.checkbox div {
  width: 25px;
  height: 25px;
  background: url(/sites/all/files/en/coruscant/main/inputs.png);
  background-position: -40px -103px;
}

.input.checkbox.focus div {
  border-color: #394459;
  background-position: -2px -131px;
}
.input.checkbox.checked div,
.input.checkbox.checked.focus div {
  background-position: -2px -103px;
}

.input.radio {
  display: inline-block;
  padding: 1px;
  border: 1px dotted transparent;
  margin: -2px;
}

.input.radio.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}

.input.radio {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.input.radio input {
  top: 1px!important;
  left: 1px!important;
  margin: 0;
  padding: 0;
}

.input.radio div {
  width: 16px;
  height: 16px;
  background: url(/sites/all/files/en/coruscant/main/inputs.png) -3px -17px;
}

.input.radio.checked div {
  background-position: -47px -17px;
}

.input.radio.focus {
  border-color: #394459;
}

label.option {
  font-size: 14px;
  color: #acacac;
}

.loginSubmit,
.form-submitBtn {
  text-align: right;
}

#personalInfoWarning {
  position:relative;
  margin:5px 0;
  padding-left:28px;
  font-size: 14px;
  line-height:16px;
  color: #e0a22c;
}

#personalInfoWarning .txt {
  font-size: 14px;
}

#personalInfoWarning:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/sites/all/files/en/coruscant/main/messages.png");
  background-repeat: no-repeat;
  background-position: -22px 0;
  left: 0;
}

#sqa-question .goBack {
  display: none;
}

#payment-method {
  position: relative;
  color: #ffffff;
  padding: 10px;
  padding-left: 45px;
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
  border: solid 1px #e0a22c;
}

#payment-method:before {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  content: '';
  background: url(/sites/all/files/en/coruscant/billing/iconsAccount.png) no-repeat;
  background-position: -65px -2px;
}

#payment-method a {
  color: #e0a22c;
}

#payment-method a:hover {
  color:#ffffff;
}

#new-player-register {
  position:relative;
  display:block;
  padding-right: 50px;
  transition: 200ms ease;
}

#new-player-register:hover {
  color: #e0a22c;
}

#new-player-register .icon {
  position:absolute;
  font-size: 50px;
  right: 5px;
  bottom:0;
}

#fallen-empire-register .kotfe-playfree-header {
  display:none;
  text-shadow: 0 0 10px #000;
}

.theme-destiny #kotfe-playfree-default,
.theme-sacrifice #kotfe-playfree-default,
.theme-choose #kotfe-playfree-default {
  display:none;
}

.theme-destiny #kotfe-playfree-destiny,
.theme-sacrifice #kotfe-playfree-sacrifice,
.theme-choose #kotfe-playfree-choose {
  display:block;
}

.theme-choose #fallen-empire-register .help-block,
.theme-choose #fallen-empire-register .form-group label  {
  color:#fff;
}

.login-interstitial-form #fallen-empire-register,
.login-interstitial-form #login-cover-bg {
  display: none;
}


.login-interstitial-form #fallen-empire-login {
  float: none;
  margin:0 auto;
  width: 500px;
}

#sk-initiate-remove .submitBtn {
  font-size: 28px;
  padding:10px 20px;
}

#sk-initiate-remove .submitBtn .after {
  display:none;
}

#secretQuestions,
#download-client,
#game-purchase-set-email-form .setEmail {
  background: none;
  width: 600px;
  margin: 0 auto;
}

#game-purchase-set-email-form .box {
  background: none;
  padding:0;
}

#game-purchase-set-email-form .bottom {
  padding:0;
  text-align:right;
  margin: 20px 0 40px;
}

.email-field .label {
  padding-left:0;
}

.nucleusCheckHolder {
  color: #d3d1ca;
}

#secretQuestions p,
#secretQuestions li {
  color:#d3d1ca;
}

#editSecretQuestions h2 {
  font-size: 40px;
}

#editSecretQuestions ol.questions {
  list-style: none;
}

#editSecretQuestions .answerMinimumQuestions,
#editSecretQuestions .answerMoreQuestions {
  padding: 20px;
  color: #d3d1ca;
}

#editSecretQuestions .button {
  margin:20px 0;
  text-align: right;
}

#editSecretQuestions .box {
  margin-bottom: 60px;
}

ol.questions li {
  display:block;
  position: relative;
}

ol.questions h3 {
  position: absolute;
  left: -40px;
  top: -16px;
}

ol.questions .form-select {
  margin-bottom: 20px;
}

ul.secretQuestionsList {
  margin-bottom: 40px;
}

.align-right {
  text-align: right;
}

.register-flow #login-cover-bg {
  display: none;
}

#mainMessages {
  font-size: 14px;
  line-height: 20px;
  max-height: 100px;
}

.formMsg.error {
  background: none;
  border: none;
  color: #ff0000;
  font-size: 16px;
  line-height: 22px;
  margin-top: 5px;
}

.form-submitBtn {
  margin-top: 20px;
}

.input.submitBtn .left,
.input.submitBtn .right,
.input.submitBtn .hover {
  display: none;
}

/* KOTFE BLOCK FIXES */
.setEmail .box .submitBtn, .setEmail .box em { display:inline-block; }
#kotfe-subscribe #login-main-bg { background-size: cover; }

/* smaller screens */
@media(max-width: 768px) {
.submitBtn, .btn-next { padding-left:20px; padding-right:80px; font-size: 24px;  } 

 body.lang_de .btn-next,  body.lang_de .submitBtn,
 body.lang_fr .btn-next,  body.lang_fr .submitBtn {
    padding-right: 70px;
    padding-left:10px;
    font-size:20px;
  }
}

@media(min-width:992px) {
  #login-main-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.5);
  }
  #kotfe-subscribe.flow-start #login-main-bg:before {
  display:none;
  }
}



