
html * {
    box-sizing: border-box;
    font-family: "Raleway";
}

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url('/Reseller/Builder/Background.jpg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

section {
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);

    color:rgb(255,255,255);
    text-align: center;
    overflow: visible;
}

section * {
    font-family: "Raleway-medium";
}

section h1 {
    display: inline-block;
	
	position: relative;
    width: 100%;
	
    font-size: 50px;
    font-weight: 100;
    text-align: center;
}

section h1 font {
	display: inline-block;
}

section h1 font span {
    font-family: "Raleway-black";
    float: left;
}

section h1 font text{
    float: left;
}

section form {
    width: 400px;
    height: auto;
    margin: 0px auto;
    padding: 0px;
}

section form .input {
    width: 100%;
    height: 60px;
    margin: 16px 0px;

    position: relative;
}

section form .input::before {
    content: '';

    height: 100%;
    width: 2px; 

    position: absolute;
    left:0px;
    top:0px;  

}

section form .input span {
    width: 28px;
    padding: 2px;

    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0%, -51%);
    
    border: 2px solid rgb(255,255,255);
    border-radius: 20px;

    overflow: hidden;
}

section form .input input {
    width: calc(100% - 60px);
    height: 100%;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;

    position: absolute;
    left: 50px;
    top: 50%;
    transform: translate(0%,-50%);
    z-index: 9;

    font-size: 16px;

    background: transparent;

    border: none;
    outline: none;
}

section form .input input ~ label {
    font-size: 16px;
    
    position: absolute;
    left:80px;
    top:50%;
    transform: translate(0%,-50%);

    transition: all 0.2s ease;
}

section form .input input:focus ~ label, section form .input input:valid ~ label {
    font-size: 10px;

    left:60px;
    top:18%;

    opacity: 0.4;
}

section form  button[type='submit'] {
    width: calc(100% - 100px);
    height: 50px;
    margin: 15px 0px 30px 0px;

    border: none;
    border-radius: 4px;
    outline: none;

    
    font-size: 18px;
    
    cursor: pointer;

    transition: all 0.4s ease;
}

section form  button[type='submit']:hover{
    /*background-color: rgb(119, 194, 212);*/
}

section ul {
    padding: 0px;
    margin: 20px 0px;

    list-style: none;    
}

section ul li {
    display: inline-block;
    
    width: 30px;
    height: 30px;
    margin: 10px;
    
    background: #fff;
    color: #1a2225;

    border-radius: 30px;

    line-height: 2;

    cursor: pointer;
}

section ul li i{
    color: #1a2225; 
}

/* EE */

@font-face {
    font-family: "Space";
    src: url("SIEG.ttf") format('truetype');
    font-weight: 300;
    font-style: italic;
}

text.ee {
    cursor: grab;
    z-index: 9;
}

text.ee::before {
    opacity: 0;
    content: 'Hi please help, I need some "Space" from these letters ...';
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    color: #000;
    padding: 12px;
    border-radius: 6px;
    position: absolute;
    width: 0px;
    bottom: 100%;
    overflow: hidden;
    transition: all 0.4s ease;
}

text.ee::after {
    opacity: 0;
    content: '';
    position: absolute;
    left: 12px;
    top: -6px;
    width: 0px;
    height: 0px;
    border-left: 10px solid rgb(255,255,255);
    border-right: 10px solid rgba(255, 255, 255, 0);
    border-top: 10px solid rgb(255, 255, 255);
    border-bottom: 10px solid rgba(255, 255, 255, 0);
}

text.ee:hover:before {
    width: 180px;
}
text.ee:hover:before, text.ee:hover:after{
    opacity: 1;
}


.drop_zone{
    position: absolute;
    width: 400px;
    height: 80px;
    background-color: transparent;
    top: 50px;
    left: 50px;
    text-align: center;

}

.letter {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 70px;
    font-family: Space;
    color: #fff;
    line-height: 1;
}

/* ee 2 */

.locked{
    cursor: url("key.ico"), default;
}

