.hotel-form .form-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hotel-form .form-group {
  width: 100%;
  display: inline-flex;
  vertical-align: auto;
  gap: 16px;
  margin-bottom: 16px;
}

.hotel-form .form-group .form-label {
  height: 34px;
  line-height: 34px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  min-width: 100px;
  text-align: right;
}

.hotel-form .form-group .form-label.required::before {
  content: "*";
  font-weight: 600;
  font-size: 14px;
  color: #FF3636;
}

.hotel-form .form-group .form-controls {
  flex: 1;
  height: 34px;
  line-height: 34px;
}

.hotel-form .input {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 14px;
  height: 34px;
  width: 310px;
}

.hotel-form .submit-button {
  width: 100%;
  max-width: 309px;
  height: 40px;
  padding: 0;
  border-radius: 8px;
  background: #026EFF;
}
