.logo {
    color: var(--brand);
    position: fixed;
    top: 2rem;
    width: 5rem;
    left: 50%;
    transform: translateX(-50%);
}

.box {
    width: 25rem;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.box h2 {
    margin-bottom: 0px;
    text-align: center;
}

.box p {
    margin-top: .5rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

input {
    margin-bottom: 1rem;
}