/* Login page */

/* Build/version indicator - faint light blue on the dark blue theme,
   developer QoL to confirm which deployment is live */
.login-version {
    margin-top: 24px;
    font-size: 11px;
    letter-spacing: 0.04em;
    color: rgba(137, 180, 224, 0.5);
}
