﻿@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;
  padding: 0% 1%;
}

@media (min-width: 768px) {
  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;
  }
}
@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;
  }
}
#header h2 {
  color: #f77709;
}

#Register {
  height: 100vh;
}

/*




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;
}



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;
}*/
/*    html {
    overflow-Y: auto;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    color: #495057;
}

.select2 {
    display: block;
    width: 80%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.content {
    background-color: #fff;
    border-color: #000000;
    border-width: 3px;
    padding: 5px 3px 0px 3px;
    border-radius: 10px;
    width: 110%;
}

.button {
    padding-top: 10px;
}

.display {
    display: flex;
}

.align {
    vertical-align: -15px;
    display: inline-flex;
}

.text-w {
    width: 30px;
}

.document {
    background-color: #fff;
    border: none;
    border-bottom-color: #fff;
    color: #011eff;
}

.pb {
    padding-bottom: 2%;
}

*/
