@font-face {
    font-family: 'amaranteregular';
    src: url('fonts/amarante-regular-webfont.eot');
    src: url('fonts/amarante-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/amarante-regular-webfont.woff2') format('woff2'), url('fonts/amarante-regular-webfont.woff') format('woff'), url('fonts/amarante-regular-webfont.ttf') format('truetype'), url('fonts/amarante-regular-webfont.svg#amaranteregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'metamorphousregular';
    src: url('fonts/metamorphous-regular-webfont.eot');
    src: url('fonts/metamorphous-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/metamorphous-regular-webfont.woff2') format('woff2'), url('fonts/metamorphous-regular-webfont.woff') format('woff'), url('fonts/metamorphous-regular-webfont.ttf') format('truetype'), url('fonts/metamorphous-regular-webfont.svg#metamorphousregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: black;
}
#bg {
    background-repeat: repeat-x;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}
canvas {
    z-index: 100;
    position: fixed;
}
.modal {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
    display: none;
}
.login {
    background: url("../assets/UI/modals/panel.png");
    background-repeat: no-repeat;
    margin: 0 auto;
    z-index: 110;
    width: 540px;
    height: 400px;
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.login > .form-input {
    color: white;
    font-family: "metamorphousregular";
    font-size: 16px;
    float: left;
    margin-bottom: 40px;
    position: relative;
    left: 100px;
    top: 55px;
}
.login > .form-input input {
    background-color: rgba(255, 255, 255, 0);
    background-image: url("../assets/UI/masteries/mastery-bar.png");
    color: white;
    font-family: "metamorphousregular";
    font-size: 14px;
    display: block;
    width: 320px;
    height: 58px;
    border: none;
    padding-left: 20px;
    background-repeat: no-repeat;
    -webkit-touch-callout:none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust:none;             /* prevent webkit from resizing text to fit */
    -webkit-tap-highlight-color:rgba(0,0,0,0); /* prevent tap highlight color / shadow */
    -webkit-user-select:none;
    outline-width: 0;
    outline: none;
}
.login img {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 30px;
    cursor: pointer;
}
