/*Registration*/
.customer-account-create .form.create.account.form-create-account {
  width: 100%;
  display: inline-block;
}
.customer-account-create .col-50 {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.customer-account-create .col-50.create {
  padding-right: 20px;
}
.customer-account-create .col-50.address {
  padding-left: 20px;
}
.customer-account-create .account .legend {
  border-bottom: 0px;
}
.customer-account-create .account .legend > span {
  font-weight: bold;
  font-size: 18px;
}
.customer-account-create .field {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}
.customer-account-create .field.captcha {
  width: 40%;
  float: right;
}
.customer-account-create .field.captcha #captcha-container-user_create .captcha-img,
.customer-account-create .field.captcha #captcha-container-user_create,
.customer-account-create .field.captcha label, 
.customer-account-create .field.captcha .control {
  width: 100%;
}
.customer-account-create .field.captcha label {
  margin-bottom: 0px;
  padding: 0px;
}
.customer-account-create .field label {
  width: 30%;
  float: left;
  box-sizing: border-box;
}
.customer-account-create .field .control {
  width: 70%;
  float: left;
  box-sizing: border-box;
}
.customer-account-create .field.captcha #captcha-container-user_create {
  position: relative;
}
.customer-account-create .field.captcha .captcha-reload {
  background: url('../images/reload.png');
  width: 24px;
  height: 24px;
  background-size: contain;
  padding: 0px;
  border: 0px;
  box-shadow: none;
  float: right;
  top: 0px;
  right: 0px;
}
.customer-account-create .field.captcha #captcha-container-user_create .captcha-img {
  width: calc(100% - 29px);
  float: left;
  margin: 0px;
}
.customer-account-create .field.captcha .captcha-reload span { 
  display: none;
}
.customer-account-create .actions-toolbar .primary {
  margin-right: 0px!important;
}
.customer-account-create .field label {
  font-weight: 500;
  padding-left: 30px;
}
.customer-account-create .actions-toolbar {
  width: 100%;
  display: inline-block;
  text-align: right;
}
.customer-account-create .actions-toolbar .primary {
  float: right;
}
p.required {
  color: red;
  padding-left: 30px;
  margin-top: 10px;
}
p.apt {
  margin-top: 10px; 
  font-size: 8px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 640px) { 
  .customer-account-create .field.captcha,
  .customer-account-create .col-sm-100 {
    width: 100%;
  }
  .customer-account-create .col-50.create {
    padding-right: 0px;
  }
  .customer-account-create .col-50.address {
    padding-left: 0px;
  }
  .customer-account-create .field label,
  .customer-account-create .field .control {
    width: 100%;
  }
  .customer-account-create .field label {
    padding-left: 0px;
  }
  p.required,
  p.apt {
    padding-left: 0px;
    margin-top: 10px;
  }
}