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

@media (min-width: 1025px) {
    .h-custom-2 {
        height: 100%;
    }
}
.Logo{
    height:170px; 
    width:170px;
}
.LoginBtn {
    background-color: #1565C0; 
    color: white;
}
.ImageLogin {
    max-width: 100%;
    height: auto;
}
.logo {
    margin-top : 10px;
}
.img-container {
    margin: 0 auto;
    overflow: hidden;
}
.img-size {
    background-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}