body {
    background: white;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.container {
    height: 100vh;
}

#navbar {
    box-shadow: none !important;
    background: transparent;
    position: unset;
    margin-bottom: 80px;
}

.logoHolder {
    width: 100%;
    text-align: center;
}

.topLogo {
    margin-left: 0px !important;
    margin-top: -10px !important;
    height: 300px !important;
    width: 450px !important;
}

#footer {
    background: transparent;
}

.loginpageModal {
    background: white;
    border-radius: 20px;
}

.innercontainer {
    min-height: 500px !important;
}

#footer {
    display: none;
}