﻿body {
  -webkit-background-size:cover;
  background-attachment:fixed;
  background-image:url(../Images/WalkaboutLoginBG.jpg);
  background-position:50% 50%;
  background-repeat:no-repeat no-repeat;
  background-size:cover;
}
.loginBox
{
  background:#f5f5f5;
  width:350px;
  border-radius:5px;
  box-shadow:0px 0px 5px grey;
  color:grey;
}