﻿.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}
/*body {
 margin-bottom: 60px;
}*/
@media (min-width: 1025px) {
    .h-custom-2 {
        /*height: 100%;*/
    }
}
/*.container-fluid {
    min-height: calc(~"100vh - 150px");
}
*/
.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;
    }
}