/*Login*/
.account-login .col2-set {
  margin-left: -11px;
}
.account-login .new-users .content,
.account-login .registered-users .content {
  padding: 30px 30px;
  width: 390px;
  height: 170px;
  background: whitesmoke;
  border-radius: 5px 5px 0 0;
}
.account-login .new-users .content h2,
.account-login .registered-users .content h2 {
  padding-bottom: 20px;
}
.account-login .new-users .buttons-set,
.account-login .registered-users .buttons-set {
  margin-top: 0px;
  padding: 0px 30px 30px 30px;
  width: 100%;
  height: auto;
  border: 0;
  background: url("../images/customer-account_col2_bg.png") bottom left
    no-repeat;
}
.account-login .new-users .buttons-set,
.account-login .registered-users .buttons-set {
  background: none;
  margin: 0px 4px 0px 0px;
  background: whitesmoke;
  box-sizing: border-box;
  width: 450px;
  border-radius: 0 0 5px 5px;
}
/*Fieldset H2*/
div.fieldset {
  margin-top: 35px;
}
div.fieldset h2.legend {
  margin-top: -40px;
  padding: 10px 20px;
  background: #35b2c2;
  color: #fff !important;
}
.account-create .buttons-set,
.customer-account-forgotpassword .buttons-set {
  margin-top: -10px;
  border: 0;
}
.account-login .registered-users .form-list li {
  float: left;
}
.account-login .registered-users p,
.account-login .new-users p {
  padding-top: 10px;
}
.account-login .registered-users .form-list .input-box {
  width: 200px;
}
.registered-users p.required {
  clear: both;
  margin-right: 13px;
}
