body {
	background-image: url(../images/login_bj.png);
	background-position-y: 3.1875rem;
	background-size: 100% 100%;
}

.logo img {
	margin: 0px auto;
	display: block;
	padding-top: 3rem;
	width: 20rem;
}

.mod-main-index {
	/*background-image: url(../images/login_bj.png);
	background-size: 100% 100%;*/
	background-color: rgba(255, 255, 255, 0);
	min-height: 0px !important;
}

.mod-main-index form {
	padding-top: 50%;
}

.am-btn-group-stacked {
	width: 90%;
	margin-left: 1.5rem;
	margin-top: 3rem;
}

.am-btn {
	background-color: #3a97cc !important;
	color: #FFFFFF
}

.am-g-fixed {
	text-align: center;
	margin-top: 2rem;
	font-size: 1.5rem;
	
}

.am-u-sm-6:first-child {
	border-right: 1px solid #CCCCCC;
}

.prompt {
	display: none;
	width: 18rem;
	height: 3rem;
	background-color: rgba(0, 0, 0, .7);
	color: #FFFFFF;
	border-radius: 5px;
	margin: 4rem auto;
	line-height: 1rem;
	text-align: center;
	font-size: 1.5rem;
}