body {
			background-color: darkgray;
			background-image: url("img/GreybK.jpg");
			color: white;
			font-family: "MuseoSans","Arial",sans-serif;
		}
		
		a:link, a:visited {
		background-color: #f44336;
		color: white;
		padding: 14px 25px;
		text-align: center; 
		text-decoration: none;
		display: inline-block;
		}

		a:hover, a:active {
		background-color: red;
		}
		
		input{
		background-color: #000;
		color: white;
		box-sizing: border-box;
		border: .0625rem solid rgba(16,29,35,0);
		box-shadow: 0 0.0625rem 0.125rem 0 grey;
		width: 100%;
		height: 25px;
		line-height: 25px;
		
		
		}
		
		form{
		position: relative;
		text-align: left;
		padding: 10px;
		top: -10px;
		}
		
		button{
		vertical-align: middle;
		margin: 0 0 1rem 0;
		padding: 0.5em 0.8em;
		border: 2px solid black;
		border-radius: 0;
		text-align: center;
		cursor: pointer;
		background-color: #0B2161;
		color: white;
		font-family: "cinzel","Times","Times New Roman",serif;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		text-shadow: 0 0.0625rem 0.0625rem rgba(25,25,25,0.99);
		background: linear-gradient(-180deg, #013ADF 0%, #0B2161 100%);
		//border-bottom: .1875rem solid #9f4000;
		//border-left: .1875rem solid #f0d079;
		//border-right: .1875rem solid #9f4000;
		//border-top: .1875rem solid #f0d079;
		width: 100%;
	
		}
		
		button:active {
		color: white;
		background: #0A0A2A;
        box-shadow: inset 0px 0px 5px #0A0A2A;
		outline: none;
		}
		
		button:hover {
		color: black;
		border: 2px solid black;
		}
		
		#content{
			display: table;
			position: absolute;
			height: 100%;
			width: 100%;
		}
		
		#mid{
			display: table-cell;
			vertical-align: middle;
		}
		
		#login{
			background: #101d23;
			
			width: 200px;
			border: 2px solid #101d23;
			border: .5625rem solid rgba(16,29,35,0.8);
			box-shadow: 0 0.2625rem 0.525rem 5px black, inset 0 0.0625rem 0.525rem 0 gray;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			
		}
		
		#login p{
			position: relative;
			text-align: middle;
			color: white;
			background: black;
			height: 50px;
			line-height: 50px;
			left: 0px;
			top: -16px;
			font-weight: bold;
			
		}
		
		#footer{
			position:fixed;
			bottom: 0;
			color: white;
			text-align: center;
			align: bottom;
		}