/* Project styles layered on top of the utility framework. */

.form-input {
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid rgb(203 213 225);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: rgb(15 23 42);
  background-color: #fff;
}

.form-input:focus {
  outline: 2px solid rgb(15 23 42);
  outline-offset: 1px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
