form {
  margin-top: 2rem;
  text-align: left;
}

input[type="text"],
input[type="password"],
textarea,
.outer-select .inner-select {
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #d8d8d8 !important;
  background: transparent;
  border-radius: 5px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #a18c6b !important;
}

.outer-select .inner-select {
  height: 38px;
}

.outer-select select {
  font-size: 14px;
  height: 100% !important;
  z-index: 10000;
}

label {
  position: relative;
  /* top: 30px; */
  /* left: 10px; */
  z-index: 100;
  color: #545454;
  font-weight: 400 !important;
  cursor: text;
  transition: all 0.35s ease;
  margin: 0 !important;
  padding: 0;
  pointer-events: none;
}

.field-grid-submit button {
  border: 1px solid #a18c6b;
  color: #a18c6b;
  cursor: pointer;
}

.field-grid-submit button:hover {
  background: #a18c6b;
}

.field-grid-submit button:disabled {
  cursor: wait;
  border-color: #a1a1a1;
  background: #b1b1b1;
  color: #dcdcdc;
}

.field-grid-item {
  margin-bottom: 1.5rem;
}

.field-icon {
  border-color: #d8d8d8;
}

.field-icon .icon {
  color: #a1a1a1;
}

.input-with-checkbox {
  cursor: pointer;
}

.input-with-checkbox span {
  font-size: 15px;
}

.input-with-checkbox input[type="checkbox"] {
  border-radius: 2px !important;
}

.input-with-checkbox input[type="checkbox"]:focus {
  outline: 2px solid #a18c6b;
  outline-offset: 2px;
}

label.input-with-checkbox {
  top: 0;
  left: 0;
  border-color: #d8d8d8;
  pointer-events: initial;
}

.field-checkboxes label.input-with-checkbox,
.field-radios label.input-with-radio {
  margin-top: 5px !important;
  cursor: pointer;
}

.field-checkboxes {
  position: relative;
}

.field-checkboxes .input[type="checkbox"],
.field-checkboxes input[type="radio"] {
  margin-top: 1px;
}

input[type="checkbox"] {
  margin-top: 1px !important;
}

.field-with-headline {
  padding-top: 3rem;
}

.field-with-headline h2 {
  padding-left: 0;
  font-size: 1.2em;
}

.field-with-headline h2:before {
  display: none;
}

.field-with-headline:first-child {
  padding-top: 0;
}

input[type="checkbox"],
input[type="radio"] {
  margin-top: 0 !important;
}

.field-radios {
  top: -2.5em;
}

p.error {
  background: tomato;
  border: 1px solid #d03a1f;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  margin: 1em 0 2em;
  padding: 12px 10px;
}

.field-captcha {
  border-radius: 5px;
  overflow: hidden;
}

.field-captcha input[type="text"] {
  border-bottom-width: 0;
  border: 0;
}

.outer-select .select-text {
  font-weight: 400;
  color: #545454;
}

@media (max-width: 450px) {
  .field-grid-submit button {
    width: 100%;
    margin: 1rem 0 0;
  }
}
