.max-button[data-v-944a1fee] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  padding: 14px 32px;
  font-weight: 600;
  background-color: #0080FF;
  border-radius: 10px;
  line-height: 100%;
}
.max-button[secondary][data-v-944a1fee] {
  padding: 14px 16px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.max-button[green][data-v-944a1fee] {
  background-color: #0a9a49;
}
.max-button[disabled][data-v-944a1fee] {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.4);
}
.max-button[outlined][data-v-944a1fee] {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.max-button[data-v-944a1fee]:hover {
  filter: brightness(103%);
}
.max-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 10px;
  background: #fff;
  gap: 10px;
  color: #160526;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}
.social-button[data-v-944a1fee]:hover {
  filter: brightness(105%);
}
.social-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee]:disabled {
  pointer-events: none;
  filter: grayscale(1);
}
.social-button svg[data-v-944a1fee] {
  max-width: 24px;
  max-height: 24px;
}
.label[data-v-64189b7a] {
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
  position: relative;
}
.label.required[data-v-64189b7a]::after {
  content: "*";
  color: red;
  position: absolute;
  top: 0;
  right: -8px;
}
div.input-wrapper[data-v-64189b7a] {
  position: relative;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
div.input-wrapper input[data-v-64189b7a] {
  font-size: 16px;
  padding: 10px 16px;
  color: #fff;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3) !important;
  width: 100%;
  height: 44px;
}
div.input-wrapper input[data-v-64189b7a]:not([disabled]), div.input-wrapper input[data-v-64189b7a]:not([readonly]) {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
div.input-wrapper input:not([disabled]).input--error[data-v-64189b7a], div.input-wrapper input:not([readonly]).input--error[data-v-64189b7a] {
  border: 1px solid rgba(250, 2, 21, 0.6) !important;
  box-shadow: 0 0 9px 0 rgba(250, 2, 21, 0.6);
  animation: shake 0.3s;
  outline: none !important;
}
div.input-wrapper input[type=password][data-v-64189b7a] {
  font-size: 24px;
  font-family: Verdana, serif !important;
  padding-top: 8px;
}
div.input-wrapper input[disabled][data-v-64189b7a], div.input-wrapper input[readonly][data-v-64189b7a] {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
div.input-wrapper input[data-v-64189b7a]:disabled:not([readonly]) {
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
}
div.input-wrapper input[data-v-64189b7a]:-webkit-autofill, div.input-wrapper input[data-v-64189b7a]:-webkit-autofill:hover, div.input-wrapper input[data-v-64189b7a]:-webkit-autofill:focus, div.input-wrapper input[data-v-64189b7a]:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0.3);
}

/*# sourceMappingURL=2.0b6377cc.css.map*/