body {
  background-color: rgba(0, 0, 0, 0.7176470588);
}

.login__form {
  width: 757rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 5rem 20rem -2rem rgba(255, 255, 255, 0.1764705882);
}
.login__form form {
  display: flex;
  flex-direction: column;
  gap: 30rem;
  padding: 80rem 112rem 100rem;
}
.login__form h1 {
  font-family: "TikTok Sans";
  font-size: 36rem;
  font-weight: 900;
  line-height: 110%;
  margin: 0 0 20rem;
}
.login__form label {
  position: relative;
}
.login__form label a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 40rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.login__form input {
  width: 100%;
  height: 32rem;
  box-shadow: none;
  border: 0.5rem solid #2A8EDC;
  background-color: rgba(42, 143, 220, 0.0666666667);
  color: #2A8EDC;
  font-size: 16rem;
  outline: none;
  padding: 0 10rem;
  position: relative;
}
.login__form input::placeholder {
  color: rgba(42, 143, 220, 0.7803921569);
}
.login__form input[type=password] + a {
  background-image: url(/design/img/icon_pass_hide.svg);
}
.login__form input[type=text] + a {
  background-image: url(/design/img/icon_pass_show.svg);
}
.login__form .btn {
  width: 251rem;
}

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