
.gbooklist form{
  width: 100%;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.gbooklist ul,.gbooklist li{ padding: 0; margin: 0; list-style: none;}
.gbooklist form ul{
  margin-top: 20px;
  width: 100%;
  display: flex;flex-wrap: wrap;
}
.gbooklist form ul li{
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.gbooklist form ul li:nth-child(2n){
  margin-right: 0px;
}
.gbooklist form ul li p{
  font-size:14px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.gbooklist form ul li input{
  font-size:16px;
  width: 100%;
  border:1px solid #333;
  height: 40px;
  padding:5px;
  font-family: "GL";
}
.gbooklist form ul li:last-child{
  width: 100%;
  margin-right: 0;
}
.gbooklist form ul li textarea{
  width: 100%;
  height: 180px;
  padding:5px;
  border:1px solid #333;
  font-family: "GL";
  font-size:16px;
}
.gbooklist form .red_btn{
  padding: 8px 35px;
  font-family: "GL";
  border-radius: 50px;
  border:1px solid #333;
  color:#333;
  font-size:16px; cursor: pointer;
}
.gbooklist form .red_btn:hover{
  color:#fff;
  background: #333;
}