.layout-auth {
  background-color: #014141;
}
.layout-auth .q-page-container {
  top: 35px;
  left: 35px;
  bottom: 35px;
  width: 450px;
  padding: 35px;
  position: absolute;
  background-color: white;
}
.layout-auth__logo {
  width: 272px;
  height: 65px;
  flex-shrink: 0;
}
.layout-auth__img {
  top: 50%;
  left: 50%;
  width: 796px;
  height: 796px;
  position: absolute;
  margin-left: 350px;
  transform: translateY(-45%) translateX(-50%) scale(1.2);
}
body.mobile .layout-auth {
  background-color: #014141;
}
body.mobile .layout-auth .q-page-container {
  top: unset;
  left: unset;
  bottom: unset;
  width: 100%;
  height: 100svh;
  padding: 2rem;
  position: relative;
  border-radius: 0;
}
body.mobile .layout-auth__logo {
  width: 10.46rem;
  height: 2.5rem;
}