#login {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#login p {
	text-align: center;
}

#login h3 {
	text-align: center;
}

#banner {
	background-color: #3F51B5;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 60px;
	z-index: -1;
	text-align: center;
}

#banner p {
	font-size: 12px
}

#content {
	padding-top: 60px;
	text-align: center;
	margin: 0 auto 0 auto;
	width: 600px;
}

.div-table {
	display: table;
	width: 100%;
	padding: 0 20px 0 40px;
	margin-top: 10px;
}
.div-table-row {
	display: table-row;
	width: auto;
	clear: both;
}
.div-table-col {
	float: left;
	display: table-column;
	width: 90px;
	margin: 0 7px 0 7px;
}

.count-male{
	background-color: #cbdde6;
}

.count-female{
	background-color: #eebcbc;
}

.select_country{
	margin-bottom: 20px;
}
