/* [project]/src/assets/styles/f6e5d4c3b2a1.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%;
}

.rc {
  z-index: 1;
  background: #36393f;
  border-radius: 5px;
  width: 480px;
  max-width: 90%;
  padding: 32px;
  position: relative;
  box-shadow: 0 2px 10px #0003;
}

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

.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;
}

.bd {
  gap: 10px;
  display: flex;
}

.bd select {
  color: #dcddde;
  cursor: pointer;
  appearance: none;
  background: #202225 url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dcddde' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right 10px center / 16px no-repeat;
  border: 1px solid #202225;
  border-radius: 3px;
  outline: none;
  flex: 1;
  padding: 10px 36px 10px 10px;
  font-size: 16px;
}

.bd select:focus {
  border-color: #00aff4;
}

.bd select option {
  color: #dcddde;
  background: #202225;
}

.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;
}

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

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

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

.tt {
  color: #949ba4;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.4;
}

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

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

/*# sourceMappingURL=src_assets_styles_f6e5d4c3b2a1_10kw26f.css.map*/