
:root {
    --background-color: #fff;
}

#signin-container {
    width: 100%;
    height: 100%;
    background: var(--background-color);
}