.auth-body {
    background:
        linear-gradient(135deg, rgba(6, 32, 54, 0.26), rgba(9, 152, 166, 0.18)),
        url("../img/login-bg-intekclinic.webp") center/cover no-repeat,
        #eef4f2;
}

.auth-shell {
    align-items: center;
    box-sizing: border-box;
    display: grid;
    justify-items: center;
    min-height: 100vh;
    padding: 24px;
    width: 100%;
}

.login-composition {
    box-sizing: border-box;
    max-width: 430px;
    min-width: 0;
    width: 100%;
}

.login-panel {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: var(--shadow);
    margin: 0;
    min-width: 0;
    padding: 28px;
    width: 100%;
}

.login-clinic-brand {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
    min-height: 96px;
    padding: 2px 0 20px;
    position: relative;
}

.login-clinic-brand::after {
    background: var(--line);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.login-clinic-brand img {
    display: block;
    height: auto;
    max-height: 102px;
    max-width: min(100%, 310px);
    object-fit: contain;
    width: auto;
}

.login-product-signature {
    align-items: center;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 6px;
    box-sizing: border-box;
    color: #17324e;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 12px auto 0;
    max-width: calc(100% - 24px);
    padding: 7px 14px;
    width: max-content;
}

.login-product-signature > img {
    display: block;
    height: 36px;
    object-fit: contain;
    opacity: 0.82;
    width: 36px;
}

.login-product-signature__copy {
    display: grid;
    gap: 1px;
    line-height: 1.05;
}

.login-product-signature strong {
    color: #17324e;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0;
}

.login-product-signature strong span {
    color: #00aebe;
}

.login-product-signature small {
    color: #456078;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

.login-product-signature em {
    color: #5f7387;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
}

.dev-login {
    background: #fff7e8;
    border: 1px solid #e7c98f;
    border-radius: 8px;
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding: 14px;
}

.dev-login p {
    color: #7c5211;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 520px) {
    .auth-shell {
        padding: 14px;
    }

    .login-panel {
        max-width: 100%;
        padding: 20px;
    }

    .login-clinic-brand {
        min-height: 82px;
        padding-bottom: 17px;
    }

    .login-clinic-brand img {
        max-height: 86px;
        max-width: min(100%, 270px);
    }

    .dev-login p {
        text-align: center;
        white-space: normal;
    }
}
