@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  min-width: 20rem;
  overflow-x: hidden;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color: rgb(245, 246, 249);
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: rgb(34, 37, 42);
}

.auth {
  padding: 0.625rem;
  display: flex;
  min-height: 100vh;
}
@media (width < 32.5rem) {
  .auth {
    padding: 0px;
    background-color: rgb(255, 255, 255);
  }
}
.auth__link {
  max-height: 2.5rem;
  position: absolute;
  top: 1.875rem;
  left: 5.625rem;
  z-index: 2;
}
@media (width <= 63.99875rem) {
  .auth__link {
    top: 0.9375rem;
    left: 0.9375rem;
  }
}
.auth__left {
  background-color: rgb(230, 236, 254);
  border-radius: 1.25rem;
  width: 50%;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 15rem 7.5rem 0px 0px;
  position: relative;
  overflow: hidden;
  background-image: url("/static/front/auth/img/auth_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1.25rem top 1.25rem;
}
@media (width <= 63.99875rem) {
  .auth__left {
    display: none;
  }
}
.auth__left::before {
  content: "";
  display: block;
  width: 21.1875rem;
  height: 21.1875rem;
  position: absolute;
  right: -15.9375rem;
  bottom: 3.125rem;
  background-color: rgb(103, 233, 190);
  filter: blur(17.3125rem);
  z-index: 1;
}
.auth__left::after {
  content: "";
  display: block;
  width: 21.1875rem;
  height: 21.1875rem;
  position: absolute;
  left: -15.625rem;
  top: 10.625rem;
  border-radius: 21.1875rem;
  background-color: rgb(206, 154, 244);
  filter: blur(17.3125rem);
  z-index: 1;
}
.auth__left-inner {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.auth__left-text {
  width: 18.75rem;
  font-size: 0.9375rem;
  color: rgb(34, 37, 42);
  line-height: 1.375rem;
  font-weight: 500;
  position: relative;
}
.auth__right {
  flex: 1 1 0%;
  display: flex;
  align-items: flex-start;
  padding: 1.875rem 0px 2.5rem 5.625rem;
}
@media (width <= 90.06125rem) {
  .auth__right {
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0px;
    margin-right: -0.625rem;
  }
}
@media (width <= 63.99875rem) {
  .auth__right {
    padding-top: 5rem;
    margin-right: 0px;
  }
}
@media (width < 32.5rem) {
  .auth__right {
    padding-top: 130px;
  }
}
.auth__right-block {
  width: 30.625rem;
  padding: 2.5rem;
  background-color: rgb(255, 255, 255);
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  height: max-content;
}
@media (width < 32.5rem) {
  .auth__right-block {
    width: 100%;
    padding: 0px 0.9375rem;
  }
}
.auth__right-block h1 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0px 0px 1.875rem;
  font-weight: 500;
}
.auth__right-block button {
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 0.625rem;
  display: inline-flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: 0.0625rem solid rgb(227, 227, 232);
  font-size: 0.8125rem;
  line-height: 1.125rem;
  will-change: border, box-shadow;
  border-radius: 0.5rem;
  height: 2.5rem;
  padding: 0.625rem 1.25rem;
  color: rgb(34, 37, 42);
  fill: rgb(34, 37, 42);
  background-color: rgb(255, 255, 255);
  transition: border 100ms linear, box-shadow 100ms linear, background-color 100ms linear, color 100ms linear, fill 100ms linear;
}
.auth__right-block button:hover {
  background-color: rgb(241, 241, 244);
}
.auth__right-block button:focus {
  background-color: rgb(241, 241, 244);
}
.auth__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.auth__form-label {
  margin-bottom: 0.625rem;
  display: inline-flex;
  position: relative;
}
.auth__form-label::after {
  content: "*";
  position: absolute;
  top: 0px;
  right: -0.5rem;
  color: rgb(255, 51, 51);
}
.auth__form-input-cover {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  font-style: normal;
  font-weight: normal;
  width: 100%;
}
.auth__form-input {
  width: 100%;
  position: relative;
}
.auth__form-input input {
  text-align: left;
  width: 100%;
  height: 2.5rem;
  padding: 0px 0.9375rem;
  border: 0.0625rem solid rgb(227, 227, 232);
  outline: none;
  box-sizing: border-box;
  border-radius: 0.25rem;
  background: rgb(255, 255, 255);
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: rgb(34, 37, 42);
  will-change: border, box-shadow;
  transition: border 200ms linear, box-shadow 200ms linear, color 200ms linear, background-color 200ms linear;
}
.auth__form-input input:hover {
  border: 0.0625rem solid rgb(199, 199, 209);
  background: rgb(255, 255, 255);
}
.auth__form-input input:focus {
  border: 0.0625rem solid rgb(0, 68, 204);
  box-shadow: rgb(0, 68, 204) 0px 0px 0px 0.0625rem inset;
  background: rgb(255, 255, 255);
}
.auth__form-input input.error {
  border-color: rgb(255, 51, 51);
  box-shadow: rgb(255, 51, 51) 0px 0px 0px 1px inset;
}
.auth__form-error {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: rgb(255, 51, 51);
  transition: opacity 100ms linear, transform 200ms ease-in-out, max-height 200ms ease-in-out, margin-top 200ms ease-in-out;
  opacity: 1;
  transform: translateY(0px);
  max-height: 6.25rem;
  margin-top: 0.3125rem;
  white-space: nowrap;
  left: 0px;
  text-align: left;
  position: relative;
  display: block;
}
.auth__form-legal {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding: 0px;
  user-select: none;
  cursor: pointer;
  color: rgb(34, 37, 42);
}
.auth__form-legal > input {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  width: 0.0625rem;
  height: 0.0625rem;
  margin: -0.0625rem;
}
.auth__form-legal > span {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  outline: none;
  padding: 0.0625rem;
  border: 0.0625rem solid rgb(227, 227, 232);
  background: rgb(255, 255, 255);
  border-radius: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  will-change: border, box-shadow;
  color: rgb(255, 255, 255);
  transition: border 200ms linear, box-shadow 200ms linear, color 200ms linear, background-color 200ms linear;
}
.auth__form-legal > span:hover {
  border-color: rgb(199, 199, 209);
}
.auth__form-agreement {
  position: relative;
  word-break: break-word;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: rgb(34, 37, 42);
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.auth__form-agreement > input {
  display: none;
}
.auth__form-agreement > span {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid rgb(227, 227, 232);
  border-radius: 0.25rem; /* Скругленные углы */
  margin-right: 0.625rem;
  position: relative;
  display: block;
  float: left;
}
.auth__form-agreement > span:hover {
  border-color: #0056b3;
}
.auth__form-agreement > span:focus {
  outline-color: #0056b3;
}
.auth__form-agreement > span.error {
  border: 0.0625rem solid rgb(255, 51, 51);
  box-shadow: rgb(255, 51, 51) 0px 0px 0px 0.0625rem inset;
}
.auth__form-agreement input:checked + span {
  background-color: #007BFF;
  border-color: #0056b3;
}
.auth__form-agreement input:checked + span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.625rem;
  height: 0.3125rem;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.auth__form-agreement > a {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.auth__form-agreement > a:hover {
  text-decoration: underline;
}
.auth__form > button {
  display: inline-flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: 0.0625rem solid rgb(0, 85, 255);
  font-size: 0.8125rem;
  line-height: 1.125rem;
  will-change: border, box-shadow;
  border-radius: 0.5rem;
  height: 2.5rem;
  padding: 0.625rem 1.25rem;
  color: rgb(255, 255, 255);
  fill: rgb(255, 255, 255);
  background-color: rgb(0, 85, 255);
  transition: border 100ms linear, box-shadow 100ms linear, background-color 100ms linear, color 100ms linear, fill 100ms linear;
}
.auth__form > button:hover {
  background-color: rgb(102, 153, 255);
  border-color: rgb(102, 153, 255);
}
.auth__form > button:focus {
  background-color: rgb(102, 153, 255);
  border-color: rgb(102, 153, 255);
}

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