.form-group {
    position: relative;
}

.form-label {
    position: absolute;
    font-size: .8em;
    top: 4px;
    left: 6px;
    text-transform: uppercase;
}

.form-item {
    width: 100%;
    border: 1px solid #b6b6b3;
    border-radius: 3px;
    padding-left: 6px;
    padding-right: 7px;
    padding-top: 25px;
    padding-bottom: 4px;
}

.custom-select {
  height: 52px;
  font-size: inherit;
}

/* <button.circle> */

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

/* </button.circle> */
