.csm-login-bg {
    background-color: #1a1a2e;
    min-height: 100vh;
}
.csm-login-card {
    max-width: 420px;
    width: 100%;
    background-color: #16213e;
}
.csm-login-title { color: #df3faf; }
.csm-login-link  { color: #df3faf; }

.csm-external-body {
    background: #1a1d23;
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
