/*
created for sign-up page.
*/
/*
Boxful sass variables
*/
div.loginContainer img.howitworkline {
  margin-top: 10px;
  margin-bottom: 15px;
}

div.login-detail {
  font-size: 21px;
  line-height: 1.7;
  padding-bottom: 5px;
}

/*
Boxful sass base
*/
/*
Boxful sass variables
*/
div.loginContainer img.howitworkline {
  margin-top: 10px;
  margin-bottom: 15px;
}

div.login-detail {
  font-size: 21px;
  line-height: 1.7;
  padding-bottom: 5px;
}

.btn {
  display: inline-block;
  width: 256px !important;
  height: 48px;
  line-height: 48px;
  border-radius: 99em !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  padding: 0 !important;
  border: 0 none;
}
.btn:hover {
  border-radius: 99em !important;
}

.bootgrid-header .btn {
  width: 40px !important;
  height: 40px;
  line-height: auto;
  border-radius: 0 !important;
}

.btn-primary {
  background: #f8d340 !important;
  color: #444;
}
.btn-primary:hover {
  background: #d3b022 !important;
  border-radius: 100px !important;
  color: #fff;
}

.btn-secondary {
  color: #00c4b3;
}
.btn-secondary:hover {
  background: #00c4b3 !important;
  border-radius: 100px !important;
  color: #fff;
}
.btn-secondary.btn-disabled {
  border: 2px solid #d8d8d8;
  background: transparent !important;
}

.btn-disabled {
  background: #ebe9e9 !important;
  color: #fff;
}

.btn-small {
  width: 152px !important;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .btn {
    display: block;
    font-size: 14px;
    border-radius: 99em !important;
    padding: 10px 0 !important;
    width: 312px !important;
    height: auto !important;
    line-height: inherit;
    margin: 0 auto;
  }
}
@media screen and (max-width: 370px) {
  .btn {
    width: 260px !important;
  }
}
div.home-title h1 {
  font-size: 30px;
  letter-spacing: 1px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  font-weight: bold;
  margin: 0;
}

div.home-title h2 {
  font-size: 30px;
  letter-spacing: 1px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 767px) {
  div.home-title h1 {
    font-size: 22px;
  }

  div.home-title h2 {
    font-size: 22px;
  }
}
div#box1 {
  color: #000;
}

.nav > li.current {
  display: none;
}

img.loginImage {
  padding-bottom: 20px;
}

div.login-detail {
  min-height: 40px;
  line-height: 1.25;
}

div.loginContainer {
  padding-top: 160px;
  width: 750px;
  margin: auto;
  padding-bottom: 50px;
}

div#box1 {
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: static;
  max-width: none;
  font-size: 16px;
}

div#box1 input, div#box1 select {
  font-size: 15px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  background: #fff;
  padding: 0 20px;
  color: #000;
  height: 40px;
  margin-left: 0px;
  margin-top: 0;
  border: 2px solid #e6e7e8;
  width: 90%;
  border-radius: 4px;
}

div.login {
  width: 60%;
  margin: auto;
}

div#box1 button, a#regionSubmit {
  width: 90%;
  padding: 10px 24px;
}

fieldset.insideBox {
  position: static;
  bottom: none;
  width: 85%;
  margin: auto;
}

a#forgotPw {
  color: #00c4b4;
  font-size: 16px;
}
a#forgotPw:hover {
  color: #00c4b4;
}

@media screen and (max-width: 767px) {
  div.loginContainer {
    padding-top: 50px;
    width: auto;
  }

  div.login {
    width: 100%;
    padding-bottom: 70px;
  }

  div.login-detail {
    font-size: 15px;
    line-height: 1.5;
    min-height: 0;
  }

  div#boxful-home-main, .box1-bg {
    height: 455px;
  }

  fieldset div.login-row {
    padding: 5px 0;
  }

  div#box1 img {
    width: 150px;
  }

  div.login-detail {
    font-size: 14px;
  }

  div#box1 .login-row input {
    width: 100%;
  }
}

/*# sourceMappingURL=boxful-login-sass.css.map */
