.background_form[data-v-5f8f4e78] {
  background-color: var(--grey-white);
}
.auth[data-v-5f8f4e78] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100svh;
  width: 100%;
}
.background_image[data-v-5f8f4e78] {
  background: var(--red-gradient), url(./bg-auth-girl.DlKesl7x.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotateY(180deg);
}
.form_container[data-v-5f8f4e78] {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 10px;
  width: 100%;
}
.form[data-v-5f8f4e78] {
  display: flex;
  flex-direction: column;
  width: clamp(300px, 420px, 460px);
}
#logo_div[data-v-5f8f4e78] {
  align-items: center;
  display: flex;
  justify-content: center;
}
.logo[data-v-5f8f4e78] {
  width: 220px;
}
@media screen and (max-width:1300px) {
  .form[data-v-5f8f4e78] {
    display: grid;
    grid-template-rows: 180px 1fr;
    width: 100%;
  }
}
@media screen and (max-width:360px) {
  .form[data-v-5f8f4e78] {
    display: grid;
    grid-template-rows: 180px 1fr;
    width: 100%;
  }
}
@media screen and (max-width:1100px) {
  .auth[data-v-5f8f4e78] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100svh;
    width: 100%;
  }
  .background_image[data-v-5f8f4e78] {
    display: none !important;
  }
}
