.login-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh;background-color:#545c64}.login-wrapper .el-input-group__prepend{border-radius:12px;border-top-right-radius:0!important;border-bottom-right-radius:0!important;width:4rem}.login-wrapper .el-input__inner{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.login-wrapper .title{margin:1rem;margin-bottom:2rem;font-size:30px}.login-wrapper .login-form{width:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@supports(width:clamp(400px,500px,600px)){.login-wrapper .login-form{width:clamp(400px,500px,600px)}}.login-wrapper .login-form .login-inner{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#454a4e;border-radius:10px;-webkit-box-shadow:0 0 5px 1px #2b2d30;box-shadow:0 0 5px 1px #2b2d30;color:#fff;padding:1rem 0}.login-wrapper .opts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.login-wrapper footer{height:30px}.login-wrapper footer span{color:#aaa;font-size:12px}