body {
	width: 100%;
	min-height: 100vh;
	padding: 0px;
	margin: 0px auto;
	background: url("../images/docutrailloginpagelogo.jpg") no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	overflow: hidden;
}

canvas {
	display: block;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.login-outer {
	width: 100%;
	float: left;
}

.login-inner {
	margin-top: 15%;
	width: 100%;
	float: left;
}

.login-box {
	width: 450px;
	margin: 0 auto;
	background: #002d11;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 0.75);
	overflow: hidden;
	position: relative;
	z-index: 999999;
}

.logo-section {
	background: #002d11;
}

.logo-section a {
	display: block;
	vertical-align: middle;
	line-height: 250px;
	padding-left: 15px;
}

.logo-section a:focus, .logo-section a:hover, .logo-section a:active {
	outline: none;
}

.logos {
	margin-top: 20px;
	margin-bottom: 20px;
}

.login-form-section {
	padding: 50px;
	background: #fff;
	min-height: 260px;
	padding-bottom: 0px;
}

.login-form-section label {
	font-weight: normal;
	font-size: 12px;
}

.login-form-section span.input-group-addon {
	background: none;
	padding: 9px;
	position: absolute;
	left: 0px;
	z-index: 99;
	border: none !important;
	padding-left: 15px;
}

.login-form-section .form-group {
	position: relative;
	margin-bottom: 20px;
}

.login-form-section .input-group {
	width: 100%;
}

/* LABEL ======================================= */
.mail-lbl {
	margin-bottom: 10px;
}

.lble {
	color: #999;
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0px;
	top: 5px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
/* active state */
input:focus ~ .lble {
	top: -10px;
	font-size: 12px;
	color: #009688;
	left: 0px;
}

.acontainer ~ .lble {
	top: -10px;
	font-size: 12px;
	color: #999;
	left: 0px;
}

input:disabled ~ .lble {
	top: -10px;
	font-size: 12px;
	color: #999;
	left: 0px;
}

input:valid ~ .lble {
	top: -10px;
	font-size: 12px;
	color: #009688;
	left: 0px;
}
/* BOTTOM BARS ================================= */
.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before, .bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #4CAF50;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.bar:before {
	left: 50%;
}

.bar:after {
	right: 50%;
}

.bar.red-border:before, .bar.red-border:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: red;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.bar:before {
	left: 50%;
}

.bar:after {
	right: 50%;
}

.lblerror {
	color: red !important;
}
/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
	width: 50%;
}

input[type=text]:valid ~ .bar:before, input[type=text]:valid ~ .bar:after
	{
	width: 50%;
}

#divComakerSearch .suggestionBox {;
	float: left;
	margin-right: 5%;
}

#divComakerSearch .btn-success {
	margin-top: 10px;
}
/* HIGHLIGHTER ================================== */

/* active state */
input:focus ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@
-webkit-keyframes inputHighlighter {from { background:#5264AE;
	
}

to {
	width: 0;
	background: transparent;
}

}
@
-moz-keyframes inputHighlighter {from { background:#5264AE;
	
}

to {
	width: 0;
	background: transparent;
}

}
@
keyframes inputHighlighter {from { background:#5264AE;
	
}

to {
	width: 0;
	background: transparent;
}

}
.full-width {
	width: 100%;
	float: left;
}

.full-width .sign-in-btn {
	margin-top: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 7px 33px;
	text-transform: uppercase;
	outline: none;
	width: 100%;
	background: #70a158;
	background: -moz-linear-gradient(top, #70a158 0%, #198145 100%);
	background: -webkit-linear-gradient(top, #70a158 0%, #198145 100%);
	background: linear-gradient(to bottom, #70a158 0%, #198145 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70a158',
		endColorstr='#198145', GradientType=0);
	border: 1px solid #000;
	box-shadow: 0 12px 10px -13px rgba(31, 31, 31, 0.5);
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.full-width .sign-in-btn:hover {
	background: #198145;
	background: -moz-linear-gradient(top, #198145 0%, #70a158 100%);
	background: -webkit-linear-gradient(top, #198145 0%, #70a158 100%);
	background: linear-gradient(to bottom, #198145 0%, #70a158 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#198145',
		endColorstr='#70a158', GradientType=0);
	border: 1px solid #000;
}

.full-width .sign-in-btn:focus {
	box-shadow: none;
	position: relative;
	top: 2px;
}

.full-width .sign-in-btn:active {
	outline: none;
}

.sign-in-btn:before {
	left: 10px;
	transform: rotate(-3deg);
}

.sign-in-btn:after {
	right: 10px;
	transform: rotate(3deg);
}

.forgot-pwd-link {
	padding: 10px;
	font-size: 12px;
	text-decoration: underline;
	line-height: 27px;
	float: right;
	width: 100%;
	text-align: center;
}

.login-form-section .form-control {
	padding-left: 5px;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0px;
}

.logos a img {
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.logos a img:hover {
	opacity: 0.4;
}

.sign, .passChange {
	font-size: 20px;
	font-weight: 400;
	color: #002d11;
	margin-bottom: 25px;
}

.input-box {
	width: 280px;
	height: auto;
	border-radius: 4px;
	background-color: #dde9e5;
	color: #6d6e70;
	font-size: 16px;
	margin: 10px auto;
}

.input-area {
	text-align: left;
	padding: 12px 0px 12px 20px;
	border: 0px;
	float: left;
	background: none;
	width: 240px;
}

.login-bg {
	text-align: center;
	z-index: -1;
	position: absolute;
}

@media ( min-width :480px) {
	.text-align-center-xs {
		text-align: center !important;
	}
}

.hvr-icon-wobble-horizontal {
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	transform: translateX(0.1)
}