<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'proximanova-regular';
	src: url('proximaNova/proximanova-regular-webfont.woff2') format('woff2'),
	url('proximaNova/proximanova-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.background-container {
	background: url(/image/login/login_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
	align-items: center;
	flex-basis: auto;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	flex-wrap: nowrap;
	justify-content: flex-start;
	width: 100%;
	width: -moz-available;
	width: -webkit-fill-available;
	width: stretch;
}

html, body {
	background-color: #fff;
	font-family: 'proximanova-regular', arial, helvetica, sans-serif;
	height: 100%;
}
.container-fluid {
	height: 100%;
}

.row-xs-flex-center {
	display:flex;
	align-items:center;
}

@media (max-width:767px) {
	#login-box{
		margin-top: 10px !important;
		padding-bottom: 500px !important;
	}

	.logo-box {
		background-color: #fff;
		align-items: center;
		padding-top: 10000%;
		margin-top: -10000%;
		padding-bottom: 10000%;
		margin-bottom: -10000%;
	}
}

@media ( min-width:768px ) {
	.row-sm-flex-center {
		display:flex;
		align-items:center;
	}
	.logo-box{
		background-color: #fff;
		padding-top: 10000%;
		padding-bottom: 10000%;
		margin-top: -66px !important;/*to account for the pv-footer*/
	}
}
@media ( min-width: 992px ) {
	.row-md-flex-center {
		display:flex;
		align-items:center;
	}
}
@media ( min-width: 1200px ) {
	.row-lg-flex-center {
		display:flex;
		align-items:center;
	}
}

.content {
	overflow: hidden;
	padding-top: 10px;
	height:100%;
	height: -webkit-fill-available;
	min-height:100%;
	min-height: -moz-available;
	min-height: -webkit-fill-available;
}

.login-container {
	display: flex;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 0.95);
	max-width: 400px;
	width: -webkit-fill-available;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(153, 153, 153);
	flex: 0 0 auto;
	margin: 20px;
	padding: 20px;
}

.login-logo {
	height: 46px;
	margin-bottom: 20px;
	margin-top: 36px;
}

.login-box-inner {
	display: block;
	margin-top: 0em;
}

.center-row {
	display:flex;
	flex-direction: column;
	align-items:center;
}

.pv-footer {
	background-color: #777777;
	color: #fff;
	padding: 15px;
 }


a {
	color: #416276;
	text-decoration: none;
}
form {
	margin-bottom: 1em;
}
.btn-cta {
	background-image: none !important;
	background-color: rgb(33, 33, 61);
	font-weight: bold;
	border:solid 1px #d8d8d8;
	color: #fff;
	font-size: 14px;
	margin-right: 15px;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
}
.btn-cta:after, button.mktoButton:after {
	font-family: 'FontAwesome';
	content: "\f0da";
	margin-left: .5em;
}
.btn:hover,
.btn:focus {
	background-color: #2d4554;
	color: #fff;
	text-decoration: none;
}
p.copy {
	color: #416276;
	font-size: 12px;
}

h2
{
    color: #0055a7;
    font-weight: bold;
    font-size: 13px;
    margin: 5px 0px 3px 0px;
}
h2.login-error-msg
{
	color: rgb(202,31,123);
}

/*IE 8/9 specific CSS*/
.login_wrap{
	width:782px;
	margin:0 auto;
}
.login-box-inner-custom{
	width:100%;
	float:left;
}
.login-box-inner-left{
	background-color: #ffffff;
	height: 300px;
	text-align: center;
	width:55%;
	padding:0 15px;
	float:left;
}
.login-box-inner-right{
	width:45%;
	padding:0 15px;
	float:right;
	margin:50px 0 0 0;
}
.login-button{
	background-color: #333361;
    background-image: none !important;
    color: #fff;
    font-family: 'proximanova-regular', arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 10px;
	padding:6px 10px;
	/*border-radius: 4px;*/
	border:solid 1px #d8d8d8;
	width:100%;
}

.text-group{
	margin-bottom:15px;
}
.login-copyright{
	display:block;
	color: #fff;
    font-size: 12px;
	padding-top: 40px;
}
.clear{
	clear:both;
}

.padding-row {
	padding-bottom: 40px;
}

#forIE input[type="password"] {
    font-family: Arial !important;
}

.vertical-center-ie {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
</pre></body></html>