﻿.login-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}
.auth-box {
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 20px;
	min-width: 450px;
}
.login-title {
	margin-bottom: 50px;
	flex-wrap: wrap;
	width: 100%;
	height: 91px;
	text-align:center;
}
.login-title img{
	margin:0 auto;
}
.login-slogan {
	margin-bottom: 40px;
	text-align: center;
	color: #660065;
	font-size: 20px;
}
.m-input-group {
	position: relative;
	line-height: 37px;
	margin-bottom: 1.25em;
	box-sizing: border-box;
	width: 100%;
}
	.m-input-group .text-danger {
		padding-left: 13px;
		line-height: 40px;
	}
	.input-box {
	width: 95%;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #660065;
}
.username, .upassword {
	width: 24px;
	height: 24px;
	margin-top: -5px;
	vertical-align: middle;
	display: inline-block;
}
.username {
	background: url("../assets/images/login/username.png") no-repeat center center;
}
.upassword {
	background: url("../assets/images/login/password.png") no-repeat center center;
}
.login-input {
	font-family: "Helvetica Neue";
	width: 90% !important;
	color: #000;
	display: inline-block;
	background: none;
	text-overflow: ellipsis;
	border: none !important;
	outline: none !important;
	text-indent: 10px;
}
.btn-sign {
	width: 40px;
	height: 40px;
	background-image: url("../assets/images/login/login-btn.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #660066;
	margin: 0 auto;
	border-color: #660066;
	border-radius: 50px;
	cursor: pointer;
}