.form-control-lg {
  width: 300px;
  height: 40px;
  margin: 15px;
  color: #999999;
  font-size: 20px;
}

.col-form-label {
  color: #666;
  font-size: 20px;
  margin: 10px;
}

.form-row.odd {
  background-color: #eeeeee;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  width: 300px;
  height: 40px;
  margin: 15px;
  color: #999999;
  font-size: 20px;
}

