:root {
    --lis-primary-bg: #47a8f2;
    --lis-secondary-bg: #2d82c3;
}

#particles-js {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.card-in-particles {
    max-width: 22rem;
}

.wide-card-in-particles {
    max-width: 37rem;
}

#lis-logo {
    max-width: 17.875rem;
}

#passkey-svg {
    width: 1.2rem;
}

#passkey-button {
    background: white;
    outline-color: #a0a0a0 !important;
    outline-style: solid !important;
    outline-width: thin !important;
}

#passkey-button:hover {
    background: #e6e6e6;
}
