
:root {
    --ww: 100%;
    --hh: 100%;
  }

.page-header {
    padding: 0px;
    min-height: 12vh;
    width: 100%;
    color: white;
    border-bottom: 2px solid;
    border-image: url('../img/line.png');
    border-image-repeat: round;
    border-image-slice: 2;
    font-size: 22pt;
    font-weight: bold;
    text-align: center;
}

    .page-header:after {
        display: block;
        height: 2px;
        background-image: url('../img/line.png');
        background-repeat: no-repeat;
        background-position: center bottom;
    }

.bg {
    animation: mist 6s infinite linear;
}

.aimee {
    animation: char 6s infinite linear;
}

.logo {
    animation: scaling 6s infinite linear;
}


#container { display:block; }
@media only screen and (orientation:portrait){
    .box_iframe{
        overflow:hidden;
        width:100vh;
        height:100vw;
    } 

    #container {
        /* height: 100vw; */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .cancel_rotate {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .w-10{height:10%;}
    .w-20{height:20%;}
    .w-30{height:30%;}
    .w-40{height:40%;}
    .w-50{height:50%;}
    .w-60{height:60%;}
    .w-70{height:70%;}
    .w-80{height:80%;}
    .w-90{height:90%;}
    .w-100{height:100%;}
    .h-10{width:10%;}
    .h-20{width:20%;}
    .h-30{width:30%;}
    .h-40{width:40%;}
    .h-50{width:50%;}
    .h-60{width:60%;}
    .h-70{width:70%;}
    .h-80{width:80%;}
    .h-90{width:90%;}
    .hh-100{width:100%;}

}
@media only screen and (orientation:landscape){
    .box_iframe{
        overflow:hidden;
        width:100vw;
        height:100vh;
    } 
    #container {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .cancel_rotate {
        /* height: 100vw; */
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .w-10{width:10%;}
    .w-20{width:20%;}
    .w-30{width:30%;}
    .w-40{width:40%;}
    .w-50{width:50%;}
    .w-60{width:60%;}
    .w-70{width:70%;}
    .w-80{width:80%;}
    .w-90{width:90%;}
    .w-100{width:100%;}
    .h-10{height:10%;}
    .h-20{height:20%;}
    .h-30{height:30%;}
    .h-40{height:40%;}
    .h-50{height:50%;}
    .h-60{height:60%;}
    .h-70{height:70%;}
    .h-80{height:80%;}
    .h-90{height:90%;}
    .hh-100{height:100%;}
}

@keyframes mist {
    0% {
        background-position: 0.25vw 0.5vh;
    }

    25% {
        background-position: 0.25vw -0.5vh;
    }

    50% {
        background-position: -0.25vw -0.5vh;
    }

    75% {
        background-position: -0.25vw 0.5vh;
    }

    100% {
        background-position: 0.25vw 0.5vh;
    }
}

@keyframes char {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes scaling {
    0% {
        transform: scale(1) translateY(-5px);
    }

    25% {
        transform: scale(0.95) translateY(0px);
    }

    50% {
        transform: scale(1) translateY(-5px);
    }

    75% {
        transform: scale(0.95) translateY(0px);
    }

    100% {
        transform: scale(1) translateY(-5px);
    }
}

.center-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.middle-content {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.just-middle-content {
    display: flex;
    vertical-align: middle;
}


.btn {
    color: white;
    opacity: 1;
}

    .btn:hover {
        color: white;
        opacity: 0.75;
    }

    .btn:active {
        color: white;
        opacity: 0.5;
    }

.palanquin-dark-regular {
  font-family: "Madimi One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.palanquin-dark-medium {
  font-family: "Madimi One", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.palanquin-dark-semibold {
  font-family: "Madimi One", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.palanquin-dark-bold {
  font-family: "Madimi One", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 5px 5px 10px black;
}

.input-gwyn{
    border-image-source: url('../images/input.png');
    border-image-repeat: stretch;
    border-image-slice: 1 fill;
    border-radius: 50px;
    border-width: 0px;
    padding-top:-20%;
    border-style: ridge;
    background: url('../images/input.png');
    background-size: 100% 100%;
}

.btn-gwyn{
    border-image-source: url('../images/btn.png');
    border-image-repeat: stretch;
    border-image-slice: 1 fill;
    border-width: 0px;
    padding-top:-20%;
    border-style: ridge;
    background: url('../images/btn.png');
    background-size: 100% 100%;
}

.login-panel {
    background-image: linear-gradient(rgba(80,250,255,0), rgba(80,250,255,0.25));
    /*backdrop-filter: blur(5px);*/
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.snowflake {
    color: #fff;
    font-size: 1.5em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(80px)
    }

    100% {
        transform: translateX(0px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall,snowflakes-shake;
    -webkit-animation-duration: 10s,3s;
    -webkit-animation-timing-function: linear,ease-in-out;
    -webkit-animation-iteration-count: infinite,infinite;
    -webkit-animation-play-state: running,running;
    animation-name: snowflakes-fall,snowflakes-shake;
    animation-duration: 10s,3s;
    animation-timing-function: linear,ease-in-out;
    animation-iteration-count: infinite,infinite;
    animation-play-state: running,running
}

    .snowflake:nth-of-type(0) {
        left: 1%;
        -webkit-animation-delay: 0s,0s;
        animation-delay: 0s,0s
    }

    .snowflake:nth-of-type(1) {
        left: 10%;
        -webkit-animation-delay: 1s,1s;
        animation-delay: 1s,1s
    }

    .snowflake:nth-of-type(2) {
        left: 20%;
        -webkit-animation-delay: 6s,.5s;
        animation-delay: 6s,.5s
    }

    .snowflake:nth-of-type(3) {
        left: 30%;
        -webkit-animation-delay: 4s,2s;
        animation-delay: 4s,2s
    }

    .snowflake:nth-of-type(4) {
        left: 40%;
        -webkit-animation-delay: 2s,2s;
        animation-delay: 2s,2s
    }

    .snowflake:nth-of-type(5) {
        left: 50%;
        -webkit-animation-delay: 8s,3s;
        animation-delay: 8s,3s
    }

    .snowflake:nth-of-type(6) {
        left: 60%;
        -webkit-animation-delay: 6s,2s;
        animation-delay: 6s,2s
    }

    .snowflake:nth-of-type(7) {
        left: 70%;
        -webkit-animation-delay: 2.5s,1s;
        animation-delay: 2.5s,1s
    }

    .snowflake:nth-of-type(8) {
        left: 80%;
        -webkit-animation-delay: 1s,0s;
        animation-delay: 1s,0s
    }

    .snowflake:nth-of-type(9) {
        left: 90%;
        -webkit-animation-delay: 3s,1.5s;
        animation-delay: 3s,1.5s
    }


