
.shared-login-shell,
.shell.shared-login-shell {
    width: min(420px, 92vw);
    margin: 0 auto;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.shared-login-panel,
.panel.shared-login-panel {
    width: 100%;
    border: 0.5px solid #2b4058;
    border-radius: 14px;
    padding: 24px;
    text-align: center;
    background: linear-gradient(180deg, rgba(24, 36, 51, 0.95), rgba(17, 27, 40, 0.95));
}

.shared-login-title {
    margin: 0;
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: 0;
}

.shared-login-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: Verdana, sans-serif !important;
    border: 1px solid #285268 !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, #1a3a4b, #13303f) !important;
    color: #e5edf7 !important;
    padding: 8px 12px !important;
    font-size: 0.92rem !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    text-transform: none !important;
    font-kerning: none;
    font-variant-ligatures: none;
    min-height: 42px !important;
    margin-top: 1rem;
    text-decoration: none !important;
    text-indent: 0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    appearance: none;
    white-space: nowrap;
}

.shared-login-btn:hover,
.shared-login-btn:focus,
.shared-login-btn:active {
    border-color: #4ca6cf !important;
    background: #133042 !important;
    color: #f4fbff !important;
}
