body{
    margin:0px;
    padding:0px;
    color: #000305;
    background: #333333;
    font-family: Arial, "Lucida Sans Unicode";
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1
{
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 41px 0;
    letter-spacing: 4px;
    font: normal 33px/1 Verdana, Helvetica;
    position: relative;
    top: 15px;
}

h1:after, h1:before
{
    background-color: #777;
    content: "";
    height: 1.8px;
    position: absolute;
    top: 17px;
    width: 105px;

}



h1:after
{
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);
    right: 0;
}

h1:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}

#card .front .eingabe{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;

       box-sizing:border-box;
      -moz-box-sizing:border-box;
      -webkit-box-sizing:border-box;


     border: #666666 2px solid;
    font-family: 'Century Gothic',sans-serif;
    font-size:16px;
    padding-left:5px;
    background-color:#F6F6F6;
    width:80%;
    margin-left:10%;
    margin-right:10%;

    margin-bottom: 12px;
    height:38px;
    background-color: white;
    font-weight: 500;

}

#card .front .eingabe:focus {
    border: #32AA4E 2px solid;
   outline:0px solid #fff;
}




.submit
{
     border: #666666 2px solid;
       background-color: #32AA4E;/*#993300;*/
       color: white;

       border-radius: 3px;
       -moz-border-radius: 3px;
       -webkit-border-radius: 3px;
       font-size: large;
    /*  padding: 5px 30px;   */

    height: 33px;
    padding: 0;
    width: 150px;
    cursor: pointer;
    font: bold 17px Arial, Helvetica;

    position:absolute;
    left:50%;
    bottom:6%;
    margin-left:-75px;

     appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}



.submit:hover
{
    background-color:  #32AA4E;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from( #993300), to( #E04B00));*/
    background-image: -webkit-linear-gradient(top, #32AA4E, #57CD73);
    background-image: -moz-linear-gradient(top, #32AA4E, #57CD73);
    background-image: -ms-linear-gradient(top,  #32AA4E, #57CD73);
    background-image: -o-linear-gradient(top,  #32AA4E, #57CD73);
    background-image: linear-gradient(top,  #32AA4E, #57CD73);
    outline:0px solid #fff;
}

.submit:focus{
       outline: none;
}

.submit:active
{
    outline: none;

     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.submit::-moz-focus-inner
{
  border: none;
}



.container {
  width:400px;
  height:220px;
  left:50%;
  top:50%;
  position: absolute;
  margin-left: -200px;
  margin-top: -110px;


  perspective: 800px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;

}


#card {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 1s;

  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;

  transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;

}


#card .login_style
{
  z-index: 500;
  margin: 0px;
  display: block;
    width:100%;
    height:100%;

    /*box-shadow: 0 0 0 1px #fff;*/
    background: white;
     position:absolute;

     -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
   	backface-visibility: hidden;
    border-radius:3px;
  -moz-border-radius: 3px;
  -webkit-border-radius:3px;

}



#card.front_visible  .front {
	-webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
   	backface-visibility: visible;
}
card.front_visible .back {	
	 -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
   	backface-visibility: hidden;
}

#card.back_visible .front {
  /* transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
     -moz-transform: rotateY(0deg); */
	
	 -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
   	backface-visibility: hidden;
	 
}
#card.back_visible .back {	
	-webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
   	backface-visibility: visible;
}



#card .back {
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

#output{
  width:100%;
  text-align:center;
   font-size:large;
   margin-top: 20px;
    font-weight: 500;
	padding:10px;
	color:#D02F32;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;

}

#card.flipped {

    transform: translateX( -100% ) rotateY( -180deg );
    -webkit-transform: translateX( -100% ) rotateY( -180deg );
    -moz-transform: translateX( -100% ) rotateY( -180deg );

    /*transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);*/
}





#required_box
{
  z-index: 501;
  padding:3px;
  border:#3A3A3A solid 1px;
  border-radius:5px;
  font-size: 13.5px;
  background-color:#EFEFEF;
  color:#3A3A3A;
  position:absolute;
  display:block;
  pointer-events:none;
}
#required_d{
  width:0px;
  height:0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #3A3A3A;
  position:absolute;
  top:-8px;
  left:8px;
}






.end_bar {
  transition: 2s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform: preserve-3d;
  width: 100vw;
  top:0;
  height: 30px;
  left:0;
  margin: 0 0 0 0;
  border: 0;
  border-radius: 0;
  padding:0;
}

.end_fade {
    transition:0.5s;
    opacity:0;
}


.browser-error{
    font-family: sans-serif;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 102;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    color: #FFF;
    background-color: #AE0000;
    padding: 5px 0px;
}


@media only screen and (min-width: 150px ) and (max-width: 350px){

h1:after, h1:before
{
  display: none;
}

.container
{

  width:220px;
  height:240px;

  margin-left: -110px;
  margin-top: -120px;

}

}


