﻿*{box-sizing:border-box}
html,body{width:100%;height:100%;font-size:14px}
.loginWraper{position:absolute;width:100%;left:0;top:0;bottom:0;right:0;background:url(/static/images/loginbg.webp) no-repeat center;background-size:cover}
.loginCnt{width:370px;height:410px;position:absolute;left:50%;top:50%;background:rgba(255,255,255,0.95);margin-top:-150px;margin-left:150px;overflow:hidden;border-radius:8px;}
.loginHeader{padding-top:12px;text-align:center;font-size:20px;padding-bottom:10px}
.loginInputs{padding:0 35px 0 35px;}
.loginBottom{padding:20px 35px 0 35px;}
.input-text{height:36px}
.loginBottom button{width:100%;height:36px}
.vcodecnt{display:inline-block;height:36px;width:105px}
.vcodecnt img{display:inline-block;cursor:pointer}