/* Login Page */
/* Overrides style.css and depends on cnd.css. */

#pageWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
}

.login {
    font-family: var(--cnd-font-sans2);
    font-size: var(--cnd-text-md);
    font-weight: var(--cnd-weight-light);
    border-radius: var(--cnd-radius-md);
    background-color: white;
    padding: var(--cnd-space-md) var(--cnd-space-lg) var(--cnd-space-lg);
    width: 25rem;
}

.loginTop {
    float: none !important;
    padding: var(--cnd-space-md) 0 0;
    border: none;
    display: grid;
    gap: var(--cnd-space-md);
}

.loginBottomPanel {
    font-size: var(--cnd-text-sm);
}

.loginTitle {
    font-size: var(--cnd-text-xl);
    font-weight: var(--cnd-weight-black);
    padding-bottom: var(--cnd-space-md);
}
