@charset "UTF-8";
/* CSS Document */
.lg-bg
{
	width:100%;
	height:auto;
	background-image:url(../img/login-bg-new.jpg);
	background-repeat:no-repeat;
	background-color:#48baea;
}

.punch-ln
{
	width:100%;
	height:auto;
}

.punch-ln p
{
	font-size: 28px;
    color: #ff3b7f;
    text-align: center;
}

.lg-line
{
	width:100%;
	height:auto;
	border-top:1px solid #1396cd;
	margin:7px 0px;
}

.lg-line p
{
	font-size:22px;
	color:#71d5ff;
	line-height:40px;
	text-align:center;
}
.login-box-body,.register-box-body{background:#e3e3e3;}

