
/*Customer CSS*/
@font-face {
	font-family: 'montserratregular';
	src: url('/customer/css/fonts/montserrat-regular-webfont.eot');
	src: url('/customer/css/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('/customer/css/fonts/montserrat-regular-webfont.woff2') format('woff2'),
	url('/customer/css/fonts/montserrat-regular-webfont.woff') format('woff'),
	url('/customer/css/fonts/montserrat-regular-webfont.ttf') format('truetype'),
	url('/customer/css/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'montserratlight';
	src: url('/customer/css/fonts/montserrat-light-webfont.eot');
	src: url('/customer/css/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('/customer/css/fonts/montserrat-light-webfont.woff2') format('woff2'),
	url('/customer/css/fonts/montserrat-light-webfont.woff') format('woff'),
	url('/customer/css/fonts/montserrat-light-webfont.ttf') format('truetype'),
	url('/customer/css/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
	font-weight: normal;
	font-style: normal;

}


@font-face {
	font-family: 'montserratultra_light';
	src: url('/customer/css/fonts/montserrat-ultralight-webfont.eot');
	src: url('/customer/css/fonts/montserrat-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
	url('/customer/css/fonts/montserrat-ultralight-webfont.woff2') format('woff2'),
	url('/customer/css/fonts/montserrat-ultralight-webfont.woff') format('woff'),
	url('/customer/css/fonts/montserrat-ultralight-webfont.ttf') format('truetype'),
	url('/customer/css/fonts/montserrat-ultralight-webfont.svg#montserratultra_light') format('svg');
	font-weight: normal;
	font-style: normal;

}
html{
	height: 100%;
	font-size: 62.5%;
}

body{
	font-family: montserratregular, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
.page {
	min-height: 100%;
}
*:focus {
	outline: 0;
}
.clearfix {
	clear:both;
}

.clearfix:after {
	content:"";
	display: table;
	clear: both;
}
/* Login Page */

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

.login-container {
	text-align: center;
	width: 500px;
	height: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px -250px;
}
.login-container img {
	width: 80%;
	max-width: 80%;
	height: auto;
}
#login-form {
	background-color: #f3f3f3;
	border: 1px solid #d3d7da;
	padding: 40px 35px;
	width: 100%;
	text-align: left;
	margin: 40px 0 0 0;
	font-size: 13px;
	font-size: 1.3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#login-form input[type="text"],
#login-form input[type="password"]{
	display: block;
	background-color: #F8F8F8;
	outline: none;
	box-shadow: none;
	border: 1px solid #d3d7da;
	font-size: 13px;
	font-size: 1em;
	padding: 10px 20px;
	margin: 10px 0 40px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

#login-form label:before {
	padding-right: 3px;
}

#login-form input[type="text"]:focus,
#login-form input[type="password"]:focus {
	background-position: 110%;
}

#login-form label {
	font-family: 'montserratregular';
	margin: 20px 0;
}

#login-form input[type="submit"] {
	float:left;
	background-color: #6f919f;
	border: 0;
	color: #f8f8f8;
	padding: 10px 50px;
	font-size: 13px;
	font-size: 1em;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#login-form input[type="submit"]:hover {
	background-color: #CCCCCC;
	color: #6f919f;
}

#login-form .lost-password {
	float: left;
	margin: 0 0 0 20px;
	padding: 10px 0;
	color: #6f919f;
	cursor: pointer;
}

#login-form .lost-password a {
	color: #6F919F;
}

#login-form .lost-password a:hover {
	color: #000000;
	text-decoration: underline;
}

#login-form .login-error {
	color: red;
	padding: 30px 0 0;
	clear: both;
}

#login-form .success {
	color: #6F919F;
	padding-bottom: 2em;
	font-family: 'montserratregular', Arial, sans-serif;
}

/* Lost Password Page */

body.forgot {
	background-color: #F8F8F8;
}

body.forgot .content .login-container {
	text-align: center;
	width: 500px;
	height: 270px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px -250px;
}

body.forgot .content .login-container h1 {
	color: #73919F;
}

body.forgot #forgot-form {
	background-color: #f3f3f3;
	border: 1px solid #d3d7da;
	padding: 40px 35px;
	width: 100%;
	text-align: left;
	margin: 40px 0 0 0;
	font-size: 13px;
	font-size: 1.3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body.forgot #forgot-form label {
	font-family: 'montserratregular';
	margin: 20px 0;
}

body.forgot #forgot-form input[type="text"],
body.forgot #forgot-form input[type="password"]{
	display: block;
	background-color: #F8F8F8;
	outline: none;
	box-shadow: none;
	border: 1px solid #d3d7da;
	font-size: 13px;
	font-size: 1em;
	padding: 10px 20px;
	margin: 10px 0 40px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

body.forgot #forgot-form .submit {
	text-align: center;
}

body.forgot #forgot-form input[type="submit"] {
	background-color: #6f919f;
	border: 0;
	color: #f8f8f8;
	padding: 10px 50px;
	font-size: 13px;
	font-size: 1em;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

body.forgot #forgot-form input[type="submit"]:hover {
	background-color: #CCCCCC;
	color: #6f919f;
}

body.forgot #forgot-form .error {
	color: #FF0000;
	padding-bottom: 2em;
	font-family: 'montserratregular', Arial, sans-serif;
}

body.forgot #forgot-form .success {
	color: #6F919F;
	padding-bottom: 2em;
	font-family: 'montserratregular', Arial, sans-serif;
}
@media screen and (max-width: 500px) {
	.login-container {
		width: 100%;
		margin: -225px 0;
		left: 0;
	}
	#login-form, body.forgot #forgot-form {
		margin: 40px auto 0 auto;
		width: 90%;
	}
	#login-form input[type="submit"] {
		float: none;
		width: 100%;
	}
	#login-form .lost-password {
		float: none;
		text-align: center;
		margin-left: 0;
	}
}