body{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url("../images/login_bg.png") no-repeat;
}

.login-sec {
	background:#fff;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(148,169,196,0.28);
	box-shadow: 0px 0px 13px 0px rgba(148,169,196,0.28);
	padding: 0 0 10px;
	width:62%;
	margin:0 auto;
	position:absolute;
	left:19%;
	top:15%;
}



.form-title h1 {
    font-size: 50px;
    color: #585858;
    text-align: center;
    font-weight: 400;
	padding-top: 5%;
	margin-top: 8%;
}

.form-title p {
    font-size: 18px;
    color: #585858;
    text-align: center;
    margin-top: 1.5%;
}
.form-footer {
	margin-top:4%;
	margin-bottom:10%;
}
.form-footer p {
	font-size: 18px;
    color: #696969;
    text-align: center;
	line-height:1.8;
}

.login-wrapper{
	padding:0 56px 0;
}
.login-sec .form-main{
	max-width:430px;
	width:87.5%;
	margin:0 auto;
	margin-top:6.5%;
}
.form-group label {
	font-weight:normal;
	font-size:12px;
	color:#222;
	display:block;
}
.form-group .form-control,.form-group .btn {
	width:100%;
}
.form-tip {
	color:#bbb;
	font-size:12px;
	margin-top:40px;
	margin-bottom:20px;
}

.form-group {
	position:relative;
}
.form-group .form-control {
    height: 50px;
    line-height: 50px;
	padding-left: 50px;
	background:transparent;
}

.form-group .btn {
    border-radius: 25px;
    height: 50px;
    font-size: 18px;
}

.form-group .input_group_span {
    background-image: url(../images/lock_icon.png);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    width: 50px;
    height: 48px;
    left: 3px;
    top: 1px;
    z-index: 4;
    border: 0;
}

#login-site { color:#0088f4; padding:0 2px; }
#module { padding: 0;
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    float: none; }
#module span { line-height:22px; font-size:22px; color:#fff; border-left:2px solid #fff; padding-left:15px; margin-left:15px;  }


@media screen and (min-width:931px) and (max-width:1200px){
	.form-title h1 {
		font-size:38px;
	}
	
	.form-title p {
		font-size:16px;
	}
	
	.form-footer p{
		font-size:16px;
	}
	
	.login-sec .form-main {
		width:375px;
	}

}

@media screen and (max-width:930px){
	.login-sec {
		top:75px;
		left:0;
		margin-left:0;
		margin-top:0;
		width:100%;
		height:100%;
		border-radius:0;
		box-shadow:none;
	}
	
	.form-title h1 {
		font-size:36px;
	}
	
	.form-title p {
		font-size:16px;
	}
	
	.form-footer p{
		font-size:16px;
	}
	
	.login-sec .form-main {
		margin-top: 13.5%;
	}
	
}

@media screen and (max-width:420px){
	.login-sec {
		top:75px;
		left:0;
		margin-left:0;
		margin-top:0;
		width:100%;
		height:100%;
		border-radius:0;
		box-shadow:none;
	}
	
	.form-title h1 {
		font-size:28px;
	}
	
	.form-title p {
		font-size:14px;
	}
	
	.form-footer p{
		font-size:12px;
	}
	
	.form-group .form-control{
		height:45px;
		line-height:45px;
	}
	
	.form-group .btn{
		height:45px;
		font-size:16px;
	}
	
	.form-group .input_group_span{
		    width: 42px;
			height: 56px;
			margin-top:-6px;
	}
	
}

@media screen and (max-width:320px){
	.login-sec {
		top:75px;
		left:0;
		margin-left:0;
		margin-top:0;
		width:100%;
		height:100%;
		border-radius:0;
		box-shadow:none;
	}
	
	.form-title h1 {
		font-size:21px;
	}
	
	.form-title p {
		font-size:12px;
	}
	
	.form-footer p{
		font-size:12px;
	}
	
	.form-group .form-control{
		height:36px;
		line-height:36px;
	}
	
	.form-group .btn{
		height:36px;
		font-size:14px;
	}
	
	.form-group .input_group_span{
		    width: 35px;
			height: 56px;
			margin-top:-11px;
	}
	
}