/* [project]/src/assets/styles/a1b2c3d4e5f6.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #5865f2;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg {
  z-index: -1;
  background: linear-gradient(135deg, #5865f24d 0%, #7289da4d 100%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.artwork-L5TAwQ {
  width: 100%;
  height: 100%;
}

.lc {
  z-index: 1;
  background: #36393f;
  border-radius: 5px;
  width: 784px;
  max-width: 90%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px #0003;
}

.lb {
  flex: 1;
  padding: 32px;
}

.qb {
  background: #36393f;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding: 32px;
  display: flex;
}

h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}

.st {
  color: #b9bbbe;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.fg {
  margin-bottom: 20px;
}

label {
  color: #b9bbbe;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

input {
  color: #dcddde;
  background: #202225;
  border: 1px solid #202225;
  border-radius: 3px;
  outline: none;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

input:focus {
  border-color: #00aff4;
}

.fp {
  color: #00aff4;
  margin-top: 4px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.fp:hover {
  text-decoration: underline;
}

.em {
  color: #fff;
  background: #f04747;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 10px;
  font-size: 14px;
  display: none;
}

.em.v {
  display: block;
}

.btn {
  color: #fff;
  cursor: pointer;
  background: #5865f2;
  border: none;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  transition: background .17s;
}

.btn:hover {
  background: #4752c4;
}

.rl {
  color: #949ba4;
  margin-top: 8px;
  font-size: 14px;
}

.rl a {
  color: #00aff4;
  text-decoration: none;
}

.rl a:hover {
  text-decoration: underline;
}

.qc {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.qr {
  background: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 176px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.qa {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.qs {
  background: #5865f2;
  width: 24px;
  height: 24px;
  animation: 2.2s ease-in-out infinite ra;
  position: absolute;
}

.qs.s1 {
  animation-delay: 0s;
}

.qs.s2 {
  animation-delay: 1.1s;
}

@keyframes ra {
  0%, 10% {
    transform: translate(-25px, -25px)scale(.6)rotate(0);
  }

  25%, 35% {
    transform: translate(25px, -25px)scale(.8)rotate(90deg);
  }

  50%, 60% {
    transform: translate(25px, 25px)scale(1)rotate(180deg);
  }

  75%, 85% {
    transform: translate(-25px, 25px)scale(.8)rotate(270deg);
  }

  100% {
    transform: translate(-25px, -25px)scale(.6)rotate(360deg);
  }
}

.qc h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.qc p {
  color: #b9bbbe;
  text-align: center;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.25;
}

.qc strong {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .lc {
    flex-direction: column;
    width: 100%;
    max-width: 480px;
  }

  .qb {
    display: none;
  }
}

/*# sourceMappingURL=src_assets_styles_a1b2c3d4e5f6_0qo4a~q.css.map*/