#login-repository {
    width: 100%;
    height: 99vh;

    display: flex;
    align-items: center;
    justify-content: center;
}

#login-board {
    background: var(--color-foreground);
    border-radius: 5px;
    height: 400px;
    width: 90%;
    max-width: 600px;
    padding: 15px;

    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

#login-board-top {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: white;
    border-radius: 5px;
    flex-wrap: wrap;
    padding: 10px;
}

#login-logo {
    width: 70px;
    height: 70px;
}