.login-wrap{width:100%;height:100vh;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-pack:center;-ms-flex-pack:center;justify-content:center;background-image:linear-gradient(-45deg,#f5ae11,#09f3c8,#f1de09,#e10505);background-size:400% 400%;-webkit-animation:gradientFlow 15s ease infinite;animation:gradientFlow 15s ease infinite}@-webkit-keyframes gradientFlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradientFlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.ms-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.ms-login{width:90%;max-width:400px;padding:2rem;border-radius:10px;background-color:hsla(0,0%,100%,.65);backdrop-filter:blur(6px);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-pack:center;-ms-flex-pack:center;justify-content:center}.login-btn button{width:100%;height:50px;border-radius:25px;background-color:#39b7ab;font-size:1rem}.login-input input{border:none;border-bottom:1px solid #bfc3d5;background-color:transparent;outline:none;font-size:1rem;margin-left:.5rem;margin-top:1rem;width:100%}.login-input i{font-size:1.25rem;font-weight:700;color:#39b7ab;margin-top:.5rem}.sendbut{border-radius:25px!important;border:1px solid #a79e9e!important;height:40px;margin-top:.5rem!important;width:6rem}.el-input-group__append,.el-input-group__prepend{background-color:hsla(0,0%,100%,.15);color:#151515;vertical-align:middle;display:table-cell;position:relative;border:0 solid #dcdfe6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}@media (max-width:768px){.ms-login{width:80%;padding:1.5rem}.ms-title{font-size:1.5rem}.login-btn button{height:45px}}@media (max-width:480px){.ms-login{width:90%;padding:1rem}.ms-title{font-size:1.25rem}.login-btn button{height:40px}}