body,html{height:100%;height:100vh;padding:0;margin:0;line-height:1}*{line-height:inherit;box-sizing:border-box}body{background:linear-gradient(135deg,#ff884f,#fd84a7)}.app{height:100%;background-image:url(/static/img/client/login-bg.png);background-size:100% 100%;display:flex;align-items:center;justify-content:center}.form-wrapper{background:#fff;padding:80px;box-shadow:0 1px 6px 4px hsla(0,0%,53%,.14);border-radius:10px;width:470px}.form-wrapper input{background:#fff;padding:0 15px;font-size:12px;color:#333;line-height:38px;border:1px solid #dbdee8;display:block;width:100%;border-radius:4px;height:40px}.form-wrapper input:focus{outline-color:#ff6519;border-color:#f86e29}.form-item+.form-item{margin-top:20px}.form-group{display:flex;align-items:center;justify-content:space-between}.submit-btn{cursor:pointer;margin:0;padding:0;line-height:41px;border-radius:4px;color:#fff;font-size:16px;text-align:center;display:block;width:100%;outline:none;background:#ff5400;border:none}.submit-btn:hover{background:#fd7a39}.login-logo{text-align:center;margin-bottom:20px}.login-logo img{width:273px;height:53px}