﻿@charset "UTF-8";
/*
* Site參數檔
*
* @版本:v1.0.0
* @更新日期:
* @說明:
*       網站共用css參數
*       
*/
/*-------------*/
/**系統設定參數**/
/*
* Site參數檔
*
* @版本:v1.0.0
* @更新日期:
* @說明:
*       網站共用css參數
*       
*/
/*-------------*/
/**系統設定參數**/
html {
  height: 100%;
}

body {
  height: auto;
  background-image: url("/Images/login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: left;
}

@media (min-width: 768px) {
  form[name=searchForm] {
    margin: 15px 0px;
    padding: 10px 0px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 2px 16px 22px 0px rgba(210, 211, 255, 0.5);
    max-width: 460px;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  form[name=searchForm] {
    margin: 15px 0px;
    padding: 0px 0px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 2px 16px 22px 0px rgba(210, 211, 255, 0.5);
    max-width: 100vw;
    border-radius: 10px;
  }

  .control-title {
    text-align: right;
  }
}
#center {
  position: absolute;
  top: 10%;
  width: 100%;
}

#bgItem {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  #bgItem {
    display: none;
  }
}

label.inputIcon {
  position: absolute;
  width: 30px;
  line-height: 36px;
  left: 12px;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
}

label.watchIcon {
  top: 0;
  position: absolute;
  width: 30px;
  line-height: 40px;
  right: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
}

#txtPASS_NO, #txtPASS_WD, #txtEMAIL {
  height: 40px;
  padding-left: 40px;
}

#header h2 {
  color: #f77709;
}
#header h3 {
  color: #f77709;
}
a.btn-login {
  font-size: 20px;
  width: 100%;
}

.error-msg {
  color: #dd1144;
}

.loadingClass {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.loadingClass div {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 90px;
  width: 66px;
  margin-top: -45px;
  margin-left: -33px;
}

.loadingClass span {
  padding-top: 12px;
  position: absolute;
  font-size: 32px;
  margin-left: -36px;
}

#title {
  padding: 20px 20px 7px 20px;
  color: white;
  text-align: center;
}
#title h1 {
  font-size: 60px;
}
