@charset "utf-8";
/* CSS Document */
/* Background pattern from Subtle Patterns */

body {
	font-family: 'Saira', Helvetica, sans-serif;
	background-image: url("../images/classy_fabric.png");
}
.loginheader {
	top: 2%;
	left: 2%;
	color: #B3B3B3;
	font-size: 3em;
	font-style: italic;
}

.loginwindow{
	position:absolute;
	opacity:0.8;
	top:40%;
	left:35%;
	width:20%;
	height:auto;
	text-align:left;
	border:groove;
	background-color:#E0E0E0;
	color:#4B4B4B;
	padding:1em;
}

input {
    display: block;
    width: 100%;
}

.loginwindow:hover{
	opacity: 1;
}
