/* *****************************
 * Import file to Scss or Sass.
 **************************** */
/* ------------ Color Code Import ------------ */
/* $darkBlue: #3498db; */
/*===========================
#loginArea
============================*/
#pageSet {
  width: 800px;
  margin: 0 auto; }

#loginArea {
  padding: 30px 100px;
  background: #fff;
  border: 1px solid #CfF4AB; }
  #loginArea .inputArea {
    margin: 10px 0; }
    #loginArea .inputArea.md_error_contents {
      padding-bottom: 20px;
      margin-bottom: 20px; }
    #loginArea .inputArea .passwordArea {
      position: relative; }
      #loginArea .inputArea .passwordArea .typeChange {
        position: absolute;
        height: 40px;
        top: 50%;
        right: 6px;
        margin-top: -20px;
        padding: 12px 6px;
        font-size: 12px; }
        #loginArea .inputArea .passwordArea .typeChange:active {
          top: 50% !important;
          margin-top: -18px; }
  #loginArea .catchCopy {
    margin: 10px 0px 0;
    background: #ffc;
    color: #f80;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    border: 1px solid #fc0; }
  #loginArea .link {
    margin-top: 30px;
    display: table;
    width: 100%;
    text-align: center; }
    #loginArea .link .left,
    #loginArea .link .right {
      display: table-cell;
      width: 50%; }
  #loginArea .lead {
    line-height: 1.6;
    font-size: 16px;
    margin: 10px 2px 5px;
    font-weight: bold;
    text-align: center; }
    #loginArea .lead .catch {
      font-weight: bold;
      font-size: 20px; }
    #loginArea .lead .text {
      font-size: 12px;
      margin-top: 30px;
      font-weight: normal;
      text-align: left; }
  #loginArea .btn {
    margin: 5px 0px 0;
    text-align: center; }
  #loginArea .passBtn {
    margin: 5px 20px 10px;
    text-align: center; }
  #loginArea .md_hintCopy {
    margin: 15px 2px 15px; }

/*============================
#signupArea
============================*/
