.background {
    background-image: url("../img/auth/bg-login.png");
    background-repeat: no-repeat;
    background-size: calc(100vh - 371px);
}

@media (max-height: 858px) {
    .background {
        background-size: 28em;
    }
}

@media (min-width: 768px) {
    .background {
        height: 100%;
    }
}

@media (min-width: 640px) and (max-width: 840px) {
    .background {
        background-size: 23em;
        background-position-x: -4em;
        background-position-y: 3.2em;
    }
}

@media (min-width: 841px) and (max-width: 888px) {
    .background {
        background-size: 28em;
        background-position-x: -5.5em;
        background-position-y: -0.5em;
    }
}

@media (min-width: 889px) and (max-width: 1000px) {
    .background {
        background-size: 30em;
        background-position-x: -5em;
    }
}

@media (max-width: 992px) {
    .background {
        background: #fff;
    }
}

.auth {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-left: 25rem;
}

@media(max-width: 1270px) {
    .auth {
        max-width: 100%;
        padding-left: 20rem;
    }
}

@media(max-width: 1068px) {
    .auth {
        padding-left: 14rem;
    }
}

@media(max-width: 992px) {
    .auth {
        padding-left: 0;
        flex-direction: column;
    }
}

.auth .router {
    width: 100%;
    max-width: 480px;
    margin: 3rem 0;
    margin-right: 16px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 2px 3px 5px 2px #c4c2c6;
    padding-top: 2.5rem;
    overflow: hidden;
}

@media(max-width: 992px) {
    .auth .router {
        margin: 0;
        padding: 0;
        max-width: 100%;
        box-shadow: none;
        border-radius: 0px;
    }
}

.auth .router.min-h {
    min-height: 504px;
}

.brand-container {
    position: relative;
    margin-top: 5rem;
    margin-right: 50px;
}

@media (max-width: 992px) {
    .brand-container {
        margin: 0 auto;
        margin-top: Calc(10vh);
        margin-bottom: 0px;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 992px) and (max-height: 667px) {
    .brand-container {
        margin-top: Calc(6vh);
    }
}

.brand-container .logo {
    width: 100%;
    margin-top: -10px;
    min-width: 340px;
    margin-left: -10px;
    max-width: 500px;
}

@media (max-width: 992px) {
    .brand-container .logo {
        width: calc(100% - 20%);
    }
}

.brand-container .slogan {
    width: 90%;
    color: #343434;
    text-align: left;
    line-height: normal;
    position: absolute;
    right: 0px;
    margin-right: -40px;
}

@media (max-width: 992px) {
    .brand-container .slogan {
        position: relative;
        width: 80%;
        margin-right: 0px;
        margin-top: 0px;
        text-align: center;
        padding-bottom: 2rem;
        font-size: 1.2em;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .brand-container .slogan {
        margin-top: -2px;
        font-size: 0.8em;
    }
}

@media (min-width: 1101px) and (max-width: 1400px) {
    .brand-container .slogan {
        margin-top: -4px;
        font-size: 1em;
    }
}

@media (min-width: 1401px) and (max-width: 1500px) {
    .brand-container .slogan {
        margin-top: -6px;
        font-size: 1.1em;
    }
}

@media (min-width: 1501px) and (max-width: 1600px) {
    .brand-container .slogan {
        margin-top: -8px;
        font-size: 1.3em;
    }
}

@media (min-width: 1601px) {
    .brand-container .slogan {
        margin-top: -10px;
        font-size: 1.4em;
    }
}

.background {
    background-size: calc(100vh - 371px);
    background-color: var(--color-privacy-4);
    background-image: none;
}

@media (min-width: 992px) {
    .background {
        background-color: var(--el-color-white);
    }
}

@media (max-height: 858px) {
    .background {
        background-size: 28em;
    }
}

@media (min-width: 768px) {
    .background {
        height: 100%;
    }
}

@media (min-width: 640px) and (max-width: 840px) {
    .background {
        background-size: 23em;
        background-position-x: -4em;
        background-position-y: 3.2em;
    }
}

@media (min-width: 841px) and (max-width: 888px) {
    .background {
        background-size: 28em;
        background-position-x: -5.5em;
        background-position-y: -0.5em;
    }
}

@media (min-width: 889px) and (max-width: 1000px) {
    .background {
        background-size: 30em;
        background-position-x: -5em;
    }
}

.auth {
    width: 100%;
}

@media(max-width: 1270px) {
    .auth {
        max-width: 100%;
        padding-left: 20rem;
    }
}

@media(max-width: 1068px) {
    .auth {
        padding-left: 14rem;
    }
}

@media(max-width: 992px) {
    .auth {
        padding-left: 0;
        flex-direction: column;
    }
}

.auth .router {
    width: 100%;
    max-width: 480px;
    margin: 3rem 0;
    margin-right: 16px;
    border-radius: 15px;
    box-shadow: 2px 3px 5px 2px #c4c2c6;
    padding-top: 2.5rem;
    overflow: hidden;
}

@media(max-width: 992px) {
    .auth .router {
        margin: 0;
        padding: 0;
        max-width: 100%;
        box-shadow: none;
        border-radius: 0px;
    }
}

.auth .router.min-h {
    height: 100%;
    padding-bottom: 2rem;
}

.auth-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width: 992px) {
    .auth-container {
        padding: 0 16px;
    }
}

.brand-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
    margin-bottom: 3rem;
    margin-right: 0rem;
}

@media (max-width: 992px) {
    .brand-container {
        margin: 0 auto;
        margin-top: Calc(12vh);
        margin-bottom: 3rem;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 992px) and (max-height: 667px) {
    .brand-container {
        margin-top: Calc(6vh);
    }
}

.brand-container .logo {
    width: 50%;
    min-width: 140px;
    max-width: 200px;
}

@media (max-width: 992px) {
    .brand-container .logo {
        width: calc(50% - 20%);
    }
}

.alternative-logo-container {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 720px;
    margin: 2rem 0rem;
    background: linear-gradient(155.98deg, rgba(248, 212, 189, 0) 15.41%, rgba(247, 158, 93, 0.2) 82.83%), linear-gradient(0deg, #F4EEE5, #F4EEE5);
    border-radius: 24px;
}

.alternative-logo-container img {
    width: 300px;
    margin-top: 8rem;
}

.slogan {
    width: 100%;
    margin-top: 4rem;
    margin-left: 4rem;
    margin-bottom: 0rem;
    color: var(--color-privacy-5);
    font-family: Poppins, sans-serif;
    letter-spacing: -2px;
}