.default-form .form-group select, .default-form .form-group input{
    position: relative;
	display: block;
	width: 97%;
	height: 40px;
	font-size: 13px;
	color: #777777;
	line-height: 34px;
	font-weight: 400;
	border-radius: 4px;
	padding: 10px 20px 10px 20px;
	background: white;
	border: 1px solid #e0e0e0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

#one-way{
    width: 25%;
}
  .flight-search-form {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    line-height: 15px;
    width: 100%;
    max-width: 100%;
  }
  #flight{
    background-color:#DF2027;
    color: white;
  }
  #flight:hover{
    background-color: black;
  }
  .form-group-row {
    display: flex;
    gap: 30px;
    align-items: center;
  }


  label {
    font-weight: bold;
    font-size: 12px;
  }

  select,
  input[type="date"],
  .search-button {
    padding: 6px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
  }

  .search-button {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
    width: 100%;
  }

  .search-button:hover {
    background-color: #555;
  }