html, body, div, span, object, iframe, canvas,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    z-index: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    overflow: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

div#ui-wait {
    position: absolute;
    cursor: wait;
    z-index: 50;
    height: 100vh;
    width: 100vw;
}

div#progress {
    z-index: 100;
    width: 1200px;
    height: 10px;
    background: #FFF;
    border: 2px solid #000;
    position: absolute;
    top: 350px;
    left: 300px;
}

div#progressBar {
    width: 1200px;
    height: 10px;
    background: blue;
    border: none;
}

.hidden {
    display: none!important;
}

div#preload {
    position: absolute;

    z-index: 0;
    height: 100vh;
    width: 100vw;}

@keyframes shake{
    0% { transform: translate(3px, 0); }
    50% { transform: translate(-3px, 0); }
    100% { transform: translate(0, 0); }
}

@-moz-keyframes shake{
    0% { -moz-transform: translate(3px, 0); }
    50% { -moz-transform: translate(-3px, 0); }
    100% { -moz-transform: translate(0, 0); }
}

@-webkit-keyframes shake {
    0% { -webkit-transform: translate(3px, 0); }
    50% { -webkit-transform: translate(-3px, 0); }
    100% { -webkit-transform: translate(0, 0); }
}

.shake {
    animation-name: shake;
    animation-duration: 150ms;
    animation-iteration-count: 2;
    animation-timing-function: linear;

    -moz-animation-name: shake;
    -moz-animation-duration: 150s;
    -moz-animation-iteration-count: 2;
    -moz-animation-timing-function: linear;

    -webkit-animation-name: shake;
    -webkit-animation-duration: 150ms;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: linear;
}

.form {
    position: absolute;
    height:100vh;
    width:100vw;
    z-index: 2;
}

.login {
    position: relative;
    top: 75%;
    margin: 0 auto;
    padding: 10px 10px 10px;
    width: 300px;
    height: 100px;
    background: transparent;
    border-radius: 12px;
    border-style: solid;
    border-color: #fea272;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.login:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.login h1 {
    margin: -10px -10px 12px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #888;
    text-align: center;
    background: #22130c;
    border-bottom: 1px solid #fea272;
    border-radius: 12px 12px 0 0;
    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
}

.login p {
    margin-top: 0;
    margin: 8px 0 0;
}

.login p.remember_me {
    float: left;
}

.login p.remember_me label, .login a.guest_link {
    font-size: 12px;
    color: #888;
    cursor: pointer;
    margin-left: 2px;
}

.login a.guest_link {
    color: #d2baba;
    margin-left: 56px;
}

.login p.remember_me input {
    position: relative;
    bottom: 1px;
    margin-right: 4px;
    vertical-align: middle;
    transform: scale(1.0);
}

:-moz-placeholder {
    color: #c9c9c9 !important;
    font-size: 10px;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 10px;
}

.login input[type=text], .login input[type=password] {
    margin-left: 5px;
    padding: 0 10px;
    width: 200px;
    height: 20px;
    color: #ffffff;
    background: #000000;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
    font-size: 10px;
}

.login input[type=text]:focus, .login input[type=password]:focus {
    border-color: #7dc9e2;
    outline-color: #dceefc;
    outline-offset: 10px;
}

.login figure {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 24px;
    left: 216px;
}

.login figure button[name="play"] {
    width: 40px;
    height: 40px;
    background: rgb(210, 186, 186);
    border: none;
    border-radius: 100%;
    margin: auto;
    cursor: pointer;
    outline: none;
}

.login figure button[name="play"]:hover {
    outline: 0;
    border: 1px solid hsl(210, 58%, 69%);
    box-shadow: 0 0 0 3px hsla(210, 76%, 57%, 0.5);
}

.login figure button[name="play"]::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    left: 3px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent black;
}


