section{
    width: 100dvw;
    height: 100dvh;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    color: var(--text);
}

.logo {
    width: 95vw;
    max-width: 650px;
    height: 200px;

    margin: 0px auto;

    object-fit: contain;
    object-position: center;
}

.form {
    max-width: 650px;
    width: 95vw;
    height: fit-content;

    padding: 25px;

    border-radius: 30px;
}

.form#register {
    display: none;
    background-color: #f7f7f7;
}

