/* Input[number] */
.ey-acf-phone input {
  padding: 15px 4.076em !important;
}

.ey-acf-phone .acf-label label:before {
  content: '\E92F';
  font-family: "fontello";
  position: absolute;
  top: 100%;
  left: 1.21em;
  margin-top: 1.315em;
  font-size: 19px;
}

.acf-input-wrap input[type=number]:focus {
  border-color: #E4E4E4;
  box-shadow: none;
  outline: inherit;
}

/* Select */
.ey-acf-select select {
  max-width: 100% !important;
  background-position: right 20px center;
  padding: 15px 4.076em 15px 24px !important;
}

/* Input[number], Select */
.ey-acf-phone, 
.ey-acf-select {
  margin-bottom: 20px !important;
}

.ey-acf-phone .acf-label label, 
.ey-acf-select .acf-label label  {
  line-height: 1.5em !important;
  font-weight: 500 !important;
}

.ey-acf-phone input, 
.ey-acf-select select {
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 400;
  -webkit-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
  border: 1px solid #E4E4E4;
  color: #7A7E83;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.02);
  min-height: 40px;
}

/* ACF Global Styles */
.acf-required {
  color: #071021 !important;
}

/* Global Styles*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

div#login #registerform p label::after {
  content: "*";
}