@charset "UTF-8";
.custom-form .form-section {
  margin-top: 30px;
  margin-bottom: 30px; }
.custom-form .form-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 991px) {
    .custom-form .form-row {
      margin-bottom: 0; } }
  .custom-form .form-row > .col, .custom-form .form-row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px; }
.custom-form .form-group {
  position: relative;
  margin-bottom: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 22px; }
  .custom-form .form-group.focused .custom-form-label {
    -webkit-transform: translateY(-125%);
            transform: translateY(-125%); }
    @media screen and (max-width: 991px) {
      .custom-form .form-group.focused .custom-form-label.textarea-label {
        top: 12px; } }
  .custom-form .form-group.non-input-ele {
    margin-bottom: 8px;
    margin-top: 8px;
    padding-top: 0;
    padding-bottom: 0; }
    .custom-form .form-group.non-input-ele > label {
      margin-bottom: 0; }
  .custom-form .form-group.error-msg {
    padding-top: 0;
    padding-bottom: 0; }
.custom-form .custom-form-label {
  position: absolute;
  left: 22px;
  right: 55px;
  top: 22px;
  margin-bottom: 0;
  color: #c6c6c6;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  pointer-events: none; }
.custom-form .form-label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.8em; }
  .custom-form .form-label.theme-line-label {
    border-bottom: 1px solid #4c4948; }
    @media (max-width: 991px) {
      .custom-form .form-label.theme-line-label {
        color: #4c4948; } }
.custom-form .form-control {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  border-width: 1px; }
.custom-form .custom-select {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  color: #495057;
  vertical-align: middle; }
.custom-form .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }
.custom-form .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-form .custom-control-input:checked ~ .custom-control-label:after {
    background: #ed6d00; }
.custom-form .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer; }
  .custom-form .custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-form .custom-control-label:after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: #fff; }
  .custom-form .custom-control-label:before, .custom-form .custom-control-label:after {
    border-radius: 50%;
    top: 0.3em;
    border: 1px solid #ed6d00;
    width: Max(0.65rem, 13px);
    height: Max(0.65rem, 13px); }
  @media (max-width: 991px) {
    .custom-form .custom-control-label {
      color: #4c4948; } }
.custom-form .checkbox-container label {
  display: block;
  position: relative;
  top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 30px;
  margin-bottom: 0;
  font-size: 20px; }
  @media (max-width: 991px) {
    .custom-form .checkbox-container label {
      color: #4c4948; } }
  .custom-form .checkbox-container label input:checked ~ .checkmark {
    left: 8px;
    top: 4px;
    width: 9px;
    height: 16px;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-color: #ED6D00; }
.custom-form .checkbox-container .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 2px solid #c6c6c6;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.custom-form .checkbox-container input {
  display: none; }
.custom-form span.field-validation-error {
  color: #ff0000;
  margin-top: 3px;
  font-size: 16px; }
.custom-form .form-note {
  font-size: 18px; }
.custom-form.theme-simple-line .custom-form-label {
  left: 15px;
  font-size: 16px;
  line-height: 1.35; }
  @media (max-width: 991px) {
    .custom-form.theme-simple-line .custom-form-label {
      font-size: 14px; } }
  .custom-form.theme-simple-line .custom-form-label.textarea-label {
    right: auto; }
    @media screen and (max-width: 991px) {
      .custom-form.theme-simple-line .custom-form-label.textarea-label {
        left: 22px; } }
.custom-form.theme-simple-line .form-control {
  color: #4c4948;
  height: auto;
  padding: 6px 15px;
  border-radius: 0;
  border-color: #e6e6e5;
  font-size: 20px;
  background: #ffffff;
  /*&:hover,
  &:focus {
      box-shadow: none;
      border-color: $border;
  }*/ }
  .custom-form.theme-simple-line .form-control::-webkit-input-placeholder {
    color: #c6c6c6; }
  .custom-form.theme-simple-line .form-control::-moz-placeholder {
    color: #c6c6c6; }
  .custom-form.theme-simple-line .form-control:-ms-input-placeholder {
    color: #c6c6c6; }
  .custom-form.theme-simple-line .form-control:-moz-placeholder {
    color: #c6c6c6; }
.custom-form.theme-simple-line .form-control,
.custom-form.theme-simple-line .custom-select {
  border-color: #9f9f9f;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  border-color: #707070;
  font-family: "Lato", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial"; }
.custom-form.theme-simple-line .custom-select {
  padding: 4px 42px 3px 0px;
  font-size: 22px;
  height: auto;
  border-radius: 0;
  border-color: #707070;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff url("../assets/img/icon/arrow-dropdown.svg") no-repeat calc(100% - 15px) center; }
  .custom-form.theme-simple-line .custom-select:focus, .custom-form.theme-simple-line .custom-select:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }
  @media (max-width: 991px) {
    .custom-form.theme-simple-line .custom-select {
      font-size: 20px; } }
@media screen and (max-width: 991px) {
  .custom-form.theme-simple-line textarea.form-control {
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    padding-left: 7px;
    padding-right: 7px; } }
.custom-form .btn {
  cursor: pointer;
  font-family: "Lato", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial"; }
  .custom-form .btn.btn-primary, .custom-form .btn.btn-secondary {
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    border-radius: 0;
    font-size: 17px;
    padding: 17px 15px;
    background: #ed6d00; }
    .custom-form .btn.btn-primary:hover, .custom-form .btn.btn-primary:focus, .custom-form .btn.btn-secondary:hover, .custom-form .btn.btn-secondary:focus {
      background: rgba(237, 109, 0, 0.8); }
  .custom-form .btn.btn-secondary {
    background: #707070; }
    .custom-form .btn.btn-secondary:hover, .custom-form .btn.btn-secondary:focus {
      background: rgba(112, 112, 112, 0.8); }

.form-response {
  display: none; }

/*# sourceMappingURL=form.css.map */