@import url('https://fonts.googleapis.com/css?family=Nunito:100,200,400,600,800');
html{
	background: rgb(33, 33, 33);
	height: 100vh;
}

#body, body{
	padding: 0px;
	margin: 0px;

	font-size: 12px;
	font-family: 'Nunito', sans-serif;
	background: url(../Images/clear_integrations_background_image.jpg) no-repeat center center fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	height: 100vh;
	width: 100vw;
	position: absolute;
}
a{
	cursor: pointer;
}
.mainMask {
	z-index: 9999999;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6f0ff+0,2aa9c9+100&0.7+0,0.94+100 */
background: -moz-radial-gradient(center, ellipse cover,  rgba(214,240,255,0.7) 0%, rgba(42,169,201,0.94) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(214,240,255,0.7) 0%,rgba(42,169,201,0.94) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(214,240,255,0.7) 0%,rgba(42,169,201,0.94) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d6f0ff', endColorstr='#f02aa9c9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width:100%;
    height:100%;

}
.loadingContainer{
	position: fixed;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.centeredContent{
	position: fixed;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);

	width: 300px;
	height: 300px;
}
.errorContent{
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#mainContent{
/*
	background: url(../Images/clear_integrations_background_image.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
/* overflow: scroll; */

}
.sectionHeader{
	font-weight: 800;
	font-size: 45px;
	color: #128fa9;
	text-shadow: 1px 0px 1px black;
	letter-spacing: 1.5px;

	background-color: #006f85;
	color: transparent;
	text-shadow: 0px 1px 2px rgba(255,255,255,0.3);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
}
.moduleHeading{
	font-weight: bold;
	font-size: 15px;
}
.red{
	color:red;
}
.green{
	color:green;
}
@media screen and (max-width: 850px) and (orientation : portrait) {
	.wrapLogin {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		background: url(../Images/clear_integrations_background_image.jpg) no-repeat center center fixed;
		background-size: cover;
	}

}

@media screen and (max-width: 850px) and (orientation : landscape) {
	#body {
		background: url(../Images/clear_integrations_background_image.jpg) no-repeat center center fixed;
background-size: cover;
	}
	.wrapLogin {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		background: url(../Images/clear_integrations_background_image.jpg) no-repeat center center fixed;
		background-size: cover;
		padding: 80px 0;
	}


}
a{
	color: #037993;
	text-decoration: none;
}
.eye_icon{
	background: url(https://app.clearintegrations.com/UI-Assets/eye_icon.png) no-repeat center center;
	background-size: 14px;
	width: 15px;
	height: 15px;
	position: relative;
	display: inline-block;
	top: 3px;
}

.phone_icon{
	background: url(https://app.clearintegrations.com/UI-Assets/phone_icon.png) no-repeat center center;
	background-size: 14px;
	width: 15px;
	height: 15px;
	position: relative;
	display: inline-block;
	top: 3px;
}

.calendar_icon{
	background: url(https://app.clearintegrations.com/UI-Assets/calendar_icon.png) no-repeat center center;
	background-size: 14px;
	width: 15px;
	height: 15px;
	position: relative;
	display: inline-block;
	top: 3px;
}