@charset "UTF-8";
#find_before label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.info_form input {
  width: 100% !important;
}

.parsley-errors-list {
  color: red;
  margin-top: 5px;
}

/**
 * id 찾기 결과 팝업
 */
#find_after {
  text-align: center;
  padding: 20px;
}
#find_after > div.found-box {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 20px;
}
#find_after > div.found-box .found-wrap {
  font-size: 13px !important;
  line-height: 1.5em;
}
#find_after span {
  font-weight: bold;
  padding: 0 3px;
}
#find_after span.found-id {
  color: #f5232a;
}

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