#full {
    padding: 2rem;
    min-height: 100vh
}

#full #main-content {
    padding: 2rem
}

#full,#main-content {
    display: flex;
    flex-direction: column
}

#auth #auth-left .auth-logo {
    margin-bottom: 3rem;
}

#auth #auth-left .auth-logo img {
    height: 5rem;
}
