.page-template-login {
  height: 100vh;
  display: flex; }

.login-section {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 20px; }
  .login-section .button {
    width: 100%; }
    .login-section .button-login {
      margin: 12px 0; }
  .login-section .input-wrap {
    margin-bottom: 10px; }
  .login-section .checkbox-label {
    margin: 23px 0 36px; }
  .login-section__inner {
    background: #fff;
    box-shadow: 0 0 10px #f0f0f0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 100%; }
  .login-section__left {
    width: 37%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex-shrink: 0;
    min-width: fit-content; }
  .login-section__title {
    text-align: center;
    margin-bottom: 37px; }
  .login-section__forms {
    min-height: 320px;
    position: relative; }
  .login-section__form {
    background: #fff; }
    .login-section__form-wrap {
      width: 266px;
      min-width: 266px;
      margin-right: 31px; }
    .login-section__form-register {
      display: none;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .login-section__no-registered {
    text-align: center;
    margin: 22px 0 13px;
    font-size: 14px; }
  .login-section__right {
    width: 63%; }
  .login-section__image-wrap {
    position: relative;
    aspect-ratio: 100 / 55; }
  .login-section__image {
    border-radius: 1000px 0 0 1000px;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .login-section__logo-wrap {
    right: 14%;
    top: 0;
    translate: 0 -63%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 10px #0001;
    border-radius: 10px;
    width: 284px;
    aspect-ratio: 284 / 138;
    max-width: calc(100% - 20px); }
  .login-section__logo {
    width: 67%;
    height: 50%;
    object-fit: contain; }

.eye {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 58px;
  background: url(../img/eye.svg) center/24px no-repeat;
  cursor: pointer;
  transition: var(--delay); }
  .eye:hover {
    filter: brightness(0); }

@media (max-width: 991px) {
  .login-section__form-wrap {
    margin: 0; }
  .login-section__logo-wrap {
    right: 20px;
    top: auto;
    translate: none;
    bottom: calc(100% + 20px); } }
@media (max-width: 575px) {
  .login-section__inner {
    justify-content: center;
    flex-direction: column-reverse;
    padding: 20px 0; }
  .login-section__title {
    font-size: 34px; }
  .login-section__forms {
    min-height: 295px; }
  .login-section__image-wrap {
    aspect-ratio: auto; }
  .login-section__image {
    display: none; }
  .login-section__logo-wrap {
    background: none;
    position: static;
    margin: 0 auto;
    box-shadow: none; } }

/*# sourceMappingURL=login.css.map */
