﻿.qwf-login-body {
	height: auto;
}
.qwf-login-body form {
	height: auto;
	width: auto;
}
#qwf-login {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
	padding-bottom: 0px;
	margin-top: 200px;
}
#qwf-login h1 
{
    font-size:18px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}


#qwf-login .login-btn {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	/*text-align:center;*/
	padding-top: 20px;
}
#qwf-login .login-btn .readme {
	color: #FF0000;
}

#qwf-login .login-btn .btn-login {
border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	background-color: #2F8AD1;
	height: 35px;
	width: 90px;
	color: #FFFFFF;
	font-weight: bold;
	
}

#qwf-login .login-input {
	line-height: 25px;
	height: 35px;
	font-size: 16px;
	color: #666666;
	margin-right: auto;
	width: 300px;
	margin-left: auto;
}
#qwf-login .login-input input {
	border: 1px solid #999999;
	height: 22px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 200px;
}
#qwf-login .login-bottom {
	text-align: center;
	color: #3D3D3D;
	background-color: #F2F2F2;
	width: 100%;
	line-height: 22px;
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CACACA;
	font-size: 12px;
}