@charset 'UTF-8';

a,
.btn,
.form-control {
  &:focus {
    outline: thin dotted;
  }
}
