html {
    background: url('background-10.jpg') no-repeat center center fixed;
    height: 100%;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

body {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;

    background-color: rgba(255,255,255,0.0);
}

.navbar {
    background:rgba(255,255,255,0.5);
}

.card {
    background:rgba(255,255,255,0.7);
}

.footer {
    color: #fff;
    margin: 0.5em;
}

.footer a {
    color: #fff;
}

h3 {
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .login-card {
        margin-top: 15em;
    }
}

/* Countdown */

#countdown {
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#countdown > div {
    padding: 10px;
    border-radius: 3px;
    background: #00816A;
    display: inline-block;
}

#countdown .smalltext {
    padding-top: 5px;
    font-size: 16px;
}