@charset "UTF-8";
html {
  font-size: 10px !important; }

body {
  color: #666;
  background: #f1f1f1;
  min-height: 100%;
  font-size: 15px;
  font-family: '微軟正黑體', Arial;
  padding: 0 15px; }

a, button {
  display: inline-block;
  cursor: pointer; }

a {
  color: #2170d0; }
  a:hover, a:focus {
    color: #1a58a4; }

img {
  max-width: 100%;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */ }

.material-icons {
  font-size: 110%;
  vertical-align: middle; }

*[disabled], *[readonly] {
  pointer-events: none;
  border-color: transparent;
  cursor: not-allowed;
  opacity: .45;
  box-shadow: none; }

/*  RESET AMAZEUI
--------------------------------------------------------*/
.am-modal-dialog {
  width: 90%;
  max-width: 540px;
  border-radius: 7px;
  background: #fff; }

.am-modal-hd {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px; }

.am-modal-bd {
  padding: 20Px; }

/*  TAB
--------------------------------------------------------*/
.div_tab {
  max-width: 372px;
  margin: 7vh auto -7vh;
  width: 100%;
  display: flex;
  background: #e0e0e0;
  border-radius: 10px 10px 0 0;
  overflow: hidden; }
  .div_tab .tab {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 10px;
    color: #666;
    transition: all .2s;
    text-align: center;
    flex: 1; }
    .div_tab .tab:hover, .div_tab .tab:focus {
      background: rgba(255, 255, 255, 0.3);
      color: #2170d0; }
    .div_tab .tab.active {
      background: #fff;
      color: #2170d0; }

/*  LAYOUT
--------------------------------------------------------*/
.div_logo img {
  max-height: 80px; }

.div_login_wrap {
  max-width: 372px;
  margin: 7vh auto 20px;
  padding: 20px 35px;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  background: #fff; }

.div_tab + .div_login_wrap {
  border-radius: 0 0 10px 10px;
  padding-top: 5px; }

.footer-btn a {
  color: #555; }
  .footer-btn a:hover, .footer-btn a:focus {
    color: #333; }

.pageTitle {
  position: relative;
  margin: 0 0 15px;
  line-height: 1; }
  .pageTitle:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 50%; }
  .pageTitle span {
    display: inline-block;
    font-size: 25px;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    color: #333; }

/*  BTN
--------------------------------------------------------*/
.btn {
  padding: 10px 15px;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all .2s; }

.btn-xl {
  font-size: 18px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-main {
  background: #2170d0;
  color: #fff; }
  .btn-main:hover, .btn-main:focus {
    background: #1a58a4; }

.btn-line {
  padding: 0px;
  border-width: 2px;
  background: #24c201;
  color: #fff; }
  .btn-line:hover, .btn-line:focus {
    border: 2px solid #1b8f01; }

.btn-google {
  padding: 0px;
  border-width: 2px;
  background: #ddd;
  color: #333;
  font-weight: bold; }
  .btn-google:hover, .btn-google:focus {
    border: 2px solid #c4c4c4; }

.btn-account {
  padding: 0px;
  border-width: 2px;
  background: #ddd;
  color: #333;
  font-weight: bold; }
  .btn-account:hover, .btn-account:focus {
    border: 2px solid #c4c4c4; }

.divider {
  position: relative;
  height: 16px;
  margin-bottom: 15px;
  line-height: 1; }
  .divider:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
    position: absolute;
    left: 0;
    top: 8px; }
  .divider span {
    display: inline-block;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    color: #333; }

/*  表單
--------------------------------------------------------*/
.form-group {
  margin-bottom: 15px; }
  .form-group .label {
    display: none; }
  .form-group .form-field {
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid #9f9e9e;
    padding: 10px 12px;
    color: #555; }

.input-group {
  display: flex; }
  .input-group .input-group-label {
    flex: 0 0 45px;
    align-items: center;
    color: #555;
    background: #F9F9F9;
    border-radius: 3px 0 0 3px;
    border: 1px solid #D3D3D3;
    border-right: 0;
    padding: 10px;
    text-align: center; }
  .input-group .form-field {
    flex: 1;
    border-radius: 0 3px 3px 0; }

/*  驗證碼
--------------------------------------------------------*/
#div_captcha {
  position: relative;
  height: 47px; }
  #div_captcha .input-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.refresh {
  background: #2170d0;
  display: block;
  background: #607D8B;
  width: 37px;
  height: 43px;
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 1px;
  right: 1px;
  border-radius: 0 2px 2px 0;
  transition: all 0.15s; }
  .refresh a {
    display: block;
    height: 45px;
    color: #F4F4F4;
    line-height: 45px; }

#CaptchaInputText {
  height: 45px;
  border-radius: 2px; }

#CaptchaImage {
  height: 43px;
  margin: 0;
  position: absolute;
  right: 37px;
  top: 1px;
  z-index: 1;
  border-left: 1px solid #D3D3D3;
  background: url(//s3.hicloud.net.tw/systemlead/arc/images/comomimg/Generatedefault.jpg);
  background-size: 106%; }

/*  google驗證碼
--------------------------------------------------------*/
@media (max-width: 479px) {
  .g-recaptcha {
    transform: scale(1);
    transform-origin: 0; } }
@media (max-width: 379px) {
  .g-recaptcha {
    transform: scale(0.9);
    transform-origin: 0; } }
@media (max-width: 329px) {
  .g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0; } }
/*  回傳訊息
--------------------------------------------------------*/
#divMsg {
  border-radius: 2px;
  margin: 10px 0;
  color: #dd514c;
  background-color: rgba(221, 81, 76, 0.15);
  border-color: #f5cecd; }
  #divMsg.success {
    color: #35a035;
    background-color: rgba(94, 185, 94, 0.15);
    border-color: #c9e7c9; }
  #divMsg ul {
    margin: 0; }

/*# sourceMappingURL=loginCommon.css.map */
