﻿body {
  background: url(../img/home.jpg) no-repeat top right fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer {
overflow:auto;
position:absolute;
bottom: 10px;
left: 0px;
font-size: 9pt
}

.login-container {
	-webkit-box-shadow: 10px 4px 22px -9px rgba(87,84,87,1);
	-moz-box-shadow: 10px 4px 22px -9px rgba(87,84,87,1);
	box-shadow: 10px 4px 22px -9px rgba(87,84,87,1);
	height: 100vh;
	border-right: 1px #666666 solid 
}
