@font-face {
	font-family: NiagaraSolid;
	src: url("/Fonts/NIAGSOL.TTF");
}

header .logo {
    font-family: NiagaraSolid, Times;
    font-size: 5em;
    letter-spacing: 2px;
    text-align: center;
	color: #707070;
	text-shadow: 
    -0   -1px 6px #000000,
		 0   -1px 6px #000000,
		-0    1px 6px #000000,
		 0    1px 6px #000000,
		-1px -0   6px #000000,
		 1px -0   6px #000000,
		-1px  0   6px #000000,
		 1px  0   6px #000000,
		-1px -1px 6px #000000,
		 1px -1px 6px #000000,
		-1px  1px 6px #000000,
		 1px  1px 6px #000000,
		-1px -1px 6px #000000,
		 1px -1px 6px #000000,
		-1px  1px 6px #000000,
		 1px  1px 6px #000000;
}

#loginform {
    font-family: Arial, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 1em;
	background-color: burlywood;
	padding: 20px;
}

.main-container {
    color: azure;
}

.style-login {
    text-align: center;
}