@import url('reset.css');
@import url('head.css');
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #E9F2FA;
}
#contact {
  flex: 1;
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;
  box-sizing: border-box;
}
#contact .center_form {
  margin-top: 30px;
  padding: 50px 25px;
  box-sizing: border-box;
  background-color: #fff;
}
#contact .center_form input,
#contact .center_form textarea {
  margin-bottom: 15px;
  display: block;
  background-color: #eee;
  color: #516375;
  font-size: 16px;
  border-radius: 15px;
  border: none;
  text-indent: 1em;
}
#contact .center_form input:nth-child(1),
#contact .center_form input:nth-child(2),
#contact .center_form input:nth-child(3),
#contact .center_form input:nth-child(5) {
  font-size: 16px;
  font-family: Gujarati MT-Regular;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
}
#contact .center_form input:nth-child(1),
#contact .center_form input:nth-child(2) {
  width: 370px;
  height: 50px;
}
#contact .center_form input:nth-child(3) {
  width: 100%;
  height: 50px;
}
#contact .center_form input:nth-child(5) {
  text-align: center;
  color: #fff;
  width: 163px;
  height: 40px;
  background: #00BCCD;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Gujarati MT-Bold, Gujarati MT;
  text-indent: 0.3em;
}
#contact .center_form textarea {
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
  outline: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Gujarati MT-Regular;
  font-weight: 500;
  color: #999;
}
#contact .center_form .xian {
  height: 1px;
  background-color: #ccc;
}
#contact .center_form .tiao {
  font-size: 16px;
  font-family: Gujarati MT-Regular;
  font-weight: 500;
  color: #999999;
  margin-top: 16px;
}
#contact .center_form .tiao a {
  color: #00BCCD;
}
