.btn-border{
    border: 2px solid #fff;
}
.img-foot{
    object-fit: cover;
    height :100px;
}
.img-head{
    height :50px;
}

.img-logo{
    object-fit: cover;
    height :100px;
}

.login-logo{
    object-fit: cover;
    height :100px;
}

.on-top{
    position:relative;
    z-index:3
}

@media only screen and (max-width: 768px) {
    .img-logo {
        object-fit: cover;
        height :60px;
    }
}

@media only screen and (max-width: 768px) {
    .login-logo {
        object-fit: cover;
        height :85px;
    }
}
