@charset "UTF-8";
/**
 * 
 * @authors wbitos (wbitos@gmail.com)
 * @date    2018-05-01 14:35:19
 * @version $Id$
 */
body{
	background:#f0f0f0;
}

.container {
}

.notice {
	text-align: center;
	font-size: 16px;
	color: #999;
	position:absolute;             
	width:100%;             
	height:100px;             
	top:50%;             
	left:50%;             
	transform:translate(-50%,-50%);             
	-webkit-transform:translate(-50%,-50%);             
	-moz-transform:translate(-50%,-50%);             
	-ms-transform:translate(-50%,-50%);             
}

.login {
	position: relative;
	display: block;
}

.login .desc {
	text-align: center;
	font-size: 15px;
	color: #999;
	width:100%;
	height:30px;
	line-height:30px;
	margin: 20px auto;
}

.login .logo {
	width: 80px;
	margin: 40px auto 20px auto;
	display: block;
}

.login .slogen {
	width: 230px;
	margin: 20px auto 120px auto;
	display: block;
}

.login .other {
	border: 1px solid #2BABEE;
	color: #2BABEE;
	margin: 15px auto;
	width: 80%;
	height: 40px;
	line-height: 40px;
	align-content: center;
	text-align: center;
	font-size: 17px;
	border-radius: 4px;
}

.login .wechat {
	color: white;
	background: black;
	margin: 15px auto;
	width: 80%;
	height: 40px;
	line-height: 40px;
	align-content: center;
	text-align: center;
	font-size: 17px;
	border-radius: 4px;
}

.login .refresh {
	border: 1px solid #2BABEE;
	color: #2BABEE;
	margin: 15px auto;
	width: 80%;
	height: 40px;
	line-height: 40px;
	align-content: center;
	text-align: center;
	font-size: 17px;
	border-radius: 4px;
}