.login-page-wrapper {
    height: 100%;
    width: 100%;
    background-color: #fff;
}

html, body {
    height: 100%;
    width: 100%;
}

.logo-wrapper {
    height: 80px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    padding: 16px;
}

#login-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    background-color: #fff;
}

#signup-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    h1, h2, h3, h4, h5, h6, p {
        color: #fff;
    }
    li {
        font-size: x-large;
        color: white;
    }
    height: 100%;
}