html, body {
	min-width: 320px;
	height: 100%;
	background: #f8f8f8;
}
.mashead {
	min-width: 320px;
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 rgba(82, 66, 66, .075), 0 1px 1px rgba(137, 137, 137, .49);
	-moz-box-shadow: inset 0 0 0 rgba(82, 66, 66, .075), 0 1px 1px rgba(137, 137, 137, .49);
	box-shadow: inset 0 0 0 rgba(82, 66, 66, .075), 0 1px 1px rgba(137, 137, 137, .49);
}
.navbar-brand {
	height: 70px;
}
.navbar-text {
	margin-top: 25px;
}
.container-fluid {
	padding-top: 120px;
	padding-bottom: 70px;
	background-color: #f8f8f8;
}
@media (max-width: 767px) {
.navbar-text {
	float: right;
}
.container-fluid {
	padding-top: 100px;
}
}
.login-panel {
	border: #ccc 1px solid;
}
.login-panel .panel-heading {
	padding: 15px;
	background-color: #e4e4e4;
}
.login-panel .panel-body {
	background-color: #f2f2f2;
}
.login-panel .form-group {
  margin-bottom: 20px;
}
.login-panel .form-control {
	width: 100%;
}
.login-panel .btn {
  margin-top: 40px;
}
.ico-groups {
	position: relative;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ico-groups .ico {
	display: inline-block;
	position: absolute;
	margin: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: text-bottom;
}
.ico-groups .ico-text {
	height: 40px;
	padding-left: 42px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.ico-user {
	background: url(/common/img/man.png) center center no-repeat;
}
.ico-password {
	background: url(/common/img/key.png)center center no-repeat;
}
.footer {
	height: 70px;
	padding-top: 20px;
	text-align: center;
	color: #999;
	border-top: #d5d5d5 1px solid;
	background: #fff;
}
.footer li {
	margin-right: 20px;
}
.login-tip {
	cursor: pointer; 
	color: #666;
	padding: 15px;
}
.login-tip-text{
	display:none;
	padding: 8px 20px;
}
@media (min-width: 768px) {
.login-tip-text{
    position: absolute;
	left: 15px;
    right: 15px;
    bottom: -30px;
	background: #f2f2f2;
	border-top-width: 0;
}
}
@media (max-width: 767px) {
.login-tip-text {
	position:fixed;
	top: 30%;
  	left: 0;
  	right: 0;
	margin: 0 auto;
	color:#fff;
	background-color:#000;
	opacity:.60;
}
}
.phTips {
	display: inline-block;
	position: relative;
	top: -25px;
	left: 91px;
	overflow: hidden;
	width: 45%;
	color: #999;
	white-space: nowrap;
	text-overflow: clip;
}
.phTips.pass_word {
	top: -28px;
	left: 13px;
}

a{
	color:#999;
	text-decoration: none;
}

a:hover {
	color: #ac1b20;
}

.placeholder-content .placeholder-text {
  padding-left: 42px;
  width: 100%;
  top: -9px;
}

