html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Open Sans', sans-serif;
}

html, body {
	height: 100%;
	background: #f1f3f6;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--start editing from here--*/
a {
	text-decoration: none;
}

.txt-rt {
	text-align: right;
}
/* text align right */
.txt-lt {
	text-align: left;
}
/* text align left */
.txt-center {
	text-align: center;
}
/* text align center */
.float-rt {
	float: right;
}
/* float right */
.float-lt {
	float: left;
}
/* float left */
.clear {
	clear: both;
}
/* clear float */
.pos-relative {
	position: relative;
}
/* Position Relative */
.pos-absolute {
	position: absolute;
}
/* Position Absolute */
.vertical-base {
	vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
	vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
	display: block;
}
/* vertical menu */
nav.horizontal ul li {
	display: inline-block;
}
/* horizontal menu */
img {
	max-width: 30%;
}
/*--end reset--*/
body {
	/* font-family: 'Montserrat', sans-serif; */
	font-size: 100%;
	/* background: url(../images/banner.jpg)no-repeat 0px 0px; */
	/* background: #b52e31; */
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
	text-align: center;
	height: 100%;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	/* font-family: 'Montserrat', sans-serif; */
	
}

.top-img-agileits-w3layouts {
	/* background: url(../images/right.jpg)no-repeat 0px 0px; */
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding: 1em 1em;
}
/**** LOGIN_SIGNUP ******/
.main-content-agileits {
	/*width: 100%;
	 margin: 0 auto; 
	padding: 20px 0;*/
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.left-text-w3ls {
	float: left;
	width: 58%;
	padding-right: 1em;
	text-align: left;
}

.left-text-w3ls h3 {
	font-size: 2em;
	color: #3cba54;
	font-weight: 600;
	/* letter-spacing: 2px; */
	margin: 1em 0 1em;
}

.left-text-w3ls p {
	color: #fff;
	font-size: 15px;
	/* letter-spacing: 2px; */
	line-height: 38px;
	font-weight: 500;
}

.left-text-w3ls p a.fa {
	color: #b52e31;
	font-size: 11px;
	vertical-align: middle;
	margin-right: 1em;
}
/* signup Form styles */
h2.sub-head-w3-agileits {
	text-align: center;
	font-size: 25px;
	text-transform: capitalize;
	/* letter-spacing: 4px; */
	color: #fff;
	line-height: 35px;
	font-weight: 100;
}

h2.sub-head-w3-agileits span {
	font-weight: 600;
}

.login-form {
	padding: 1em 2em 2em 2em;
}

.login-w3l {
	width: 30%;
	/* float: right; */
	margin: 100px auto;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
	-webkit-box-shadow: 10px 10px 16px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 10px 10px 16px 0px rgba(255, 255, 255, 0.1);
	box-shadow: 10px 10px 16px 0px rgba(0, 0, 0, 0.3);
	border-radius: 30px;
}

.login-form input[type="text"], .login-form input[type="password"] {
	width: 94%;
	padding: 10px;
	border: none;
	border: 1px solid #525252;
	outline: none;
	color: #fff;
	font-size: 13px;
	/* letter-spacing: 2px; */
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 0.09);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	/* font-family: 'Montserrat', sans-serif; */
}

h1 {
	font-size: 3em;
	/* letter-spacing: 9px; */
	color: #fff;
	padding: 0.5em 0 0.5em;
	font-weight: 600;
}

.login-form input[type="submit"] {
	background: #4285f4;
	color: #fff;
	font-size: 18px;
	border: none;
	text-transform: capitalize;
	border: 2px solid #4285f4;
	width: 100%;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	padding: 13px 0;
	/* letter-spacing: 1px; */
	margin-top: 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	/* font-family: 'Montserrat', sans-serif; */
}

.login-form input[type="submit"]:hover {
	background: transparent;
	border-color: #3cba54;
}

.book-form input[type="text"], .book-form input[type="password"],
	.book-form input[type="password"] {
	width: 94%;
	padding: 10px 15px;
	border: none;
	border-bottom: 1px solid #7d7d7d;
	outline: none;
	font-size: 14px;
	/* letter-spacing: 1px; */
	margin-bottom: 20px;
	background: transparent;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	color: #000 !important;
}

@media ( max-width :768px) {
	.footer-agileits {
		position: unset !important;
		bottom: unset !important;
		width: unset !important;
		overflow: hidden;
	}
}

.footer-agileits img {
	padding: 5px 0;
}

.footer-agileits {
	padding: 10px;
	background: #000;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footer-agileits p {
	text-align: left;
	color: #fff;
	font-size: 14px;
	padding: 16px;
	/* margin: 4em 0 0; */
	/* letter-spacing: 1.5px; */
	display: block;
}

.footer-agileits p a:hover {
	color: #15d0b9;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.footer-agileits p a {
	text-decoration: underline;
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
/*-- //login --*/
::-webkit-input-placeholder {
	color: #adb2bd;
}

:-moz-placeholder { /* Firefox 18- */
	color: #adb2bd;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #adb2bd;
}

:-ms-input-placeholder {
	color: #adb2bd;
}
/*--responsive--*/
@media ( max-width :1680px) {
	.login-form input[type="text"], .login-form input[type="password"] {
		width: 93.5%;
	}
}

@media ( max-width :1600px) {
	.login-form input[type="text"], .login-form input[type="password"] {
		width: 92.5%;
	}
}

@media ( max-width :1440px) {
	.main-content-agileits {
		width: 100%;
	}
	.login-form input[type="text"], .login-form input[type="password"] {
		width: 93.5%;
	}
}

@media ( max-width :1366px) {
	h1 {
		font-size: 2.7em;
		padding: 2em 0 1.3em;
	}
	h2.sub-head-w3-agileits {
		font-size: 22px;
	}
	.login-form input[type="submit"] {
		font-size: 16px;
		padding: 11px 0;
		margin-top: 10px;
	}
	.login-form input[type="text"], .login-form input[type="password"] {
		width: 93%;
	}
}

@media ( max-width :1280px) {
	.login-form input[type="text"], .login-form input[type="password"] {
		width: 92%;
	}
}

@media ( max-width :1080px) {
	h1 {
		/* letter-spacing: 8px; */
		padding: 1.8em 0 1em;
	}
	.main-content-agileits {
		width: 100%;
	}
	.left-text-w3ls h3 {
		font-size: 1.7em;
	}
	.footer-agileits p {
		margin: 3em 0;
	}
	.top-img-agileits-w3layouts {
		padding: 2.5em 2em;
	}
	h2.sub-head-w3-agileits {
		font-size: 21px;
	}
}

@media ( max-width :1050px) {
	h1 {
		/* letter-spacing: 7px; */
		padding: 1.5em 0 0.8em;
		font-size: 2.5em;
	}
	.top-img-agileits-w3layouts {
		padding: 2em 2em;
	}
	h2.sub-head-w3-agileits {
		/* letter-spacing: 3px; */
		
	}
	.left-text-w3ls h3 {
		margin: 1.5em 0 0.5em;
	}
	.footer-agileits p {
		margin: 2.9em 0;
	}
}

@media ( max-width :1024px) {
	.top-img-agileits-w3layouts {
		padding: 25px 25px;
	}
	.footer-agileits p {
		margin: 3em 0;
	}
	h2.sub-head-w3-agileits {
		font-size: 20px;
	}
}

@media ( max-width :991px) {
	.left-text-w3ls {
		width: 57.9%;
	}
	.login-form input[type="text"], .login-form input[type="password"] {
		width: 91.5%;
	}
	h1 {
		padding: 1.7em 0 1em;
		font-size: 2.3em;
	}
}

@media ( max-width :900px) {
	.left-text-w3ls h3 {
		font-size: 1.5em;
	}
	.main-content-agileits {
		width: 100%;
	}
	.left-text-w3ls p {
		font-size: 14px;
		/* letter-spacing: 1px; */
	}
	.login-form input[type="text"], .login-form input[type="password"] {
		width: 91%;
	}
}

@media ( max-width :800px) {
	.login-form {
		padding: 1.6em;
	}
	.login-form input[type="text"], .login-form input[type="password"] {
		width: 91.5%;
		font-size: 12px;
		margin-bottom: 12px;
	}
	.login-w3l {
		width: 39.6%;
	}
	.login-form input[type="submit"] {
		font-size: 15px;
		padding: 10px 0;
		margin-top: 8px;
	}
	.login-form input[type="text"], .login-form input[type="password"] {
		width: 89.5%;
	}
	h2.sub-head-w3-agileits {
		font-size: 18px;
		/* letter-spacing: 2px; */
		line-height: 31px;
	}
	h1 {
		font-size: 2.2em;
		/* letter-spacing: 5px; */
		padding: 2em 0 1em;
	}
	.footer-agileits p {
		margin: 0 0;
	}
}

@media ( max-width :768px) {
	.left-text-w3ls {
		width: 100%;
		margin: 0 auto;
		float: none;
		text-align: center;
		padding-right: 0;
	}
	.left-text-w3ls h3 {
		margin: 0em 0 0.5em;
	}
	.login-w3l {
		width: 65%;
		float: none;
		margin: 2em auto 0;
	}
	h2.sub-head-w3-agileits {
		font-size: 21px;
		text-align: center;
	}
	.login-form input[type="text"], .login-form input[type="password"] {
		width: 94%;
	}
	.footer-agileits p {
		margin: 0 0;
	}
	h1 {
		padding: 3em 0 1em;
	}
}

@media ( max-width :767px) {
	h1 {
		padding: 1.8em 0 0.9em;
	}
	.footer-agileits p {
		margin: 0 0;
	}
}

@media ( max-width :736px) {
	h1 {
		font-size: 2em;
	}
	.footer-agileits p {
		font-size: 13.5px;
	}
	.login-form input[type="text"], .login-form input[type="password"] {
		width: 93.9%;
	}
}

@media ( max-width :667px) {
	h1 {
		/* letter-spacing: 3px; */
		
	}
	.login-w3l {
		width: 75%;
	}
	.footer-agileits p {
		margin: 0;
		line-height: 28px;
	}
	.left-text-w3ls p {
		line-height: 33px;
	}
}

@media ( max-width :600px) {
	.login-w3l {
		width: 80%;
	}
	h1 {
		font-size: 1.8em;
	}
	.footer-agileits p {
		font-size: 13px;
		line-height: 30px;
	}
}

@media ( max-width :568px) {
	.login-w3l {
		width: 85%;
	}
	h1 {
		font-size: 1.9em;
		padding: 1.5em 1em 0.5em;
		/* letter-spacing: 4px; */
		line-height: 1.5em;
	}
}

@media ( max-width :480px) {
	h1 {
		font-size: 1.8em;
		/* letter-spacing: 2px; */
		padding: 1.3em 1em 0.5em;
	}
	.left-text-w3ls h3 {
		font-size: 1.4em;
	}
	.login-w3l {
		width: 100%;
		margin: 1em auto 0;
	}
	h2.sub-head-w3-agileits {
		font-size: 20px;
	}
}

@media ( max-width :440px) {
	h1 {
		/* letter-spacing: 1px; */
		padding: 1.3em 0em 0.5em;
	}
	.main-content-agileits {
		width: 100%;
	}
}

@media ( max-width :414px) {
	.login-form input[type="text"], .login-form input[type="password"] {
		width: 92.9%;
	}

	/* .left-text-w3ls h3 {
        letter-spacing: 1px;
    } */
	h1 {
		/* letter-spacing: 0.5px; */
		margin: 1.2em 0em 0.4em;
	}
}

@media ( max-width :384px) {
	h1 {
		font-size: 26.5px;
	}
	.left-text-w3ls h3 {
		font-size: 1.3em;
	}
	.login-form input[type="text"], .login-form input[type="password"] {
		width: 92%;
	}
	.footer-agileits p {
		/* letter-spacing: 1px; */
		margin: 0;
	}
}

@media ( max-width :320px) {
	.main-content-agileits {
		width: 100%;
	}
	h1 {
		font-size: 23px;
		/* letter-spacing: 0.1px; */
	}
	.left-text-w3ls h3 {
		font-size: 1.1em;
		/* letter-spacing: 0.5px; */
	}
	.left-text-w3ls p {
		line-height: 28px;
		font-size: 13.5px;
	}
	h2.sub-head-w3-agileits {
		font-size: 18px;
		/* letter-spacing: 1.5px; */
		line-height: 28px;
	}
	.login-form input[type="text"], .login-form input[type="password"] {
		padding: 9px 10px;
		width: 90.5%;
	}
}

.about_text {
	color: #fff;
	line-height: 2em;
	font-weight: 500;
}

.logo {
	padding: 1.5em 0;
}

ul {
	list-style: none;
	padding: 0;
}

li {
	padding-left: 1.3em;
	color: #fff;
	font-weight: 500;
	line-height: 2em;
	padding: 5px 20px;
}

li:before {
	content: "\f02d"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}

/*Green DMS Styles*/
.bg {
	/* The image used */
	background-image: url(../img/s3.jpg);
	/* Full height */
	min-height: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.forgotpassword {
	color: #fbbc05;
	font-size: 14px;
}

.errormessage {
	color: #ea4335;
}

.displaymessage {
	color: #ea4335;
}
/*** Logout
===========*/
.lock-wrapper-page {
	margin: auto;
	width: 360px;
	padding-top: 7.5%;
}

.logo-lock {
	font-size: 50px;
	font-weight: 600;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.user-thumb img {
	height: 88px;
	margin: 0px auto;
	width: 88px;
}

.lock-wrapper-page .form-control {
	padding-left: 40px;
	border: 1px solid #009688;
}

.lock-wrapper-page .fa-key {
	left: 15px;
	top: 10px;
	font-size: 15px;
	position: absolute;
	z-index: 99;
}

.text-muted {
	color: #d4d4d4;
}

@media ( max-width : 767px) {
	.lock-wrapper-page {
		margin: 15% auto;
		width: 320px;
	}
	.lock-heading a {
		font-size: 35px;
	}
}

h3 {
	font-size: 24px;
	margin: 10px 0 20px 0;
	color: #fff;
	font-weight: 500;
}

p {
	font-size: 14px;
	margin: 0 0 10px;
	font-weight: 500;
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 1px;
	line-height: 1.42857143;
	background-color: none;
	border: 1px solid #ddd;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.captcha-base {
	background-image: url('/loginassets/img/captcha.svg');
	margin-right: 15px;
}

.captcha-base__reset {
	height: 50px;
	width: 40px;
	position: absolute;
	font-size: 25px;
}

#btnForgetPswd {
	color: rgb(151, 135, 241);
}

#btnForgetPswd:hover {
	color: blue;
	transition: color 0.7s ease;
}

#me {
	display: flex;
	justify-content: center;
	align-items: center;
}

#color {
	color: red;
	margin-right: 10px;
}

.userloginId {
	position: relative;
	margin-bottom: 1.5rem;
}

.userloginId input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 13px;
	transition: border-color 0.3s;
}

.userloginId label {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 13px;
	color: #999;
	transition: all 0.3s;
	pointer-events: none;
}

.userloginId input:focus, .userloginId input:not(:placeholder-shown) {
	border-color: #4a90e2;
	outline: none;
}

.userloginId input:focus+label, .userloginId input:not(:placeholder-shown)+label
	{
	top: -20px;
	left: 0;
	font-size: 12px;
	color: #4a90e2;
}