body {
    overflow-x: hidden;
    overflow-y: hidden;
}


body{
	background: url("../media/pictures/tokyo.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

#login{
    max-width:250px;
    max-height:350px;
    margin:100px auto;
    padding:16px;
    background-color:rgba(34,34,34,0.9)
}

#login span{
    margin:8px;
}

#login input{
    color:#ffffff;
}

