input[type=tel],
input[type=email],
textarea {
  border-bottom: 0.0925em solid #a0bba0;
  width: 100%;
  background: none;
}

/* Copied from input + .el-notif-req of forms.css */
input[type=tel] + div.el-notif-req,
input[type=email] + div.el-notif-req,
textarea + div.el-notif-req,
#id_captcha + div.el-notif-req,
.el-field-ac > div.el-notif-req {
  position: absolute;
  right: 0;
  bottom: 0;
}

select + div.el-notif-req {
  position: absolute;
  top: 0.8rem;
}

input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  border-color: #f8af11;
}

input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #a0bba0;
}
div.el-field-ac > div.el-field-ac-val::after,
div.el-field-acmult > div.el-field-ac-val::after {
  display: none;
}
div.el-field-ac > div.el-field-ac-val > img,
div.el-field-acmult > div.el-field-ac-val > img {
  position: absolute;
  right: 0;
  width: 1.15625em;
  height: 1.15625em;
  content: "";
  background-image: url("/static/img/ic_close_tab.svg");
  background-size: contain;
  cursor: pointer;
}
