body {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'anton';
  src: url('../fonts/Anton.ttf');
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'iconfont';
  /* Project id 3808014 */
  src: url('//at.alicdn.com/t/c/font_3808014_7s7i5ki7zdn.woff2?t=1670160205704') format('woff2'), url('//at.alicdn.com/t/c/font_3808014_7s7i5ki7zdn.woff?t=1670160205704') format('woff'), url('//at.alicdn.com/t/c/font_3808014_7s7i5ki7zdn.ttf?t=1670160205704') format('truetype');
}
.iconfont {
  font-style: normal;
  font-family: 'iconfont';
}
@keyframes loading {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
  }
}
@keyframes bgAnimate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
#login {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
#login .alert {
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  color: #842029;
  display: none;
}
#login .brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 65px;
  font-family: 'Anton';
  text-align: center;
  line-height: 1.2;
}
#login .description {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
#login .copy-right {
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
#login .form {
  margin-top: 30px;
  width: 300px;
  background-color: #fff;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px;
}
#login .form .row {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
}
#login .form .row label {
  width: 50px;
  font-size: 23px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#login .form .row input {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #eee;
  padding: 12px 12px 12px 50px;
  flex-grow: 1;
  outline-color: #764ba2;
}
#login .form .row input::placeholder {
  color: #aaa;
}
#login .form .row input:focus + label {
  color: #764ba2;
}
#login .form button {
  background-color: #764ba2;
  border: none;
  color: #fff;
  width: 100%;
  padding: 12px 0;
  border-radius: 5px;
}
#login .form button span {
  display: inline-block;
  animation: loading 1s linear infinite;
}
#bg-animate.area {
  background: #764ba2;
  background-image: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
}
#bg-animate .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#bg-animate .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: bgAnimate 25s linear infinite;
  bottom: -150px;
}
#bg-animate .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
#bg-animate .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
#bg-animate .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
#bg-animate .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
#bg-animate .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
#bg-animate .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
#bg-animate .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
#bg-animate .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
#bg-animate .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
#bg-animate .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
