
.input {
  position: relative;
  display: block;
}
.input.has-input .input-label{
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.input.has-input .input-field, .input.has-input .textarea-field {
  padding: 1.4rem 0.8rem 0.34rem;
}

.input-label {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 0 0.8rem;
  margin-top: 0.2rem;
  overflow: hidden;
  font-size: 0.8rem;
  color: #018699;
  opacity: 0;
  transition: all 200ms ease-out;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;


}

textarea-label {
  background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 92%, rgba(255,255,255,0) 96%, rgba(255,255,255,0) 100%);
}

.form-control.input-field {
  display: block;
  height: 53px;

  padding: 0.94rem 0.8rem 0.8rem;
  color: inherit;
  background-color: var(--whitebg);
  appearance: none;
  transition: all 200ms ease-out;
}

.form-control.textarea-field {
  height: auto;
}

#request-form select, #help-form select {
  height: auto;
  width: auto;
}

#request-form select.state-field, #help-form select  {
  width: 100%;
}

.input-field:focus {
  box-shadow: 0 0 0 2px #018699;
  outline: 0;
}

.select-placeholder {
  color: #6C757D;
}
.select-placeholder.has-input {
  color: #000;
}

.res_address  {
  padding-bottom: 20px;
}
.res_address.selected  {
  padding-bottom: 0px;
}
.error {
  font-size:.8rem;
}

.btn {
  color: #fff;
  /*background-color: #ed1c24;*/
  background-color: #E12726;
  border: none;
}
.btn:hover {
  color: #fff;
  background: #df111a;
  border: none;
}
.btn-secondary {
  color: #fff;
  background-color: #595959;
  border: none;
}
.btn-secondary:hover {
  color: #fff;
  background: #484848;
  border: none;
}
.container li a {
  margin-bottom: 1rem;
}
.opt-in-warn {
  margin-bottom:25px;
}

.state-privacy label {
  padding-left:15px;
}

select.required::after, label.required::after {
  content: "*";
  color:red;
  right:5px;
  top:0px;
  position: absolute;
}


label.onerequired::after {
  content: "⁺";
  color:red;
  right:5px;
  top:0px;
  position: absolute;
}

.limit-use{
  margin-left: 19px;
}

.limit-use .CA-options{
  margin-left: -4px;
  margin-right: 4px;
}
