.login-logo {
	font-size: 35px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 300;
	margin-top: 30px;
}
.login-logo a,
.register-logo a {
	color: #444;
}
.login-box1 {
	margin: 1% auto;
}
@media (max-width: 768px) {
	.login-box1 {
		width: 90%;
		margin-top: 20px;
	}
}
.login-box-body {
	background: #fff;
	padding: 20px;
	border-top: 0;
	color: #666;
	width: 400px;
	margin: 5% auto;
}
.login-box-body1 {
	border-top: 0;
	color: #28166f;
	width: 100%;
	margin: 5% auto;
	text-align: center;
	font-size: 23px;
}
img {
	margin: 5% auto;
	width: 122px;
	height: 122px;
}
/*validator*/
.bad input,
.bad select,
.bad textarea {
	border: 1px solid #ce5454;
	box-shadow: 0 0 4px -2px #ce5454;
	position: relative;
	left: 0;
	-moz-animation: 0.7s 1 shake linear;
	-webkit-animation: 0.7s 1 shake linear;
}

.item input,
.item textarea {
	transition: 0.42s;
}

/* alerts (when validation fails) */
.item .alert {
	float: left;
	margin: 0 0 0 20px;
	padding: 3px 10px;
	color: #fff;
	border-radius: 3px 4px 4px 3px;
	background-color: #ce5454;
	max-width: 170px;
	white-space: pre;
	position: relative;
	left: -15px;
	opacity: 0;
	z-index: 1;
	transition: 0.15s ease-out;
}

.item .alert::after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent #ce5454 transparent transparent;
	border-style: solid;
	border-width: 11px 7px;
	position: absolute;
	left: -13px;
	top: 1px;
}

.mode2 .item .alert {
	float: none;
	clear: left;
	margin: 0;
	padding: 0 5px;
	border-radius: 0 0 3px 3px;
	max-width: 100%;
	height: 22px;
	line-height: 1.8em;
}
.mode2 .item .alert::after {
	display: none;
}
.item.bad .alert {
	left: 0;
	opacity: 1;
}
.ln_solid {
	border-top: 1px solid #e5e5e5;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	margin: 20px 0;
}
.login-user1 {
	position: absolute;
	top: 5px;
	left: 85%;
	height: 35px;
	width: 35px;
	line-height: 30px;
	text-align: center;
	color: #888;
}
