@font-face {
    font-family: azoSansRegular;
    src: url(/assets/FONT/AzoSans-Regular.ttf) format('truetype');
    font-weight: normal;
}

html {
    font-family: azoSansRegular;
    color: white;
    font-size: 12px;
}

body {
    margin: 0px;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background: url(/assets/PNGs/1x/mytugabackground.jpg) no-repeat center center fixed;
    background-size: cover;
    z-index: -1;
}

.tugabutton3 {
    height: 25px;
    width: 100px;
    margin: auto;
    background-color: white;
    border: 1px solid rgb(79, 79, 79);
    border-radius: 7px;
    line-height: 25px;
    color: rgb(79, 79, 79);
    margin-top: 50px;
}

.instructionWrapper {
    flex: 10;
}

.instructionText {
    text-align: center;
    width: 70%;
    margin: auto;
}

.instructionIcon {
    display: flex;
    place-content: center;
    margin-top: 50px;
}

.instructionIcon img {
    height: 100px;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}

input {
    font-family: azoSansRegular;
    color: white;
    font-size: 12px;
}

.header {
    height: 60px;
    /* width: 87%;*/
    margin: auto;
    display: flex;
    align-items: center;
    flex-flow: row;
}

.backbutton {
    position: relative;
    z-index: 1;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
}

    .backbutton img {
        max-height: 100%;
        height: 25px;
        width: 14px;
        margin-top: 20px;
    }

app {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

#app {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.pagewrapper {
    width: 100%;
    max-width: 750px;
    flex: 1 0 auto;
}

.copyright {
    font-family: azoSansRegular;
    color: #FFFFFF;
    font-size: 7px;
    flex-shrink: 0;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*@media (max-height: 600px) {
    .instructionWrapper {
        top: 20%;
    }
}

@media (max-height: 550px) {
    .instructionWrapper {
        top: 15%;
    }
}

@media (max-height: 500px) {
    .instructionWrapper {
        top: 10%;
    }
}

@media (max-height: 400px) {
    .instructionWrapper {
        top: 5%;
    }
}*/