.login{background-image:linear-gradient(45deg,#0f6ffa,#13bdce 33%,#0094d9 66%,#6fc7b5);background-size:100% 100%;height:100vh}.login-effect{background-size:400%;background-position:0 100%;animation:gradient-effect 10s ease-in-out 0s infinite normal none running}.login-title{font-weight:600;font-size:26px;line-height:40px;margin:50px 0 30px 0;color:#333}.login-content,.login-title{display:flex;justify-content:center}.login-content{align-items:center;height:100%;padding:0 20px}.login-content__card{background:#fff;width:988px;height:580px;border-radius:18px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);display:flex;justify-content:space-between}.login-content__illustration{display:flex;align-items:center;justify-content:center}.login-content__illustration img{height:580px;width:460px;border-radius:5px 0 0 5px}.login-content__illustration-description{position:absolute;height:580px;width:460px;margin-top:120px;margin-left:112px;color:#fff}.login-content__form{display:flex;flex-direction:column;flex:1}.login-content__form--item{margin-bottom:25px}.login-content__form--item .el-input__prefix{display:flex;align-items:center}.login-content__form--item i{line-height:42px}.login-content__form--item input{height:40px!important;line-height:40px!important}.login-content__form--captcha{position:relative;width:80px;height:34px!important;font-size:26px;display:flex;align-items:center;justify-content:center;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.login-content__form--btn{height:40px;margin-top:10px;align-items:center}.login-content__form--btn,.login-footer{width:100%;display:flex;justify-content:center}.login-footer{position:fixed;bottom:0;left:0;padding:20px 0;color:#fff;font-size:16px;background:hsla(0,0%,100%,0)}@keyframes gradient-effect{50%{background-position:100% 0}}