@charset "utf-8";
/* CSS Document */
.loginBg { margin-top: 1.2em; padding: 5.3% 0 10%; background: url(../images/login_bg.jpg) center center no-repeat;
background-size:cover;}
.loginBox { color: #666; width: 90%; max-width: 525px; margin: 0 auto; background-color: #fff;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.loginBox .conL { padding:3% 10% 5%;}
.loginBox .tit { margin-bottom: 1.3em; text-align: left; font-weight: bold; color: #000;
border-bottom: 0.2em solid #1279bf; line-height: 2.6;}
.loginBox .about { display: flex; justify-content: space-between;
align-items: flex-start;}
.loginBox a { color: #666; }
.loginBox a:hover { color: #1279bf;}
.loginBox .iW { margin-top: 0.7em; border: 1px solid #dfdfdf;
padding: 0 1em;}
.loginBox .input { display: block; font-size: 1em; width: 100%; border: 0; outline-width: 0; margin: 0; padding: 0;
 height: 2.4em; line-height: 2.4em;}
 .loginBox .btnW { margin-top: .8em;}
.loginBox .btnBlue { cursor: pointer; display: block; height: 3.4em; width: 100%; line-height: 2.4em; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}
.loginBox .about { margin-top: 0.7em;}

.loginBox .vCodeW { display: flex; justify-content:space-between; align-items: center;}
.loginBox .vCodeW .iW { flex: 1; margin-right: 0.6em;}
.loginBox .vCodeW .vCode { cursor: pointer; margin-top: 0.7em; }
.loginBox .vCodeW .vCode img { display: block; width: 6.94em; height: 2.4em; object-fit: contain; }
