
.bg-login-image {
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: no-repeat;
    border-right: 0.5px dashed;
    border-color: gray;
}
.bg-login-image img {
    margin: 10px auto;
    width: 150px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}