.form_col {
  margin: 0 0 10%;
  overflow: hidden;
}
.form_col_inner {
  width: 40%;
  margin: 3% auto 0;
}
.form_col .cap {
  margin: 0 -70px 30px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.form_text {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.2;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.form_text:focus {
  border: 1px solid #00a0e9;
  box-shadow: none;
}
.form_text.error {
  border: 1px solid #efcac6;
  background-color: #ffddd9;
}

.msg_error {
  color: #fd193f;
}

.supply {
  color: #999;
  font-size: 11px;
}

.link_supply {
  margin: 10px 0 0 0;
  font-size: 10px;
  text-align: center;
}
.link_supply a {
  margin: 0 5px 0 0;
  @inline-block;
}

.info_msg {
  margin: 30px 0 0 0;
  padding: 0 0 0 18px;
  background: url("../../../../image/sw/cu/common/icon_main_alert.png") left top no-repeat;
  background-size: 14px 14px;
  font-size: 11px;
}
.info_msg .emph {
  font-weight: bold;
}