body{
	/*background-size:100%;*/
	background-repeat: no-repeat;
	background-size: cover;
}


.bglogin{
    background: url('../images/bg.jpg') no-repeat center fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.pointer {
    cursor: pointer;
}
.wrapper {
    position: relative;
}
.newuserpointer {
	display:none; 
	color: #005826; 
	background: #fff; 
	padding: 10px 10px; 
	font-size: 12px; 
	font-weight: bold; 
	position:absolute; 
	bottom:0; 
	right:0; 
	margin-right: 20px;
	margin-bottom: 20px;
}
.login {
  	/*position: absolute;*/
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	top: 45px;
}
.login_inner {
    background-color: #fff;
    width: 80%;
    margin-left: auto;
margin-right: auto;
}
.login-header {
    text-align: center;
    margin-top: 20px;
}
.login-body{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.login-text {
    width: 100%;
height: 50px;
display: block;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px 10px 10px 35px;
border: 1px solid #bcbdb9;
border-radius: 5px;
}
.btn-login {
    width: 100%;
height: 40px;
background: #005826;
color: #fff;
margin-top: 20px;
margin-bottom: 20px;
height: 50px;
border: 1px solid #005826;
}
.login-footer{
	width: 100%;
height: 90px;
background-color: #ececec;
line-height: 90px;
text-align: center;
margin-top: 10px;
}
.login-body h4 {
    font-weight: bold;
}
.login-png {
    position: absolute;
    z-index: 99;
    top: 8px;
    left: 4px;
}
.login-divider {
    position: relative;
}
@media screen and (max-width: 767px){
	.login{
		width: 100%;	
	    top:25px;
	}
	.login_inner{
		width:90%;
	}
}

@media screen and (max-width: 360px) {
	.wrapper {
    	position: relative;
    }
    .newuserpointer {
    background: #005826;
    color: #fff;
    bottom: 0;
    margin-left: 20px;
}
