.primary-bg-color{
 background-color:#26374e;
}
.secondary-bg-color{
background-color: #1d9766;
}
.gray-bg-color{
    background-color: #f1ece8;
}

.booking-form {
 width: 80%;
    margin: 0 auto;
    padding: 25px;
    background: #fff;
    color: #000;
}

div.elem-group {
  margin: 10px 0;
}

div.elem-group.inlined {
  width: 49%;
  display: inline-block;
  float: left;
  margin-left: 1%;
}

label {
  display: block;
  font-family: 'Nanum Gothic';
  padding-bottom: 10px;
  font-size: 1.25em;
}

input, select, textarea {
   border: 2px solid #777;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 1.25em;
    width: 100%;
    padding: 5px;
}

div.elem-group.inlined input {
  width: 95%;
  display: inline-block;
}

textarea {
  height: 250px;
}

hr {
  border: 1px dotted #ccc;
}

button {
  height: 50px;
  background: orange;
  border: none;
  color: white;
  font-size: 1.25em;
  font-family: 'Nanum Gothic';
  border-radius: 4px;
  cursor: pointer;
  padding: 0 12px;
}

