.auth-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh;
    background: #7267EF;
}

.auth-wrapper {
    background: linear-gradient(to right, #7267EF 50%, #fff 0);
}

.logo img {
    width: 300px;
    height: 75px;
}