

/* Start:/local/templates/avis/assets/styles/parts/section-auth.css?17607109552630*/

/* section-auth */
.section-auth {
    --width-content: 28rem;

    overflow: hidden;
    position: relative;
}
.section-auth__wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100dvh;
    padding: var(--grid-gap) 0;
}
.section-auth__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}
.section-auth__bg img,
.section-auth__bg picture {
    display: block;
    width: 100%;
    height: 100%;
}
.section-auth__bg img {
    object-fit: cover;
    object-position: bottom;
}
.section-auth__bg-left,
.section-auth__bg-right {
    position: absolute;
    width: auto;
    height: 100dvh;
}
.section-auth__bg-left {
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.section-auth__bg-right {
    top: 0;
    right: 0;
}

.section-auth__bg-left svg,
.section-auth__bg-left img,
.section-auth__bg-right svg,
.section-auth__bg-right img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100dvh;
}
.section-auth__bg-left svg {
    max-width: fit-content;
}
.section-auth__bg-left img,
.section-auth__bg-right img {
    object-fit: cover;
}
.section-auth__bg-left svg,
.section-auth__bg-left img {
    height: 100%;
}
.section-auth__bg-logo {
    position: absolute;
    bottom: 1.875rem;
    right: 1.875rem;
    height: 4rem;
}
.section-auth__bg-logo img {
    object-fit: contain;
}
.section-auth__content {
    width: var(--width-content);
    max-width: 100%;
    padding: var(--offset-main);
    border-radius: var(--radius-main);
    overflow: hidden;
    backdrop-filter: var(--blur);
    -webkit-backdrop-filter: var(--blur);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: var(--offset-main);
}
.section-auth__content:not([class*="bg-"]) {
    background-color: var(--color-white-40);
}

@media screen and (max-height: 950px) {
    .section-auth__bg-logo {
        right: 4rem;
    }
}

@media screen and (max-width: 1023.5px) {
    .section-auth__bg-right,
    .section-auth__bg-logo {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .section-auth__form {
        --gap: var(--offset-small);
        --gap-small: calc(var(--offset-extrasmall) / 2);
    }
    .section-auth__title {
        font-size: 1.75rem;
    }
    .section-auth__content {
        gap: var(--offset-medium);
    }
}
/* End */
/* /local/templates/avis/assets/styles/parts/section-auth.css?17607109552630 */
