.g_login_cont{
	height: calc(100% - 200px);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	_padding-bottom: 200px;
}

.g_login_form_cont{
	padding: 15px;
	border: 1px solid #666666;
	-webkit-border-radius: 8px;
	-moz-border-radius:    8px;
	border-radius: 		   8px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	background-color: var(--g_color_fdo);
}

.g_login_form_cont form{
	margin: 0;
}
.g_login_form_cont table{
	font-family: Arial;
	font-size: 14px;
}

.g_login_form_cont table caption{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 18px;
	color: #666666;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
	padding-bottom: 4px;
}

.g_login_form_cont table tr{
	
}

.g_login_form_cont table tr td{
	padding: 4px;
	color: #666666;
}

.g_login_form_cont table tfoot tr td{
	text-align: center;
}

.g_login_form_cont table tbody tr td input{
	border: 1px solid var(--g_color_border);
	padding: 4px;
	color: var(--g_color_font1);
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius: 		   4px;
}


