.bg-login-image {
    background: url(/img/salext_logo.svg);
    background-position: center;
    background-size: contain;
    background-origin: content-box;
    background-color: #1f196d;
    background-repeat: no-repeat;
    padding: 50px;
}

