html{height:100%}body.login-page{height:auto;background:url(../img/login-bj.jpg) no-repeat center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;color:rgba(255,255,255,.95)}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#000;opacity:.8}input:-moz-placeholder,textarea:-moz-placeholder{color:#000}input::-moz-placeholder,textarea::-moz-placeholder{color:#000}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#000}.login-page .container{min-height:100vh;z-index:999;padding:20px;position:relative}.content{width:460px;height:640px;display:flex;position:fixed;text-align:center;justify-content:center}.content .left{width:288px;height:auto;position:absolute;top:100px;right:-840px}.content .left img{width:100%;height:100%}.content .right{width:400px;height:400px;position:absolute;top:300px;right:-900px;background:#fff;border-radius:12px}.has-shadow{-webkit-box-shadow:0 0 9px 3px rgba(0,0,0,0.1);box-shadow:0 0 9px 3px rgba(0,0,0,0.1)}.form-group{width:408px;height:400px;margin:40px 0}.userLogin{height:40px;color:#109f92;font-size:20px}.form-group .userName input{height:48px;border:1px solid #e6e6e6;margin-top:20px;text-fill-color:#999;-webkit-text-fill-color:#999;font-size:16px}input.input-material{width:320px;padding-left:44px}.u_user{width:24px;height:24px;background:url(../img/user.png) no-repeat;position:absolute;margin:32px 14px}.u_password{width:24px;height:24px;background:url(../img/lock.png) no-repeat;position:absolute;margin:32px 14px}input:focus{outline:0}.login{width:320px;height:48px;background:#109f92;color:#fff;border:0;margin-top:20px;cursor:pointer;font-size:18px;border-radius:4px}.rem{margin-top:16px;color:#666}#username-error,#password-error{color:#f00;font-weight:bold;display:none;text-align:left;padding:5px 0 0 0}