.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;
}
