body{position:relative;}

.formBlock{position:fixed; left:0; top:150px; bottom:0; right:0; z-index:5; text-align:center;}
.authForm{text-align:left; display:inline-block; max-width:520px; background:url(/data/img/pixel_white.png); color:#FFFFFF; border:1px solid #808080; overflow:hidden;
         -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.authForm h1{font-weight:normal; text-align:left; font-size:22px; margin:0; padding:20px; padding-left:33px; background:#808080; line-height:22px;}
.authForm .styler{display:block; width:400px; margin:10px 30px}
.authForm .newButton{margin-left:30px; margin-bottom:20px}
.authForm .iHint{margin:10px 30px; color:#000000; font-size:16px; }

.bg{position:fixed; opacity:0.5; left:0; top:0; bottom:0; right:0; z-index:1; background:url(img/ny.jpeg) no-repeat top center; background-size:cover;}
.bg{background-image:url(img/logistick.jpg)}
/*.bg{background-image:url(img/ny2.jpg)}*/

.happy_ny{display:none; position:fixed; left:0; top:5px; right:0; z-index:3; height:36px; background-image:url(img/christmas-lights.png)}
.happy_ny.stage1{background-position: 0 0}
.happy_ny.stage2{background-position: 0 -36px}
.happy_ny.stage3{background-position: 0 -72px}
.happy_ny.stage4{background-position: 0 -108px}

canvas {
  position:fixed; left:0; top:0; bottom:0; right:0; z-index:2;
  filter: blur(2px);
}
