﻿body, html {
    height: 100%;
}

.bg {
    background-image: none; /* Remove any background image */
    background-color: white; /* Set background color to white */
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.card {
    opacity: 0.9;
}
.vertical-menu {
    display: none;
}

.navbar-header {
    display: none !important;
}

.footerr {
    display: none;
}

.main-content {
    margin: 0px;
}

#fottr {
    margin-top: 0px !important;
}

.footer {
    display: none;
}