.login-page-wrapper {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/assets/img/bg_img.png");
    flex-direction: column;
}

.login-logo-name-img {
    width: 360px;
}

.custom-user-header {
    text-align: center;
    padding: 20px;
}