.letter.ee2::before {
    content: 'Thank you, can you maby find my "PA" she is apparently locked up ...';
    font-size: 14px;
    font-weight: normal;
    font-family: "Raleway-medium";
    background: #fff;
    color: #000;
    padding: 12px;
    border-radius: 6px;
    position: absolute;
    width: 180px;
    top: 120%;
    overflow: hidden;
    transition: all 0.4s ease;
}

.letter.ee2::after {
    content: '';
    position: absolute;
    left: 12px;
    bottom: -24px;
    width: 0px;
    height: 0px;
    border-left: 10px solid rgba(255, 255, 1, 0);
    border-right: 10px solid rgba(255, 255, 255, 1);
    border-top: 10px solid rgba(255, 255, 0, 0);
    border-bottom: 10px solid rgba(255, 255, 255, 1);
}

font.pa {
    cursor: grab;
}

/* ee3 */
.letter.ee3::before {
    content: 'Hey, sorry I stole cache thats why i got locked up, hey there goes a coin grab it & bring it here ...';
    font-size: 14px;
    font-weight: normal;
    font-family: "Raleway-medium";
    background: #fff;
    color: #000;
    padding: 12px;
    border-radius: 6px;
    position: absolute;
    width: 180px;
    top: 120%;
    overflow: hidden;
}

.letter.ee3::after {
    content: '';
    position: absolute;
    left: 12px;
    bottom: -24px;
    width: 0px;
    height: 0px;
    border-left: 10px solid rgba(255, 255, 1, 0);
    border-right: 10px solid rgba(255, 255, 255, 1);
    border-top: 10px solid rgba(255, 255, 0, 0);
    border-bottom: 10px solid rgba(255, 255, 255, 1);
}

.c {
    font-size: 50px;
    font-family: "Raleway-black";
    color: #fff;
    opacity: 0;
    cursor: grab;
    display: inline-block;
    position: relative;
    z-index: 9999;
}

.c.fall {
    position: relative;
    z-index: 99999;
    display: inline-block;
    width: auto;
    height: auto;
 
    -webkit-animation: fallingSnow 12s infinite linear;
    -moz-animation: fallingSnow 12s infinite linear;
    animation: fallingSnow 12s infinite linear;
}

@keyframes fallingSnow {
    0% {
      opacity: 1;
  
      -webkit-transform: translate(0, 0px) rotateZ(0deg);
    }
    75% {
      opacity: 1;
  
      -webkit-transform: translate(100px, 600px) rotateZ(270deg); 
    }
    100% {
      opacity: 0;
  
      -webkit-transform: translate(150px, 800px) rotateZ(360deg);
    }
  }

  /* ee4 */
.letter.ee4::before {
    content: 'Nice. Wait are we not misssing a letter ?';
    font-size: 14px;
    font-weight: normal;
    font-family: "Raleway-medium";
    background: #fff;
    color: #000;
    padding: 12px;
    border-radius: 6px;
    position: absolute;
    width: 180px;
    top: 120%;
    overflow: hidden;
    transition: all 0.4s ease;
}

.letter.ee4::after {
    content: '';
    position: absolute;
    left: 12px;
    bottom: -24px;
    width: 0px;
    height: 0px;
    border-left: 10px solid rgba(255, 255, 1, 0);
    border-right: 10px solid rgba(255, 255, 255, 1);
    border-top: 10px solid rgba(255, 255, 0, 0);
    border-bottom: 10px solid rgba(255, 255, 255, 1);
}

.drop_zone.invaders {
    left: 50%;
    top: 25%;
    transform: translate(-50%,-50%);
    transition: all 4s ease;
}
.drop_zone.invaders.sub:after {
    content: 'INVADERS';
    font-family: space;
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50px;
    font-size: 60px;
    transform: translate(-50%);
}
/* game */
canvas#gameCanvas {
    position: absolute;
    left: 0px;
    top: 0px;
}

#close_game {
    display: none;
    position: absolute;
    top:20px;
    right: 20px;
    color:#fff;
    font-size: 20px;
    background: transparent;
    border: none;
    outline: none;
}

.Login-Logo {
	display: inline-block;
    width: 100%;
	
	background-image: URL("/Reseller/Builder/Logo.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.Login-Logo:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
