* html {
    margin: 0;
    padding: 0;
    border: 0;
}


a {
    text-decoration: none;
}

body {
    background-color: black;
    margin: 0;
    padding: 0;
}

.bug {
    position: absolute;
    color: #33ff33;
    font-family: 'VGA_8x14', monospace;
    font-size: 11px;
    text-align: left;
    background-color: black;
    left: 5px;
    top: 5px;
    z-index: 9000;
}

.main_bk {
    background: url(/s/img/bk.jpg) no-repeat fixed top center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1000;
    color: #00ff00;
    display: flex;
    justify-content: center;
}

.login_bk {
    background: url(/s/img/connect.jpg) no-repeat fixed top center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.main {
    position: absolute;
    width: 100%;
    color: #fff;
    font-family: 'prompt_medium';
    font-size: 1.2em;
    top: 2%;
    left: 2%;
    text-align: left;
    z-index: 1000;
}

.tl {
    position: absolute;
    width: 100%;
    color: #fff;
    font-family: 'prompt_medium';
    font-size: 1.2em;
    top: 2%;
    right: 2%;
    text-align: left;
    z-index: 1000;
}

.mainsub {
    position: absolute;
    width: 100%;
    color: #fff;
    font-family: 'prompt_medium';
    font-size: 1em;
    bottom: 2%;
    right: 2%;
    text-align: right;
    z-index: 1000;
}

.box {
    font-family: 'prompt_medium';
    color: white;
    position: absolute;
    width: 50%;
    height: 25%;
    background: rgba(0, 0, 0, 0.8);
    top: 25%;
    left: 25%;
    z-index: 1000;
    text-align: center;
}

.msg {
    font-family: 'prompt_medium';
    color: white;
    position: relative;
    z-index: 1000;
    text-align: center;
    transform: translate(-50%);
}

.btn {
    font-family: 'prompt_light';
    color: white;
    font-size: 0.9em;
    background: url('/s/ux/button.png') no-repeat;
    position:relative;
    text-align:center;
    line-height: 40px;
    left: 50%;
    width: 256px;
    height: 42px;
    transform: translate(-50%);
}



a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
    text-shadow: 0 0 1px white, 0 0 2px white;
}

a:active {
    color: white;
    text-decoration: none;
}

@font-face {
    font-family: 'prompt_light';
    font-weight: 300;
    font-style: normal;
    src: url('/s/font/Prompt-Light.woff2') format('woff');
}

@font-face {
    font-family: 'prompt_medium';
    font-weight: 300;
    font-style: normal;
    src: url('/s/font/Prompt-Medium.woff2') format('woff');
}

@font-face {
    font-family: 'VGA_8x14';
    font-weight: 300;
    font-style: normal;
    src: url('/s/font/Web437_IBM_VGA_8x14.woff') format('woff');
}

@font-face {
    font-family: 'VGA_8x16';
    font-weight: 300;
    font-style: normal;
    src: url('/s/font/Web437_IBM_VGA_8x16.woff') format('woff');
}

@font-face {
    font-family: 'Apple_2';
    font-weight: 300;
    font-style: normal;
    src: url('/s/font/Apple2.woff2') format('woff2');
}

@font-face {
    font-family: 'Prompt';
    font-weight: 300;
    font-style: normal;
    src: url('/s/font/Prompt-Regular.woff2') format('woff2');
}