.outlineBox {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #D6DCE0;
	padding: 1em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	background-color: white;
}



body {
	background-color: #EDEDED !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-family: Arial, Helvetica,sans-serif;
	color: #67768B;
}

a:visited {
	color: #9C661F;
	text-decoration: underline;
}

a:hover {
	color: #8A360F;
	text-decoration: none;
}

.txtbox {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #D6DCE0;
}

.button {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #D6DCE0;
}


.x_panel {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding: 3px 8px;
	display: inline-block;
	background: #fff;
	border: 1px solid #E6E9ED;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
	transition: all .2s ease;
}

.x_title {
	border-bottom: 2px solid #E6E9ED;
	padding: 1px 3px 1px;
	margin-bottom: 0px;
	font-size: 1.1em;
	overflow: hidden;
}

	.x_title h2 {
		margin: 2px 0 3px;
		float: left;
		display: block;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		color: #333;
	}

.x_content {
	padding: 0 4px 2px;
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 2px;
}

.spacing {
	text-align: left;
	float: left;
	width: 99%;
}

.loginDiv {
	width: 20%;
	margin: 80px auto;
}

.loginBTN {
	width: 40%;
	margin: 5px auto;
}

@media screen and (max-width: 990px) {
	.txtbox {
		padding: 10px;
		Width: 100%;
		Height: 100px;
		font-size: 54px !important;
	}

	.x_title {
		font-size: 54px !important;
	}

	.button {
		Width: 100%;
		Height: 100px;
		font-size: 54px;
	}

	.spacing {
		height: 32px;
	}

	.loginlable {
		font-size: 54px;
	}
}

@media screen and (min-width: 991px) {

	.txtbox {
		padding: 10px;
		Width: 100%;
		Height: 40px;
	}

	.button {
		Width: 100%;
		Height: 40px;
	}

	.spacing {
		height: 8px;
	}
}
