
.etc-error {
  position: absolute;
  top: 38px;
  right: 0;
  background: #fec3c7;
  font-size: 11px;
  color: #fc2c3c;
  padding: 0 5px;
  pointer-events: none;
  z-index: 13;
}


.field {
  font-size: 1.2rem;
  position: relative;
}
.field .field-input {
  width: 100%;
  border: none;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  outline: 0;
}
.field .field-input:focus, .field .select-field:focus {
  outline: 0;
  border-color: #2677ae;
}
.field .select-field {
  outline: 0;
  width: 100%;
  border: none;
  background-color: #ffffff;
  color: #000000;
  border-width: 0px;
  border-bottom: 1px solid #cccccc;
}
.field select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.field .field-textarea {
  outline: 0;
  border: none;
  border-bottom: 1px solid #cccccc;
  resize: none;
}

.field{
  padding-bottom: 1rem;
}
.field input.error {
  border-color: #d0042e;
}
.field label.error{
  padding: 1rem 0 0 2rem;
}
.error {
  color: #d0042e;
}
.field-input{
  padding: 2rem;
}

.field .error {
    color: #d0042e;
}
