.brand-logo-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin: 0 auto 12px;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible;
}

.logo-icon.brand-logo-mark {
    width: 76px !important;
    height: 76px !important;
    font-size: 0 !important;
}

.brand-logo-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-logo-on-dark img,
.dark-bg .brand-logo-mark img,
.plan-header .brand-logo-mark img {
    filter: brightness(0) invert(1);
}

.plan-header-logo.brand-logo-mark {
    width: 74px;
    height: 74px;
    margin-bottom: 10px;
    font-size: 0;
}

.auth-brand {
    text-align: center;
    margin-bottom: 28px;
}

.auth-brand .brand-logo-mark,
.auth-brand .logo-icon.brand-logo-mark {
    width: 74px !important;
    height: 74px !important;
    margin: 0 auto 12px !important;
}

.auth-brand h1 {
    margin: 0;
    font-family: 'DM Sans', Arial, sans-serif !important;
    font-size: 26px !important;
    line-height: 1.12 !important;
    font-weight: 600 !important;
    color: #2c1a1f !important;
    letter-spacing: 0 !important;
}

.auth-brand p {
    margin: 6px 0 0 !important;
    font-family: 'DM Sans', Arial, sans-serif !important;
    font-size:13px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    color: #2c1a1f !important;
}

body.auth-page {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100vh;
    min-height: 100dvh;
    background: linear-gradient(160deg, #fde8ed 0%, #fffaf9 60%);
    font-family: 'DM Sans', Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

body.auth-page .wrap {
    width: min(400px, calc(100% - 40px)) !important;
    max-width: 400px !important;
    margin: 0 auto !important;
    padding: 28px 0 40px !important;
}
