#dropdown-wrap:after {
  content: "›";
  font-size: 26px;
  position:relative;
  float: right;
  pointer-events:none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: 300;
}

.input-looking-label {
  cursor: alias;
  border: 1px solid #D5D7E0;
  border-radius: 4px;
  padding: 16px 16px 20px;
  color: #777;
  line-height: 16px;
}

.display-none {
  display: none;
}

.fieldset{
  float: none !important;
  width: 100% !important;
  margin-bottom: 48px !important;
}

.form.create .fieldset>.field:nth-of-type(2n){
  margin-left: 25px;
}

.form.create .fieldset>.field {
  width: calc(50% - 15px) !important;
  display: inline-block !important;
}

.form.create .fieldset .label.info {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 20px !important;
  display: inline-block !important;
  width: 100% !important;
}

.form.create .fieldset>.field select {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px !important;
  padding: 16px 16px 16px;
}

body.customer-account-create .form.create .fieldset>.field .rule.valid, body.customer-account-create .form.create .fieldset>.field .rule.valid::marker {
  color: #399358;
}

.page-title .base {
  color: #EC7F0F
}

#terms, #privacy {
	color: red;
}

.rules {
	color: red;
}

.page-wrapper, .page-main .page-title-wrapper {
	background-color: #FFF;
}

#register-btn {
	background-color: #EC7F0F;
}

@media only screen and (max-width: 639px) {
  .form.create .fieldset>.field {
    width: 100% !important;
  }

	.form.create .fieldset>.field:nth-of-type(2n) {
	    margin-left: 0px;
	}
}