@charset "UTF-8";
/**
 * @file	: _style/dialogForm.css
 * @author	: (주)아람씨앤씨 - 조일환
 * @brief	: 버튼 CSS 파일
 **/
 /* 기본 dialogForm import */
@import url(../../../../style/dialogForm.css);


/**
 * @brief 비번입력 폼
 * @TODO :
 **/
div.chkPrivacyPop {width: auto; height:auto;}
div.chkPrivacyPopForm {width: auto; height: auto;min-height: 100px;text-align: center;}
div.chkPrivacyPopForm h2{width:auto;margin: 15px 0px;padding: 0;font-weight: bold;text-align: center;}
div.chkPrivacyPopForm h2.white{color:#fff;}
div.dlog_warningStr {width:auto; height: auto; min-height: 30px; margin-top: 15px; padding: 8px 0px;font-weight: bold;}
div.dlog_warningStr span {color:#B8DC65;font-weight: bold;}
div.dlog_warningStr h2 {color:#fff;}
div.submitForm {width:auto; height: auto; min-height: 40px; font-size: 15px;font-weight: bold;}


.submitForm input[type="text"],
.submitForm input[type="password"] {
  font-size: 15px;
  width: 180px;
  height: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid #b2bfc7;
  padding-left: 12px;
}