/* standard text styles */
html, p, ol, body, td, th, .text, ul, li, input, select , textarea, button {
	color:#454545;
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
}

/* custom text styles */

/* link styles */
a:link			{ color:#3b4972; text-decoration:none; }
a:visited		{ color:#3b4972; text-decoration:none; }
a:hover			{ color:#3b4972; text-decoration:underline; }
a:active		{ color:#3b4972; text-decoration:underline; }

a.footer:link		{ color:#FFD700; text-decoration:none; }
a.footer:visited	{ color:#FFD700; text-decoration:none; }
a.footer:hover		{ color:#FFD700; text-decoration:underline; }
a.footer:active		{ color:#FFD700; text-decoration:underline; }

.login_screen_bg {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	/*background:#ff00ff;*/
	background-image: url(../images/login_bg_002.jpg); 
	background-repeat: no-repeat;
	background-attachment: scroll; 
	background-position: center top;
	background-size: cover;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.login_screen {
	display: table;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	/*background:#ff99ff;*/
}
.login_screen_content {
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}
.login_logo_img {
	width:450px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.login_plate {
	width:500px;
	padding:20px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.4);
	border-radius:20px;
	box-shadow: 10px 10px 30px #000000;
}
.login_input {
	width:450px;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom:10px;
	background: rgba(255,255,255,0.75);
	color:#000000;
	letter-spacing: 2px;
}
.login_submit {
	width:450px;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom:10px;
	letter-spacing: 6px;
}
.login_footer {
	position:fixed;
	width: 100%;
	font-size: 0.75rem;
	padding: 5px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	color:#dedede;
	bottom:0px;
}
.login_error {
	width:452px;
	color: #ffffff;
	background: rgba(255,0,0,0.5);
	margin-bottom:8px;
	letter-spacing: 2px;
}

.main_content_plate {
	padding:60px 10px 10px 10px;
}
.main_content {
	padding:20px;
	box-sizing: border-box;
	background:#ffffff;
	border-radius:8px;
	box-shadow: 2px 2px 2px #a0a0a0;
}
.content_footer {
	width: 100%;
	font-size: 0.75rem;
	padding: 5px;
	box-sizing: border-box;
	background: rgba(0,0,0,1);
	color:#dedede;
}


@media screen and (max-width: 901px) and (orientation: portrait){
	html, p, ol, body, td, th, .text, ul, li, input, select , textarea, button {
		font-size: 1.4rem;
	}
	
	.login_screen_content {
		text-align:center;
		display: table-cell;
		vertical-align: top;
	}
	.login_logo_img {
		width:650px;
		margin-top: 25vh;
	}
	.login_plate {
		margin-top: 10px;
		width:720px;
		padding:25px;
		border-radius:30px;
		box-shadow: 15px 15px 50px #000000;
	}
	.login_input {
		width:650px;
		font-size: 3rem;
		margin-bottom:10px;
		letter-spacing: 3px;
	}
	.login_submit {
		width:650px;
		font-size: 3rem;
		margin-bottom:10px;
	}
	.login_error {
		width:652px;
		font-size: 2rem;
		margin-bottom:12px;
		letter-spacing: 4px;
	}
	.login_footer {
		font-size: 1.5rem;
		padding: 7px;
	}

	.main_content_plate {
		padding:135px 10px 10px 10px;
	}
	.main_content {
		padding:30px;
		box-sizing: border-box;
		background:#ffffff;
		border-radius:12px;
		box-shadow: 4px 4px 4px #a0a0a0;
	}
	.content_footer {
		font-size: 1.5rem;
		padding: 7px;
	}

}

@media screen and (max-width: 901px) and (orientation: landscape){


}
