@font-face {
	font-family: 'vegurregular';
	src: url('/common/code/Forms/Common/font/vegur-regular-webfont.eot');
	src: url('/common/code/Forms/Common/font/vegur-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/common/code/Forms/Common/font/vegur-regular-webfont.woff') format('woff'), url('/common/code/Forms/Common/font/vegur-regular-webfont.ttf') format('truetype'), url('/common/code/Forms/Common/font/vegur-regular-webfont.svg#vegurregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'vegurbold';
	src: url('/common/code/Forms/Common/font/vegur-bold-webfont.eot');
	src: url('/common/code/Forms/Common/font/vegur-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/common/code/Forms/Common/font/vegur-bold-webfont.woff') format('woff'), url('/common/code/Forms/Common/font/vegur-bold-webfont.ttf') format('truetype'), url('/common/code/Forms/Common/font/vegur-bold-webfont.svg#vegurbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'vegurlight';
	src: url('/common/code/Forms/Common/font/vegur-light-webfont.eot');
	src: url('/common/code/Forms/Common/font/vegur-light-webfont.eot?#iefix') format('embedded-opentype'), url('/common/code/Forms/Common/font/vegur-light-webfont.woff') format('woff'), url('/common/code/Forms/Common/font/vegur-light-webfont.ttf') format('truetype'), url('/common/code/Forms/Common/font/vegur-light-webfont.svg#vegurlight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('/common/code/Forms/Common/font/HelveticaNeue.eot');
	src: url('/common/code/Forms/Common/font/HelveticaNeue.eot?#iefix') format('embedded-opentype'), url('/common/code/Forms/Common/font/HelveticaNeue.woff') format('woff'), url('/common/code/Forms/Common/font/HelveticaNeue.ttf') format('truetype'), url('/common/code/Forms/Common/font/HelveticaNeue.svg#vegurregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.font-face-vegurlight {
	font-family: 'vegurlight';
}

.font-face-vegurregular {
	font-family: 'vegurregular';
}

.font-face-vegurbold {
	font-family: 'vegurbold';
}
/*--------------------------------------------------------------------------------------------------------*/
body {
	font-family: 'vegurlight', Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
h1,
h2,
h3,
h5,
h6,
h4,
p {
	margin: 0;
}
img { border: none; max-width: 100%; }
.clear { clear: both; }
/*--------------------------------------------------------------------------------------------------------*/
input,
button,
select,
textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
* { box-sizing: border-box; }
/*********************************LOGIN PAGE***************************************************/
.login-outer { display: -webkit-flex; -webkit-flex-wrap: wrap; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
div.login-center {
	max-width: 100%;
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	margin-top: 5%;
}
	div.login-center .copy-text {
		width: 100%;
	}
.login-left,
.login-right {
	padding: 0 25px;
}
.login-right-content {
	max-width: 660px;
	text-align: left;
	position: relative;
	top: 0;
	margin-left: 10%;
	z-index: 9;
	flex-shrink: 1;
}
.login-right-content h1 { font-family: 'vegurbold'; background: none; font-size: 60px; margin: 50px 0 0; color: #fff; }
.login-right-content h3 { color: #fff; text-transform: none; font-size: 40px; margin-top: 10px; }
ul.services-list { padding: 0; margin-top: 20px; list-style: none; }
	ul.services-list li a {
		color: #fff;
		font-size: 19px;
		background: url(/common/code/Forms/images/Graphic2019/login-arrow_round-white.png) no-repeat left 8px;
		float: left;
		width: 33.33%;
		font-family: 'vegurbold';
		line-height: 35px;
		padding-left: 31px;
		margin-bottom: 10px;
	}
.login-right li:nth-child(4) {
	clear: both;
}
.center-content { -ms-flex-align: center!important; align-items: center!important; -webkit-align-items: center !important; }
.login-right input[type="button"] {
	font-size: 20px;
	font-family: Open sans;
	padding: 0 20px;
	border: none;
	font-weight: 600;
	line-height: 40px;
	background: #406d95;
	float: left;
	color: #fff;
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0;
	height: 40px;
	text-transform: uppercase;
}
form.newsletter { max-width: 530px; display: inline-block; width: 100%; margin-top: 20px; }
.login-right {
	background-image: url(/common/code/Forms/images/Graphic2019/login-right-bg.jpg);
	height: 100vh;
	background-color: #709bc6;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	display: flex;
	flex-direction: column;
}
.login-left { text-align: center; }
.login-right img { margin: auto; position: absolute; bottom: 0; width: 100%; left: -1px; padding: 0 10%; padding-bottom: 35px; }
div.login-form { max-width: 360px; display: inline-block; text-align: left; width: 100%; }
	div.login-form input {
		width: 100%;
		border: #ccc solid 1px;
		padding: 0 12px;
		line-height: 42px;
		height: 42px;
		margin: 0;
		-webkit-appearance: none;
		border-radius: 0;
		min-width: 100% !important;
		max-width: 100% !important;
	}
div.login-form label { color: #5f605c; font-size: 16px; font-family: 'vegurbold'; margin: 0; }
	div.login-form input[type="button"],
	div.login-form input[type="button"]:hover,
	div.login-form input[type="button"]:active {
		background: #E62420;
		font-size: 18px;
		font-family: Open sans;
		font-weight: 700;
		margin-top: 10px;
		color: #fff;
		-webkit-appearance: none;
		border-radius: 0;
		width: 100%;
		text-transform: uppercase;
		border: 0;
		box-shadow: none;
	}
		div.login-form input[type="button"]:hover,
		.login-right input[type="button"] {
			cursor: pointer;
		}
INPUT.BUTTONDISABLED {
	background-color: #E62420 !important;
	background-image: none !important;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor:wait !important;
}
div.login-form p a {
	font-size: 16px;
	color: #527797;
	font-family: 'vegurregular';
	display: inline-block;
	margin-top: 14px;
	display: flex;
	justify-content: center;
}
div.login-form p { margin-bottom: 12px; padding: 0; }
.form-logo {
	margin-bottom: 30px;
	text-align: center;
}
.form-logo-classic {
	margin-bottom: 30px;
	max-width: 360px;
	display: inline-block;
	text-align: center;
	width: 100%;
	background-color: #21546F;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 5px;
}
.login-outer { position: relative; }
.copy-text { position: fixed; bottom: 30px; width: 50%; padding: 0 50px; left: 0; }

.divScreenImgContainer {
	flex-grow: 1;
	width: 100%;
}
.divScreenImg {
	height: 90%;
	width: 90%;
	margin-top: 2.5%;
	margin-left: 5%;
	background-image: url(/common/code/Forms/images/Graphic2019/login-img.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: contain;
}

@media (min-width:768px) {
	.login-left { -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; padding: 0 30px; -webkit-flex: 0 0 40%; }
.login-right { -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; padding: 0 30px; -webkit-flex: 0 0 60%; }
}
@media (min-width:1200px) {
.login-left,
.login-right { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding: 0 50px; -webkit-flex: 0 0 50%; }
}
.login-right { padding: 0; position: relative; }
/*--------------------------------------------------------------------------------------------------------
                                            RESPONSIVE START HERE
----------------------------------------------------------------------------------------------------------*/
@media (max-width: 1400px) {
	ul.services-list li a {
		font-size: 15px;
		line-height: 24px;
		text-shadow: rgba(0, 0, 0, 0.68) 1px 1px 1px;
		background-position-y: top;
	}
.login-right-content { max-width: 600px; text-align: left; position: relative; top: 0; padding-left: 6%; z-index: 5; width: 100%; margin: 0;}
.login-right-content h1 { font-size: 48px; margin: 35px 0 0; }
.login-right-content h3 { font-size: 32px; }
.login-right img { }
form.newsletter input[type="button"] { font-size: 16px; line-height: 36px; }
form.newsletter input[type="email"] { line-height: 36px; height: 36px; }
form.newsletter { margin-top: 15px; }
.login-right img { padding: 0 16%; padding-bottom: 20px; }
}
 @media (max-width: 1199px) {
.copy-text { padding: 0 30px; width: 33%; left: auto; }
}
 @media (max-width: 991px) {
ul.services-list li a { font-size: 12px; }
.login-right-content h3 { color: #fff; text-transform: none; font-size: 34px; }
.login-right-content { max-width: 660px; text-align: left; position: relative; padding: 0 30px; top: 0; left: 0; }
}
 @media (max-width: 767px) {
.login-right { display: none; }
.login-left { width: 100%; margin-top: 70px; }
.copy-text { padding: 30px 0 0 0; width: 100%; position: static; }
}
@media (max-width: 480px) {
	.copy-text {
		padding: 0;
		width: 100%;
		position: fixed;
		left: 0;
	}
}
@media (max-height: 400px) {
	.copy-text {
		width: 100%;
		position: static;
	}
}
.login-news-letter {
	display: inline-block;
	width: 90%;
	margin-top: 15px;
}

.login-wraper.forget-password .login-left {
	flex: 0 0 100%;
	max-width: 100%;
}

div.login-form label {
	color: #5f605c;
	font-size: 16px;
	font-family: 'vegurbold';
	margin: 0;
}

div.login-form input[type="submit"] {
	font-size: 18px;
	font-family: Open sans;
	font-weight: 700;
	margin-top: 10px;
	color: #fff;
	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	text-transform: uppercase;
	border: 0;
	box-shadow: none;
	background: #E62420;
}

div.login-form input[type="submit"]:hover {
	cursor: pointer;
}

.login-wraper.forget-password .login-form h3 {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	margin: 0 0 15px;
	font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
}

.login-wraper.forget-password .login-form p {
	font-size: 14px;
	color: #232C40;
	font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
}

.TEXTBOX::placeholder, .PASSWORD::placeholder {
	font-style: normal !important;
	background: #ffffff !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: Helvetica, Arial, sans-serif !important;
}

.TEXTBOX:-ms-input-placeholder, .PASSWORD:-ms-input-placeholder {
	font-style: normal !important;
	background: #ffffff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-family: Helvetica, Arial, sans-serif !important;
}

.TEXTBOX::-webkit-input-placeholder, .PASSWORD::-webkit-input-placeholder {
	font-style: normal !important;
	background: #ffffff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-family: Helvetica, Arial, sans-serif !important;
}

.TEXTBOX:-moz-placeholder, .PASSWORD:-moz-placeholder {
	font-style: normal !important;
	background: #ffffff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-family: Helvetica, Arial, sans-serif !important;
}

.TEXTBOX::-moz-placeholder, .PASSWORD::-moz-placeholder {
	font-style: normal !important;
	background: #ffffff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-family: Helvetica, Arial, sans-serif !important;
}

.social-icons {
	padding: 0 0 28px;
}

.copy-text a {
	color: #fff;
	text-decoration: none;
}