/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
    .form-text1 {
        padding: 7px 14px;
        width: 10%;
    }
select2{
  /* Reduce top and bottom padding for all options */
  padding-top: 2px;
  padding-bottom: 2px;

  /* You may also try reducing the line-height, but browser support varies */
  line-height: 1.2;
}
