input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.non-starked::after{
  content: '' !important; 
}

.form-item-areacode input.error {
  width: 100% !important;
}

.form-item-areacode input {
  width: 50px;
}

#agreement-error {
  display: none !important;
}

input[type=checkbox] + div.form-item--error-message{
  display: none !important; 
}

input[type=checkbox] ~ strong.form-item--error-message{
  display: none !important; 
}

.form-error{
  font-weight: bold; 
}