html {
  box-sizing: border-box;
}

body {
  background: rgb(228, 228, 228);
}

.form_sec {
  max-width: 813px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 895px) {
  .form_sec {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .form_sec {
    width: calc(100% - 10px);
    margin: 0 auto;
    margin-left: 3%;
  }
}
.form_sec input[type=text i],
.form_sec input[type=email i] {
  width: 800px;
  height: 40px;
  outline: none;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  padding: 6px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .form_sec input[type=text i],
.form_sec input[type=email i] {
    width: 97%;
  }
}
.form_sec select {
  height: 30px;
  outline: none;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  margin-top: 15px;
  height: 40px;
}
.form_sec input[type=checkbox i] {
  transform: translateY(4px);
  width: 20px;
  height: 20px;
}
.form_sec textarea {
  width: 800px;
  height: 150px;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  padding: 12px 6px;
  margin-top: 15px;
}
@media (max-width: 895px) {
  .form_sec textarea {
    width: 96%;
  }
}
.form_sec button {
  border: none;
  width: 200px;
  height: 40px;
  background: #333;
  color: #fff;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .form_sec button {
    margin-top: 32px;
  }
}
.form_sec button:hover {
  opacity: 0.8;
}
.form_sec span.must {
  background: rgb(229, 3, 3);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  border-radius: 4px;
  margin-left: 12px;
}

.well-sm {
  background: #f8f8f8;
}

.well {
  border: none;
  box-shadow: none;
}

form p {
  margin: 0 0 30px;
}

.confirm_ttl {
  margin-bottom: 30px;
}

.form_sec.confirm {
  border: 1px solid #999;
}

p a.back {
  order: none;
  width: 200px;
  height: 40px;
  background: #333;
  color: #fff;
  transition: 0.5s;
  display: block;
  align-items: center;
  align-content: center;
  text-align: center;
}
p a.back:hover {
  opacity: 0.8;
}

span.must {
  background: rgb(229, 3, 3);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  border-radius: 4px;
  margin-left: 12px;
}/*# sourceMappingURL=custom_form.css.map */