body {
    height: 100dvh;
}

#content {
    height: calc(100dvh - 62px);

    overflow: auto;

    padding: 1.25rem;
}

#content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 100%;
}

#auth-card-content {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 100%;
}

.form {
    margin-top: 0.5rem;
    gap: 1.5rem;
}

.auth-card {
    gap: 1.5rem;
}

#wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

#texts-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#texts-container h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;

    text-align: center;
}

#texts-container p {
    font-size: 1rem;
    line-height: 1.5rem;

    text-align: center;
}

#back-to-login {
    display: flex;
    align-items: center;
    gap: 0.5rem;

    color: #444b62;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

@media (max-width: 37.5rem) {
    #texts-container h1 {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }

    #texts-container p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
