  .form_signup_one {
    margin-top: 6.66rem;
  }  

  .whitecolor {
    color: #fff;
  }

  .graycolor {
    color: #ccc;
  }

  .level {
    color: #ffb606;
    font-size: 1.2em;
    margin-left: 0.5em;
  }

  .hide {
    display: none;
  }

  .show {
    display: block;
  }

  .gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    visibility: hidden;
  }

  .btn_subscribe {
    background-color: #29013e;
    border-bottom: 2px solid #fff;
    border-radius: 0 !important;
    margin-bottom: 1.5em;
  }

  .btn_subscribe:hover,
  .btn_subscribe.active {
    background-color: #29013e;
    border-bottom: 2px solid #fd6b3b;
    color: #fd6b3b !important;

  }

  .passbox {
    display: none;
    min-height: 21em;
  }

  .passbox.active {
    display: block;
  }

  .top {
    float: left;
    border-bottom: 1px solid #EEE;
    padding-bottom: 1em;
  }

  .bottom {
    padding-top: 1em;
  }

  .btn_login {
    background-color: #fd6b3b;
  }

  #navHeader{
    height: 82px;
  }

  .footer-area {
    font-family:"Arial", "微軟正黑體", serif;
  }

  .item_group {
        background-color: #ffffff;
        border-radius: 8px;
        padding: 2.188rem;
    }

    .title_sign {
        margin-bottom: 1.875rem;
    }

    .title_sign h2 {
        font-size: 25px;
        font-weight: 600;
        color: #0b2238;
        margin-bottom: 8px;
    }

    .form-group label {
        font-size: 14px;
        font-weight: 400;
        color: #0b2238;
    }
