.login{
position: fixed;
top: 46%;
left: 50%;
height:0px;
width:600px;
padding:2px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
font-family:Helvetica; 
font-weight:lighter;
font-size:24px;
color:#222e33;
border-radius:10px;
}

.login_text{
color:#ffffff;
text-align:center; 
}

.body{
margin:0px;
background: #222e33 url("/img/world-bg_1.png") no-repeat;
background-position:center;
background-attachment:fixed;
} 

@-webkit-keyframes spin {
from {-webkit-box-shadow: 3px -6px 171px 1px rgba(255,255,255,0.67);
-moz-box-shadow: 3px -6px 171px 1px rgba(255,255,255,0.67);
box-shadow: 3px -6px 171px 1px rgba(255,255,255,0.67);
}

to {-webkit-box-shadow: 3px -6px 193px 1px rgba(255,255,255,0.67);
-moz-box-shadow: 3px -6px 193px 1px rgba(255,255,255,0.67);
box-shadow: 3px -6px 193px 1px rgba(255,255,255,0.67);}
}

@keyframes spin {
from {-webkit-box-shadow: 3px -6px 193px 1px rgba(255,255,255,0.67);
-moz-box-shadow: 3px -6px 193px 1px rgba(255,255,255,0.67);
box-shadow: 3px -6px 193px 1px rgba(255,255,255,0.67);}

to {-webkit-box-shadow: 3px -6px 171px 1px rgba(255,255,255,0.67);
-moz-box-shadow: 3px -6px 171px 1px rgba(255,255,255,0.67);
box-shadow: 3px -6px 171px 1px rgba(255,255,255,0.67);}
}