body#minimal {
  width: 100%;
  background: #232c35 url(../img/2013/page-titles/bg-signup-bonzai.jpg) repeat fixed center top !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

header#minimal {
  display: none;
}

h1.top {
  color: #fff;
  padding-top: 34px;
  margin: 0 !important;
  padding-right: 10px;
}

a#logo.home {
  width: 144px;
  margin-top: 30px;
  margin-left: 10px;
  background-repeat: no-repeat;
  ;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a#logo.home {
    background-size: 144px 54px;
    -moz-background-size: 144px 54px;
  }
}

footer#minimal {
  display: none;
}

#sign-up-footer {
  clear: both;
  padding-top: 10px !important;
  padding-left: 10px;
  float: left;
}

#content {
  background: none !important;
}

#sign-up-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 40px;
  float: left;
  margin-top: 30px;
  background-color: #f9f9f9;
  display: block;
  width: 100%;
}

#sign-up-wrap h2 {
  margin-bottom: 30px;
}

h3.sign-up {
  margin-bottom: 10px !important;
  position: relative;
}
h3.sign-up i {
  font-size: 12px;
  top: -5px;
  position: relative;
}

#newuser-form {}

#newuser-form label {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#newuser-form .input-override {
  height: 50px;
  padding: 10px 35px 11px 10px;
  border: 1px solid #ddd;
  background-color: white;
  margin-bottom: 15px;
}

#newuser-form .pmo {
  border: none;
  padding: 0px !important;
  margin-bottom: 0px;
  height: 29px  !important;
  float: left;
}

#newuser-form input[type=text],#newuser-form input[type=password]  {
  height: 50px;
  padding: 10px 35px 11px 10px;
}

#newuser-aside {
  background-color: #f9f9f9;
  padding: 20px;
}

.aside-block p {
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  color: #3f464c;
  margin-top: -3px;
  clear: left;
}
#newuser-aside .optin input {
  float: left;
}

.aside-block {
  display: block;
}



#aside-upgrade {
  margin-bottom: 20px;
}

#select-box-newuser {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: -135px;
  background-color: #f1f1f1;
  margin-top: 4px;
  padding-bottom: 1px;
  position: relative;
  display: inline-block;
}

#host-name {
  position: relative;
}

#host-name #select-box-newuser {
  position: absolute;
  top: 0;
  right: 20px;
}

select#domain.newuser {
  background: transparent !important;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.close-link {
  font-size: 14px;
  float: left;
}

#is-available span {
  color: #666;
}


/* ====== / NEW STYLES ====== */

label.newsignup {}

label.newsignup span.para {
  font-size: 12px;
  margin-top: 10px;
}

input.newsignuptxt#hostname {
  padding-right: 152px;
  width: 308px;
}

select.newsignupsel {
  clear: left;
  float: left;
  margin-top: 10px;
  color: #5a5a5a;
  padding-left: 10px;
  font-size: 20px;
  width: 350px;
}

div.fieldblockwrapper {}

div.fieldblocksidebar {
  font-size: 12px;
  color: #79797a;
  line-height: 20px;
}

#complexity {
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -border-radius: 3px;
  font-weight: 400;
  color: #888;
  text-align: center;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 5px;
}

.default {
  background-color: #eaeaea;
}

.weak {
  background-color: #FF5353;
  color: #fff !important;
}

.strong {
  background-color: #FAD054;
  color: #fff !important;
}

.stronger {
  background-color: #93C9F4;
  color: #fff !important;
}

.strongest {
  background-color: #B6FF6C;
  color: #5f8535 !important;
}

div.errmssge {
  float: left;
  clear: left;
  margin-bottom: 30px;
  padding-left: 15px;
}

div.hostinfo {
  margin-bottom: 30px;
}

div#com-available {
  border-top: 1px dotted #bebdbf;
  padding-top: 30px;
  float: left;
  width: 100%;
}

