

/* Start:/local/templates/tvoy-sexshop-2022/components/bitrix/system.auth.authorize/.default/style.css?16971945972834*/
.auth {
  max-width: 300px !important;
  padding: 0 !important;
  margin: 10px auto 60px !important;
  font-size: 14px;
}
.auth-text {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 100%;
}
.auth-form {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #383838;
}
.auth-title {
  color: #6F548F;
  position: relative;
  margin: 0 0 55px;
  text-align: start;
}
.auth-title::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/local/templates/tvoy-sexshop-2022/components/bitrix/system.auth.authorize/.default/../../../../assets/images/backgrounds/popular_header.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 137px;
  height: 123px;
  top: -32px;
  left: -10px;
  z-index: -1;
}
.auth-email {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.auth-email__title {
  font-weight: 500;
  margin-bottom: 4px;
  text-align: start;
}
.auth-email__input {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
}
.auth-pass {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.auth-pass__title {
  font-weight: 500;
  margin-bottom: 4px;
  text-align: start;
}
.auth-pass__input {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
}
.auth-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.auth-checkbox__title {
  font-weight: 500;
}
.auth-checkbox__input {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.auth-btn {
  background: #EC4570;
  border-radius: 62px;
  padding: 12px 24px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: white;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.auth-btn:hover {
  background: #CA3862;
}
.auth-bottom {
  font-weight: 500;
}
.auth-bottom__link {
  color: #EC4570;
  text-decoration: none;
}
.auth-forgot-pass {
  display: block;
  font-weight: 500;
  margin-top: 15px;
  color: #EC4570;
  text-decoration: none;
}

.auth-bg {
  position: relative;
}
.auth-bg:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 10%;
  width: 1300px;
  height: 500px;
  background: #E5E0E6;
  border-radius: 50%;
  transform: rotate(-19deg);
  z-index: -1;
}

@media (max-width: 992px) {
  .auth {
    max-width: 300px !important;
    padding: 0 !important;
    margin: 10px auto 50px !important;
  }
  .auth-title {
    text-align: center;
  }
  .auth-title::before {
    width: 137px;
    height: 123px;
    top: -46px;
    left: -10px;
  }
  .auth-bg:after {
    top: 50%;
    left: 60%;
    width: 750px;
    height: 400px;
    transform: rotate(-19deg);
  }
}
@media (max-width: 768px) {
  .auth {
    max-width: 330px !important;
    padding: 0 15px !important;
    margin: 10px auto 40px !important;
  }
  .auth-title {
    text-align: center;
  }
  .auth-title::before {
    width: 137px;
    height: 123px;
    top: -46px;
    left: -10px;
  }
}
/* End */
/* /local/templates/tvoy-sexshop-2022/components/bitrix/system.auth.authorize/.default/style.css?16971945972834 */
