@import '../variable';

::-ms-clear {
  display: none;
}

::-ms-reveal {
  display: none;
}

.form-control {
  height: 36px;
  font-size: 13px;
  line-height: 19px;
  font-family: Circe;

  &:focus {
    border-color: $color-additional-blue;
    box-shadow: none;
  }
}

.requiredStar {
  color: $color-main-red;
  font-family: Roboto;
  margin-left: 5px;
}

.grey-input .form-control,
.form-control.grey-input {
  border: none;
  border-radius: $button-border-radius;
  background-color: $color-spare-grey-text;
}

.grey-input .form-control:focus,
.form-control:focus.grey-input {
  background-color: $color-spare-grey-text;
}
