
.container-login {
    width: 100%;
    padding-right: calc(var(--vz-gutter-x)* .5);
    padding-left: calc(var(--vz-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
.content-left {
    background-color: #6cb4e9;
    padding: 0;
}
.content-right {
    padding: 60px;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
}
.row-height {
    height: 100vh;
}
.login-bg-image
{
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 15px 30px;
    position: relative;
    z-index: 1;
}