@charset "utf-8";
body {
	background-image: url(../images/soft/bg/bg-login.jpg);
	background-repeat: no-repeat;
}
.auth-main .auth-box .auth-left .left-top span {
/*	font-size: 20px;
	font-weight: 600;
	line-height: 50px;*/
	color: #FFEE00;
	text-transform: none;
	text-indent: 5px;
	letter-spacing: 2px;
}
.auth-main::before {
	background: rgba(0,0,0,0.75);
}
.brand {
	color: #fff;
	margin-top: 20px;
}
.brand p {
	margin: 0px;
}
.red{
	color: red;
}
@media only screen and (max-width: 767px) {
  .auth-main .mobile-logo {
    top: -120px;
  }
  .auth-main .mobile-logo img {
    width: 120px;
  }
}