#fg-form {
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2.625rem;
  padding: 4.375rem 7.5rem;
}

#fg-form h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 2rem;
  margin-top: 2.8125rem;
  margin-bottom: 1.875rem;
}

#fg-form h2.first {
  margin-top: 0;
}

#fg-form .form-group {
  margin-bottom: 1.25rem;
}

#fg-form label {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5625rem;
  letter-spacing: 0.125rem;
  color: #1A1918;
  min-height: 2.75rem;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  padding-right: 0;
}

#fg-form label .text-danger {
  display: none;
}

#fg-form .radio {
  padding: 0;
  margin: 0;
  margin-top: 1.875rem;
}

#fg-form .radio:first-child {
  margin-top: 0;
}

#fg-form .radio label,
#fg-form label.radio-inline {
  padding-left: 3.125rem;
  line-height: 2.25rem;
}

#fg-form label.radio-inline {
  display: inline-block;
  width: 6.25rem;
}

#fg-form .radio input[type=radio],
#fg-form .radio-inline input[type=radio] {
  margin: 0;
  left: 0;
  width: 2.25rem;
  height: 2.25rem;
}

#fg-form label.checkbox-inline {
  display: inline-block;
  width: 33.333%;
  margin: 0;
  margin-bottom: 7px;
  padding-left: 40px;
}

@media (max-width: 767px) {
  #fg-form label.checkbox-inline {
    width: 100%;
    padding-left: 35px;
  }
}

#fg-form label.checkbox-inline[for^="merchant-types_"] {
  width: auto;
  margin-right: 50px;
}

@media (max-width: 767px) {
  #fg-form label.checkbox-inline[for^="merchant-types_"] {
    width: 100%;
  }
}

#fg-form [type="checkbox"] {
  width: 30px;
  height: 30px;
  margin: 0;
  left: 0;
  top: -4px;
}

@media (max-width: 767px) {
  #fg-form [type="checkbox"] {
    width: 25px;
    height: 25px;
  }
}

#fg-form .g-recaptcha > div {
  margin: 0 !important;
}

#fg-form .col-sm-8 {
  width: 75%;
}

#fg-form .col-sm-4 {
  width: 25%;
}

#fg-form .col-sm-4:last-child {
  text-align: right;
  padding-left: 0;
}

#fg-form .form-control {
  height: 2.75rem;
  font-size: 1rem;
  padding: 0 0.9375rem;
  line-height: 2.75rem;
  color: #1A1918;
}

#fg-form .form-control[name="others"] {
  margin-top: -1.5625rem;
  margin-bottom: 1.5625rem;
}

#fg-form .tac {
  margin: 2.5rem 0;
}

#fg-form .tac a {
  color: #e20917;
}

#fg-form .btn[name="submit-btn"] {
  display: inline-block;
  width: 13rem;
  line-height: 3.375rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.3125rem;
  border-radius: 3.375rem;
  padding: 0;
  margin: 0;
  width: 20rem;
  border: 1px solid transparent;
  background: #e20917;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  #fg-form .btn[name="submit-btn"] {
    width: 208px;
    line-height: 54px;
    font-size: 16px;
    letter-spacing: 5px;
    border-radius: 54px;
    margin-left: auto;
    margin-right: auto;
  }
}

#fg-form .btn[name="submit-btn"]:focus, #fg-form .btn[name="submit-btn"]:hover {
  border: 1px solid #e20917;
  background: #fff;
  color: #e20917;
}

#fg-form .btn[name="submit-btn"]:focus:before, #fg-form .btn[name="submit-btn"]:hover:before {
  background-image: url(../img/button/Path_Color.svg);
}

#fg-form .btn[name="submit-btn"]:before {
  content: '';
  position: absolute;
  background-image: url(../img/button/Path.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  width: 0.9375rem;
  height: 0.75rem;
}

@media (max-width: 767px) {
  #fg-form {
    border-radius: 1.875rem;
    padding: 1.875rem 2.8125rem;
  }
  #fg-form .col-sm-8 {
    width: 100%;
  }
  #fg-form .col-sm-4 {
    width: 100%;
  }
  #fg-form .col-sm-4:last-child {
    text-align: left;
    padding-left: 15px;
  }
}
/*# sourceMappingURL=form.css.map */