/* -----Login Page BG------ */

.loginbackground {
	position: relative;
	background: transparent url("https://s3.amazonaws.com/mytonomy-health/organizations/CRT/images/CRT-Bg.jpg") no-repeat scroll 50% 50%;
	background-size: cover;
	width: 100%;
	min-height: 100%;
	background-attachment: fixed;
}
.loginbackground div.grey-patch{
	background-color: rgba(0,0,0,0.40);
}

.loginbackground h2 {
	color: #F7F7F8;
	margin-top: 4%;
	font-size: 42px;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000;
}


/**login page box css for zerigo start here**/
.zerigo_clinician .login_pec_box{
	display: none !important;
}
.zerigo_clinician .login_as_clinician {
	margin: 20px;
	min-height: 89px;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.zerigo_clinician .login_as_clinician p{
	color: #4A4A4A;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
}
/**login page box css for zerigo end here**/

@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/CRT/images/CRT-Bg.jpg") no-repeat fixed 50% 50% / cover;
	}
}
@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/CRT/images/CRT-Bg.jpg") no-repeat fixed 50% 50% / cover;
	}
}