html, body {
	margin: 0;
	padding: 0;
	/*height: 100%;*/
}

	body.login {
	}

body {
	font-family: 'RobotoRegular';
	color: #343a40;
	font-size: 12px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-size: cover;
	border-style: solid;
	border-color: RGB(4,86,162);
	border-width: 6.5px;
}

.page-wrappers {
	width: 100%;
}

.topleft {
	position: relative;
	top: 6px;
	left: 8px;
	max-width: 100%;
}

.topright {
	position: absolute;
	top: 6px;
	right: 30px;
	max-width: 100%;
}

.page-sub-heading {
	padding-bottom: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 38px;
	font-style: italic;
	color: rgb(0,93,172);
}

.heading {
	padding-top: 50px;
}

.mainimage {	
	height: 321px;
	width: 600px;
	max-width: 100%;
}

.mainimage1 {
	height: 100px;
	width: 150px;
	max-width: 100%;
}

.imagesm {
	padding-top: 40px;
}

.top-headers {
	position: relative;
}

.test {
	margin: 0px;
}

.image {	
	padding-top: 20px;
	height: 149px;
	width: 280px;
	max-width: 100%;
}

.image1 {
	height: 100px;
	width: 320px;
	max-width: 100%;
}

.image2 {
	height: 100px;
	width: 160px;
	max-width: 100%;
}

.tests {
	padding: 47px;
	margin-bottom: 5px;
}

.logo-wrapper {
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

	.logo-wrapper img {
		max-height: 300px;
		max-width: 500px;
	}

.logo-wrappers {
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-bottom: 10px;
}

.colortab {
	background-color: #d6e1e8;
	border: none !important;
	border-bottom-color: transparent;
	border-radius: 25px !important;
	color: black;
}

.form-group {
	margin-bottom: 8px;
	margin-top: 10px;
}


.form-body {
	background: #fff;
	padding: 0px;
}

.login-form {
	background: rgba(255,255,255,0.8);
	padding: 20px;
	border-top: 3px solid#3e4043;
}

.innter-form {
	padding-top: 5px;
}

.final-login li {
	width: initial;
}

.nav-tabs {
	border-bottom: none !important;
	margin-top: 10px;
}

	.nav-tabs > li {
		color: #222 !important;
	}

		.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
			background-color: #438afb;
			background-repeat: repeat-y;
			background: -webkit-gradient(linear, left top, right top, from(#37a1f6), to(#3682fb));
			background: -webkit-linear-gradient(left, #37a1f6, #3682fb);
			background: -moz-linear-gradient(left, #37a1f6, #3682fb);
			background: -o-linear-gradient(left, #37a1f6, #3682fb);
			color: #fff;
			border: none !important;
			border-bottom-color: transparent;
			border-radius: 15px !important;
		}

		.nav-tabs > li > a {
			margin-right: 2px;
			line-height: 1.428571429;
			border: 0px solid red !important;
			border-radius: 15px !important;
			font-size: 13px;
			padding: 9px 7px;
			color: #343a40;
			background-color: #d6e1e8;
		}

		.nav-tabs > li > .tabs {
			text-decoration: none;
			margin-left: 5px;
			padding: 10px 20px;
			border-radius: 35px !important;
		}

.tabone {
	padding: 15px;
	text-align: center;
	color: #fff;
	background-color: #d6e1e8;
	background: -webkit-gradient(linear, left top, right top, from(#37a1f6), to(#3682fb));
	font-size: 15px;
	border-radius: 30px;
}


.colortest {
	padding: 15px;
	text-align: center;
	color: #fff;
	background-color: #d6e1e8;
	background: -webkit-gradient(linear, left top, right top, from(#37a1f6), to(#3682fb));
	border-radius: 30px;
}

.social-login {
	text-align: center;
	font-size: 12px;
}

	.social-login p {
		margin: 15px 0;
	}

	.social-login ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

		.social-login ul li {
			width: 33%;
			float: left;
			clear: fix;
		}

			.social-login ul li a {
				font-size: 13px;
				color: #fff;
				text-decoration: none;
				padding: 10px 0;
				display: block;
			}

			.social-login ul li:nth-child(1) a {
				background: #3b5998;
			}

			.social-login ul li:nth-child(2) a {
				background: #e74c3d;
			}

			.social-login ul li:nth-child(3) a {
				background: #3698d9;
			}

.sa-innate-form p {
	font-size: 13px;
	padding-top: 10px;
}

.login-page {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.login-page1 {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.login-box {
	height: 200px;
	width: 320px;
	/*max-width: 360px;*/
	margin: 0px auto;
	box-shadow: 1.5px 2.6px 24px 0 rgba(0, 35, 136, 0.08);
	border-radius: 15px;
}

/*.login-label {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
}*/

.forgot-password {
	float: right;
	margin-top: 22px;
}

.login-footer {
	background-color: transparent !important;
	border: 0px;
	font-size: 11px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
}

.login-logo {
	width: 90px;
	margin: 0px auto;
}

.login-top-header {
	width: 100%;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.loginbox-footer {
	width: 100%;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.login-body-space {
	padding: 0px 40px;
	background-color: #fbfcfd;
	border-bottom: 1px solid #eaebf0;
}

.login-body-space1 {
	width: 100%;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 18px;
	background-color: #fbfcfd;
	border-top: 1px solid #eaebf0;
}

@media only screen and (max-width:768px) {

	body {
		background-repeat: no-repeat;
		width: auto;
	}

	.page-wrapper {
		width: 100%;
		padding-top: 0px;
		height: 100%;
	}
}
@media only screen and (max-width:420px) {
	main {
		margin-top: 0px;
	}
}
@media (min-width:1366px) and (min-height:768px) {
	h1 {
		font-size: 2rem !important;
	}
}