div.hostinfo span {
  float: left;
  clear: left;
  margin-bottom: 20px;
  font-size: 14px;
  width: 100%;
}

a.hostbtn:hover {
  border: 1px solid #b3b2b4;
}

p.tosagree {
  float: left;
  font-size: 12px;
  line-height: 20px;
  color: #6b6b6b;
  width: 210px;
}

label.optin {
  font-size: 12px;
}

#accepts_tos {

}
#tos span, #optin-copy span{
  font-size: 12px;
}

div#optin {
  float: left;
  width: 408px;
  border: 1px solid #D9E4C2;
  background: #EAF6D2;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -border-radius: 3px;
}

div#optin p {
  font-weight: bold;
  font-size: 20px;
}

div.tos {
  float: left;
  width: 790px;
  padding: 40px 40px 10px;
}

input.submitbtn {
  background-color: #86fa67;
  width: 200px;
  height: 30px;
}

ul.available-domains {
  float: left;
  clear: left;
  margin-bottom: 5px;
  width: 470px;
}

ul.available-domains li {
  float: left;
  margin-right: 30px;
  width: 200px;
  margin-bottom: 20px;
}

ul.available-domains li a {
  font-size: 14px;
  color: #666;
}

ul.available-domains li a:hover {
  text-decoration: underline;
}

span.free-or-taken {
  float: right;
  display: none;
}

span.not-available {
}

div#host-messagebox {
  float: left;
  clear: left;
}

.hilite {}

#compare-wrap {}

#compare-wrap label p {
  margin-top: -10px;
}

#sign-up-compare {
  margin-bottom: 30px;
  margin-left: 0 !important;
  background-color: #fff;
  border-left: none;
  color: #666;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

#sign-up-compare thead td {
  border-bottom-width: 1px;
}

#sign-up-compare td {
  text-align: center;
  border-left: 1px solid #eee;
  padding: 10px;
}

#sign-up-compare td.title {
  cursor: text;
}

#sign-up-compare td .tip:hover {
  cursor: pointer;
}

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

td.title {
  border-left: none;
  font-size: 14px;
  font-weight: 400;
  text-align: left !important;
}

td.title a {
  color: #777;
}

td.check {
  font-weight: 400;
  text-align: center;
}

td.x {
  color: #ff2603;
  font-weight: bold;
}

button.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: not-allowed;
}

#hostname-taken {
  color: #ff2603;
  font-size: 16px;
  display: none;
}

#hostname-free {
  color: #76a216;
  font-size: 16px;
  display: none;
}

strong.domreg-domain {
  text-decoration: underline;
}

input#nohost {
  height: 20px;
  width: 13px;
  float: left;
}

label.nohost {
  cursor: pointer;
}

label.nohost span {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  top: 2px;
  padding-left: 5px;
}


/* ERRORS */

#host-error, #username-error, #password-error, #p-error, #email-warning, #email-error, #c_email-error, #c_email-warning #tos-error {
  color: #d32027;
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px !important;
  margin-bottom: 15px;
}

#tos-error {
  margin-left: 0px !important;
  margin-top: 10px;
  padding: 10px;
  border:1px solid #ebccd1;
  background-color: #f2dede;
  color: #b94a48;

}
#tos-error a {
  color: #b94a48;
  font-weight: 600;
  text-decoration: underline !important;
}

#p-warning {
  color: #ffab05;
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px !important;
  margin-bottom: 15px;
}

#accepts_tos, #optin {
  width: 13px;
}

@media (max-width: 767px) {
  .container {
    padding: 0px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  #sign-up-wrap {
    padding: 10px;
  }
  .controls.controls-row {
    width: 100%;
    display: block;
  }

  #sign-up-compare .pull-right {
    float: none !important;
  }
  #tooltip-wrapper {
    width: 100%;
  }
  #enhanced-signup.button {
    margin-bottom: 10px;
  }
}
