<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: VodafoneRgRegular, Arial, Helvetica, sans-serif;
}

.mainArea {
	background-image: url("../images/login-sso2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 425px;
}

.mainArea&gt;.header {
	padding-top: 10px;
	margin-left: 30px;
	color: #FFFFFF;
	font-size: 16px;
	overflow: hidden;
}

.mainArea&gt;.header&gt; H2 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
}

.mainArea&gt;.header&gt; span {
	color: #FFFFFF;
	font-size: 16px;
/* 	font-style: italic; */
}

.mainArea&gt;.header&gt; div {	
	padding-top: 10px;
}

.mainArea&gt;.header&gt;div&gt; a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.login-border{
	margin-top: 20px;
	border-top-style: solid;
	color: #FFFFFF;	
	border-width: 1px;
	width: 510px;
}

.modal-body{
	color: #000000;	
}
</pre></body></html>