body{
	background: url("/img/portal_login_bg.jpg") no-repeat center center fixed;
	background-size: cover;
	height: 100%;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
}

.logocontent{
	position: relative;
	
}

.logo img{
	width:100%;
	max-width: 200px;
	height: auto;
}

/*#register,
#forgotPassword,
#reset-pass {
	display:none;
}*/

.rememberme-login{
  	padding: 25px 30px 15px !important;
}

.forgot-password{
	text-align: center;
}

.forgot-password p{
	margin: 0;
}

.forgot-password p a{
    font-size: 12px;
    color: white;
    margin-top: 30px;
    border-radius: 6px !important;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
    padding: 6px;
}

.login .content .form-actions {
	border-bottom: none;
}


@media screen and (min-width: 750px) {
    .rememberme {
    	display: inline-block;
  	}
  	.login-btn {
    	position: absolute;
    	right: 30px;
    	width: 25%;
   		margin-top: -15px !important;
  	}

  	#reset-submit-btn {
    	position: absolute;
    	right: 30px;
    	width: 25%;
   		margin-top: -15px !important;
  	}

  	.logocontent{
  		top: 15%;
  	}
}

@media screen and (max-width: 750px) {
  	.rememberme {
    	display: block;
  	}
  	.login-btn {
    	position: relative;
    	display: block;
    	width: 100%;
  	}
  	.rememberme-login{
  		padding: 10px 30px 25px !important;
  	}
}