display@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    color: #00ffcc;
    font-family: 'Share Tech Mono', monospace;
    font-size: 16px;
    font-weight: 300;
    text-shadow: 0 0 5px rgba(0, 255, 204, 0.8);
    background: #000000;
    position: relative;
    height: 100vh;
}

.container {
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, 0%);
}

.container.is-success {
    -webkit-filter: hue-rotate(180deg) brightness(2.7);
    filter: hue-rotate(180deg) brightness(2.7);
}

.screen::after {
    display: none;
   }

.title {
    text-transform: uppercase;
    text-align: center;
    font-size: 1em;
    font-weight: 300;
    color: #00ffcc;
}

.title::after,
.title::before {
    content: '';
    display: inline-block;
    background: url(https://image.ibb.co/gpxZLJ/top_outer.png);
    width: 144px;
    height: 20px;
    margin: 0 20px;
}

.container:not(.is-success) .title.is-success {
    color: #22edfc;
}

.box--outer {
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 1080px;
    border-top: #000 18px solid;
    border-bottom: none;
    -o-border-image: url(https://image.ibb.co/kHHeny/hor_line.png) 17 11 17 round;
    border-image: url(https://image.ibb.co/kHHeny/hor_line.png) 17 11 17 round;
}

.box {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    max-width: 1080px;
}

.box--inner {
    display: inline-block;
    width: calc(100% - 105px);
    max-width: 1010px;
}

.box--inner::before {
    content: '';
    display: inline-block;
    background: url(https://image.ibb.co/kvJfud/box_inner.png) no-repeat center;
    max-width: 642px;
    width: 100%;
    height: 27px;
}

.content {
    position: relative;
    display: block;
    max-height: 600px;
    min-height: 400px;
    height: 100%;
}

.content .holder {
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.col.col__center,
.col.col__left {
    display: inline-block;
}

.col.col__left {
    width: 130px;
}

.col.col__center {
    width: 350px;
    margin-right: 130px;
}

.label::after {
    content: ':';
    margin-left: -15px;
    display: inline-block;
}

#email,
#login,
#password {
    border: 2px solid #00ffcc;
    margin: 10px 0;
    padding: 10px;
    width: auto;
    max-width: 100%;
    overflow: visible;
    outline: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
}

#email::-moz-selection,
#login::-moz-selection,
#password::-moz-selection {
    background: #000;
}

#email::selection,
#login::selection,
#password::selection {
    background: #000;
}

#submit {
    border: none;
    margin: 20px;
    padding: 10px 40px;
    width: auto;
    overflow: visible;
    outline: 0;
    cursor: pointer;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    background: rgba(0, 255, 204, 0.2);
    text-transform: uppercase;
}

#submit:hover {
    background: rgba(255, 0, 255, 0.2);
}

h2 {
    color: #00ffcc;
    border-bottom: 1px solid #00ffcc;
    padding-bottom: 10px;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: #00ffcc;
    text-decoration: none;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #ff00ff;
}

.flash {
    -webkit-animation: flashText 1s ease-out alternate infinite;
    animation: flashText 1s ease-out alternate infinite;
}

@-webkit-keyframes flashText {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flashText {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.typewriter .typewriter-line {
    visibility: hidden;
}
"
@-webkit-keyframes flicker {
    0% {
        opacity: 0.86139;
    }
    100% {
        opacity: 0.05536;
    }
}

@keyframes flicker {
    0% {
        opacity: 0.86139;
    }
    100% {
        opacity: 0.05536;
    }
}
"
body::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    background: rgba(49, 45, 45, 0.1);
    opacity: 0;
    pointer-events: none;
    -webkit-animation: flicker 0.15s infinite, steady 4s;
    animation: flicker 0.15s infinite, steady 4s;
}

body.off {
    background: #000;
}

body.off::after {
    -webkit-animation: none;
    animation: none;
}

@media only screen and (max-width: 1260px) {
    .title::after,
    .title::before {
        width: 42px;
        height: 18px;
    }
    .col.col__center,
    .col.col__left {
        display: block;
        width: auto;
        margin: 0;
    }
    .box--outer::after,
    .box--outer::before {
        display: none;
    }
    .title::after,
    .title::before {
        margin: 0 5px;
    }
    .content {
        height: 440px;
    }
    .box::after,
    .box::before {
        height: 500px;
    }
    #submit {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    .container {
        font-size: 0.8em;
    }
    .title::after,
    .title::before {
        width: 4%;
        height: 18px;
    }
    .box--outer {
        -o-border-image: url(https://image.ibb.co/kHHeny/hor_line.png) 17 330 17 round;
        border-image: url(https://image.ibb.co/kHHeny/hor_line.png) 17 330 17 round;
    }
    .box::after,
    .box::before {
        width: 22px;
        background: url(ver-line-mobile.png) no-repeat center;
        background-size: contain;
    }
    .box--inner {
        width: calc(100% - 44px);
    }
    #email,
    #login,
    #password {
        max-width: 70%;
    }
    .screen::after {
        max-width: 180px;
    }
}

input[type="text"], input[type="password"], input {
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #00ffcc;
    color: #00ffcc;
    font-family: 'Share Tech Mono', monospace;
    padding: 5px 10px;
    margin: 5px 0;
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
}

input[type="text"]:focus, input[type="password"]:focus, input:focus {
    box-shadow: 0 0 5px #00ffcc;
    border-color: #00ffcc;
}

input[type="text"]::placeholder, input[type="password"]::placeholder, input::placeholder {
    color: rgba(0, 255, 204, 0.5);
}

/* Additional specificity for the GHOSTID input */
.col__center input {
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: #00ffcc !important;
}
