@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	overflow-y: auto;
	overflow-x: hidden !important;
	background-color: #000000;
}
/* CSS only for examples not required for centering */

.w-40 {
	width: 82%;
}
/* show border around full height container */
/*.h-100 {
padding: 3%;
	margin-bottom: 1%;
}*/
.container {
	align-items: center;
}
.form_main {
	width: 99%;
	border: 1px solid #cccccc; 
	padding: 20px;
}
footer {
	font-family: "Arial";
	font-size: 12px;
}
	footer a {
	color: #ffffff;
	padding: 15px 10px;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
}
footer a:hover, a:active, a:visited {
	color: #ffffff;
}
footer {
	position: relative;
	margin: 0 auto;
}
footer img {
	display: block;
}
.content {
	max-width: 1024px;
	padding: 10px;
}
.button img {
	display: block;
}
.form-text {
	color: #ffffff;
}
label {
	color: #ffffff;
}

@media only screen and (max-width: 600px) {
.w-40 {
	width: 100%;
}
}
