/* -----Login Page BG------ */
.loginbackground {
	position: relative;
	background: transparent url("https://s3.amazonaws.com/mytonomy-health/organizations/HackenSack/hackensack-university-medical-center.jpg") no-repeat scroll 40% 50%;
	background-size: cover;
	width: 100%;
	min-height: 100%;
	background-attachment: fixed;
}
.main_box_bg {
	position: relative !important;
	background: transparent url("https://mytonomy-health.s3.us-east-1.amazonaws.com/organizations/Hackensack_University_Medical_Center/hmh-bg-watermark.jpg") no-repeat scroll 40% 50% !important;
	background-size: cover !important;
	width: 100% !important;
	min-height: 100% !important;
	background-attachment: fixed !important;
}
.fotgt-head {
	min-height: 83px;
	text-align: center;
	width: 100%;
	background: rgba(0, 0, 0, 0.70) none repeat scroll 0% 0% !important;
}
.logo_box a.navbar-brand img{
	display: block !important;
}
.main-head-logo {
	z-index: 1;
}
.loginbackground h2 {
	color: #F7F7F8;
	margin-top: 4%;
	font-size: 42px;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000;
}
.loginbackground div.grey-patch {
	background-color: rgba(0,0,0,0.40);
}


@media (max-width:767px){
	.loginbackground{
		background: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.3)) repeat scroll 0% 0%, transparent url("https://s3.amazonaws.com/mytonomy-health/organizations/HackenSack/hackensack-university-medical-center.jpg") no-repeat fixed 50% 50% / cover;
	}
	background-size: cover;
		.login-margin {
	}
}
 @media (max-width:991px) and (min-width:768px){
	.loginbackground{
		background: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.3)) repeat scroll 0% 0%, transparent url("https://s3.amazonaws.com/mytonomy-health/organizations/HackenSack/hackensack-university-medical-center.jpg") no-repeat fixed 50% 50% / cover;
		background-size: cover;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.loginbackground{
		background-size: contain !important;
		background: #337897 url("https://s3.amazonaws.com/mytonomy-health/organizations/HackenSack/hackensack-university-medical-center.jpg")z no-repeat scroll 36% 30%;
	}
	.login-margin {

	}
	.fotgt-head{
		background: #fff !important;
	}
	.loginbackground .login-div{
		box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.60) !important;
	}
}
        