.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.loginBackground {
    background-color: #0c0c0c;
}

@media screen and (max-width: 1000px) {
    .hideLoginImage {
        display: none !important;
    }
}
