.authentication-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.authentication-inner {
    width: 100%;
    max-width: 450px;
}