.timer {
    font-family: 'Roboto';
    font-size: 140px;
    padding-top: 5vh;
    font-weight: 300;
}

.timer span {
    display: block;
}

body, html {
    width: 100%;
  }

body {
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.bg-overlay {
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.overlay {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:9999;
    background-color:black;
    color:white;
    padding:10% 0;
    text-align:center;
  }

@media screen and (max-width: 992px) {
    body {
      padding: 10%;
    }
  }

svg {
    width: 36px;
    margin-top: -12px;
}

h1 {
    font-family: 'Lato';
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    line-height: 40px;
}

.heading-text {
    margin-top: 13vh;
}

.heading-light {
    font-weight: 400;
}

table {
    margin: auto;
}

table th {
    font-size: 140px;
    text-align: center;
    font-weight: 300;
}

tr {
    text-align: center;
    font-size: 26px;
    font-weight: 300;
}

.copyright {
    font-family: 'Roboto';
    font-size: 14px;
    position: fixed;
    width: 100%;
    bottom: 4vh;
    left: 0;
    font-weight: 300;
}

input.form-control {
    max-width: 100%;
    margin-right: 10px;
}

.pass-wrapper {
    margin: 0;
}

iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}

@media (min-width: 678px) {
    input.form-control {
        margin-right: 10px;
    }

    .btn {
        font-size: 20px;
    }

    .pass-wrapper {
        margin: 0 25%;
    }

    h1 {
        font-family: 'Lato';
        font-size: 70px;
        font-weight: 900;
        color: #fff;
        line-height: 90px;
    }

    svg {
        width: 100px;
    }

    iframe {
        width: 80%;
        margin-bottom: 20%;
    }
  }