﻿body { line-height: 1; font-family: "MyCustomFont"; margin: 0; padding: 0;}
div { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; font-family: "MyCustomFont";}
:focus { outline: 0;}
button { font-family: "MyCustomFont"; cursor: pointer; border: 0}
a { text-decoration: none;}

/*強制停用輸入法*/
/*.disabledIME .dxeEditArea { ime-mode: disabled !important;}*/

.login_lag {cursor: pointer; margin-left:3px;}
.login_lag span {display: none;}
.login_lag:hover span { display: block; position: absolute; margin-left: -1px; margin-top: 3px}
.login_lag_btn {border: 0;border-radius: 50%;background-color: black;width: 23px; height: 23px; color:white !important; margin: 2px 0; padding: 2px 4px}
.login_lag_btn:hover {background-color: #124ea1;cursor: pointer;}
.loginbg p {display:flex; justify-content:center; margin:10px 0}
.loginbg p:before ,  .loginBG p:after {content:'—'}
.loginbg {
    background: url(../../_images/login/loginBGw.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inputbg {
    background: url(../../_images/login/loginINPUTbgw.png) center no-repeat;
    padding: 8% 20% 10% 20%
}
.loginput{background-color:#ffffff96; border:none; padding:10px; margin:7px 0; color:#44608e; width:280px; height:20px; font-size:16px}
.loginbtn {
    background: url(../../_images/login/loginBTNw.jpg) center no-repeat;
    padding: 10px;
    font-weight: bold;
    color: black;
    border: none;
    width: 300px !important;
    height: 20px;
    font-size: 18px
}
.loginbtn:hover {-webkit-filter:saturate(1.4)}
@media (max-width:1500px){.loginbg {background-size:140%}}
#Login1_frm_Captcha_captcha_IMGD { margin-left: -30px}
.dxca-imageDiv {width:140px !important; float:left; background-color:#44608e !important}
.dxca-imageDiv img { margin-left: -30%;height: 43px !important}

#TbCode {width: 42% !important; float:right; margin-top:-50px; margin-right:-13%; height:36px; font-size:16px}

#Login1_frm_Captcha_0_Cap {margin-left: -30px;}
#Login1_frm_Captcha_captcha_RIMG {
    background: url(../../_images/login/login_refresh.png) center no-repeat;
    height: 32px;
    width: 32px;
}
.login_cloud div[class*="dxbTSys"] {width: 360px}
@media (max-width:768px){
.loginbg {background-size:cover}
.inputbg {padding: 4% 20%;box-shadow: 1px 1px 21px 1px #4f3e19;}
.dxca-imageDiv {width: 135px !important;float: left}
.dxca-imageDiv img { margin-left: -15%; height:40px !important;width: 200px !important}
#TbCode {width: 32% !important;float: right;margin-top: -50px; margin-right: -10px}
}
@media (max-width:600px){.inputbg {padding:7% 5%;}}
