/* html, body {
    background: rgb(10,10,10);
    color: white;
    padding:0;
    padding-bottom: 60px;
    background-image: url(/ah_site_content/img/background-tokyonight.png);
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
}
.card {
    width: 1000px;
    background-color: rgba(0,0,0,0.5) !important;
    backdrop-filter: blur(2.5px);
}
.navbar .navbar-brand, .navbar .navbar-nav .nav-link {
    color: rgba(255,255,255, 0.75);
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    left: 0%;
    line-height: 60px;
    color: white;
    background-color: rgba(0,0,0,0.2);
}

.bg {
    background-color: rgba(60,58,64,0.67) !important;
    backdrop-filter: blur(25px);
}
.token {
    filter: blur(15px);
    z-index: -1;
}
.token:hover {
    filter: blur(15px);
}
input:focus {
    outline: none;
    box-shadow: none;
} */

body {
    background: rgb(10,10,10);
    color: white;
    padding: 0;
    background-image: url(/ah_site_content/img/background-tokyonight.png);
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
}
.main-content {
    flex: 1;
    padding-top: 60px;
    text-align: center;
    justify-content: center;
}
.card {
    width: 1000px;
    background-color: rgba(0,0,0,0.5) !important;
    backdrop-filter: blur(2.5px);
    height: 100%;
    align-items: center;
    justify-content: center; 
}

.navbar .navbar-brand, .navbar .navbar-nav .nav-link {
    color: rgba(255,255,255, 0.75);
    justify-content: center; 
}

/* .footer {
    flex-shrink: 0;
    width: 100%;
    height: 50px;
    margin-top: 80px;
    line-height: 50px;
    background-color: rgba(0,0,0,0.2);
    padding:8.8px 0px 0px 0px;
}
*/
.footer {
    width:100%;
    height:50px;
    position:absolute;
    bottom:0;
    left:0;
    background-color: rgba(0,0,0,0.2);
}
.bg {
    background-color: rgba(60,58,64,0.67) !important;
    backdrop-filter: blur(25px);
}

.token {
    filter: blur(15px);
    z-index: -1;
}

.token:hover {
    filter: blur(15px);
}

input:focus {
    outline: none;
    box-shadow: none;
}
