@import "../assets/css/variable";

.searchForm {
  rad-ui-checkbox {
    font-family: Circe;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: $color-additional-grey-text;

    input {
      border: none;
      border-radius: 4px;
      background-color: #f2f2f2;
    }

    .form-group {
      margin-bottom: 12px;
    }

    .form-control {
      height: 35px;
    }
  }

}

rad-ui-checkbox {
  input[type="checkbox"] {
    float: left;
  }
}
