.login{width:100%;height:100%;background-color:#2d3a4b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.login .logCenter{width:450px}.login .logCenter .title{width:100%;text-align:center;color:#fff;font-weight:800;font-size:30px;margin-bottom:40px}.login .logCenter .inputOut{width:100%;height:49px;border:1px solid hsla(0,0%,100%,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 20px 0 10px;background-color:rgba(0,0,0,.3);margin-bottom:22px;border-radius:6px}.login .logCenter .inputOut .figure{width:20px;height:20px}.login .logCenter .inputOut .input{width:380px;color:#111;height:47px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:12px 5px 12px 15px}.login .logCenter .loginButton{width:100%;height:48px}.login .logCenter .call{margin-top:10px;width:100%;height:48px;border-radius:6px;text-align:center;line-height:48px;background:#fff}