.ui-input-wrapper {
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  height: max-content;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.ui-input-wrapper, .ui-input-wrapper:before, .ui-input-wrapper:after {
  box-sizing: border-box;
}
.ui-input-wrapper .ui-input-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}
.ui-input-wrapper .ui-input-label {
  margin-bottom: 11px;
}
.ui-input-wrapper .ui-input-description {
  margin-top: 6px !important;
}
.ui-input-wrapper .ui-input {
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
}
.ui-input-wrapper .ui-input::-webkit-outer-spin-button, .ui-input-wrapper .ui-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ui-input-wrapper .ui-input::-webkit-outer-spin-button, .ui-input-wrapper .ui-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ui-input-wrapper .ui-input[type=time]::-webkit-calendar-picker-indicator {
  background: none;
}
.ui-input-wrapper .ui-input::placeholder {
  color: #979797;
}
.ui-input-wrapper .ui-input:-webkit-autofill, .ui-input-wrapper .ui-input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
  -webkit-box-shadow: 0 0 0px 1000px inherit inset;
}
.LayoutLogin {
  min-height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.LayoutLogin .ant-layout-footer {
  padding: 0;
}
.LayoutLogin__header {
  background: linear-gradient(90deg, #6767fd, #4040c4, #0f0f93);
  padding: 0 16px;
  height: 70px;
}
@media (min-width: 1320px) {
  .LayoutLogin__header {
    padding: 0 40px;
  }
}
.LayoutLogin__header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.LayoutLogin__header-left {
  display: flex;
  align-items: center;
  gap: 32px;
}
.LayoutLogin__logo {
  display: flex;
  align-items: center;
}
.LayoutLogin__logo img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
}
.LayoutLogin__header-nav {
  display: none;
  gap: 20px;
  margin-left: 40px;
}
@media (min-width: 1320px) {
  .LayoutLogin__header-nav {
    display: flex;
  }
}
.LayoutLogin__header-nav-link {
  color: #fff;
  font-weight: 600;
}
.LayoutLogin__header-nav-link:hover {
  color: rgba(255, 255, 255, 0.85);
}
.LayoutLogin__header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1320px) {
  .LayoutLogin__header-actions {
    gap: 60px;
  }
}
.LayoutLogin__social-links {
  display: none;
}
@media (min-width: 1320px) {
  .LayoutLogin__social-links {
    display: flex;
  }
}
.LayoutLogin__auth-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.LayoutLogin__auth-btn {
  background: #fff;
  color: #2a4ae0;
  font-weight: 500;
}
.LayoutLogin__auth-btn--active {
  color: #fff;
  background: #1409b7;
}
.LayoutLogin__burger-menu {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media (min-width: 1320px) {
  .LayoutLogin__burger-menu {
    display: none;
  }
}
.LayoutLogin__content {
  padding: 20px 16px;
  flex: 1 1 auto;
}
@media (min-width: 1320px) {
  .LayoutLogin__content {
    padding: 20px 40px;
  }
}
.LayoutLogin__breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
}
.LayoutLogin__content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
}
.LayoutLogin__footer {
  background: #1a1a91;
  color: #fff;
  padding: 0;
}
.LayoutLogin__footer-columns-desktop {
  display: none;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-columns-desktop {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 40px;
  }
}
.LayoutLogin__footer-columns-inner {
  display: flex;
  gap: 32px;
}
.LayoutLogin__footer-columns-mobile {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 16px;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-columns-mobile {
    display: none;
  }
}
.LayoutLogin__footerCol {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.LayoutLogin__footer-brand-logo {
  display: block;
  height: 126px;
  width: 150px;
}
.LayoutLogin__footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 16px;
  background-color: #0a0a62;
  position: relative;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-bottom {
    padding: 40px;
  }
}
.LayoutLogin__footer-bottom-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-bottom-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.LayoutLogin__footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.LayoutLogin__footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fff;
}
.LayoutLogin__footer-copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.LayoutLogin__footer-version {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-version {
    justify-content: space-between;
    text-align: right;
  }
}
.LayoutLogin__app-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1320px) {
  .LayoutLogin__app-links {
    flex-direction: row;
    gap: 20px;
  }
}
.LayoutLogin__app-link {
  display: flex;
}
.LayoutLogin__app-link img {
  display: block;
  width: 120px;
  height: auto;
}
.LayoutLogin__footer-dev-text {
  font-weight: 600;
  color: #fff;
}
.LayoutLogin__circles-wrapper {
  display: none;
}
@media (min-width: 1320px) {
  .LayoutLogin__circles-wrapper {
    display: block;
    position: absolute;
    right: calc(50% - 300px);
    top: 0;
    z-index: 1;
    width: 600px;
    height: 206px;
    overflow: hidden;
  }
}
.LayoutLogin__circles-group {
  position: absolute;
  right: calc(50% - 300px);
  top: -250px;
  height: 600px;
  width: 600px;
}
.LayoutLogin__footer-decor-logo {
  display: none;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-decor-logo {
    display: block;
    position: absolute;
    right: calc(50% - 100px);
    top: 0;
    height: 200px;
    width: 200px;
  }
}

.RegisterHint {
  display: none;
  position: absolute;
  align-items: flex-start;
  background: linear-gradient(180deg, #4b6fff 0%, #001a99 100%);
  color: #fff;
  padding: 20px 24px;
  border-radius: 12px;
  max-width: 280px;
  box-shadow: 0 8px 20px rgba(0, 26, 153, 0.2);
  right: calc(50% - 550px);
  top: 300px;
}
@media (min-width: 1320px) {
  .RegisterHint {
    display: inline-flex;
  }
}
.RegisterHint__icon {
  position: absolute;
  top: -12px;
  left: -12px;
  font-size: 20px;
  color: #4b6fff;
  transform: rotate(-20deg);
  background: #fff;
  border-radius: 50%;
  padding: 3px;
}
.RegisterHint__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.RegisterHint__title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}
.RegisterHint__text {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
  margin: 0;
}

.LogoSpace {
  display: flex;
  align-items: center;
  gap: 16px;
}
.LogoSpace__link {
  display: flex;
  align-items: center;
}
.LogoSpace__link img {
  width: 24px;
  height: 24px;
  border-radius: 5px;
}

.NavigationColumn h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.NavigationColumn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.NavigationColumn ul li {
  font-size: 14px;
  margin-bottom: 6px;
}
.NavigationColumn ul li a {
  color: #c8c8e0;
}
.NavigationColumn ul li a:hover {
  color: #fff;
}

.ContactInformation h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.ContactInformation__details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  color: #c8c8e0;
  font-size: 14px;
}

.LegalInformation h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.LegalInformation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.LegalInformation ul li {
  font-size: 14px;
  margin-bottom: 6px;
}
.LegalInformation ul li a {
  color: #c8c8e0;
}
.LegalInformation ul li a:hover {
  color: #fff;
}
.loading-box-container {
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: all 0.1s;
}
.loading-box-container[data-visible=true] {
  z-index: 100;
  opacity: 1;
}
.loading-box-container .spinner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}

/*# sourceMappingURL=main~11.43253a82.css.map*/