@charset "utf-8";
/* CSS Document */

/* Shire Colours */
/* 
Shire Blue #007cc5;
White #ffffff;
90% Black #2f2b2c;
Highlight Blue #0bc6ff;
Dark Blue #14276f;
Mid Blue #034ea2;
Light Blue #aae1fa;
Dark Grey #737c87;
Mid Grey #abafb2;
Grey #d0d1d0;
Light Grey #eae9e6;
*/

body { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 auto; 
	color:#2f2b2c;
}

a {
	text-decoration: none;
	color: #034ea2;
}

#company-logo {
	position: relative;
	float:left;
	margin-top: 20px;
	margin-left: 20%;
}

h1, h2, h3,h4,h5,h6 {
	color:#2f2b2c;
	text-align:center;
}

h1 {
	position: relative;
	magin: 0 auto;
	font-size:24px;
	font-weight:400;
	text-align: center;
	width: 100%;
	color:#c0c1c0;
	
}
h2 {
	font-size:20px;
	font-weight:400;
	text-align: center;
	color:#c0c1c0;
	line-height: 2px;
}

label {
	margin:150px auto 0px auto;
	font-size:13px;
	text-align:center;
	color:#2f2b2c;
}

.button {
	background-color:#007cc5;
	width:110px;
	height:35px;
	margin:10px auto;
	color:#FFF;
	border:#034ea2 2px solid;
	border-radius: 2px;
	font-size:15px;
	padding-top: 15px;
}

.button:hover { 
	background-color:#0088c5;
}

#form-main { 
	width:250px;
	background-color:#d0d1d0;
	text-align:center;
	padding:80px 10px 80px 10px; 
	margin: 50px  auto;
	border-radius: 10px;
}

#form-account {
	margin: 0 auto;
	width: 300px;
	margin-bottom: 50px;
	
}

#form-iframe {
	width: 300px;
	height:740px;
	border:#d0d1d0 thick solid;
	border-radius: 10px;
}

.footerlink {
	position:absolute;
	right: 20px;
	bottom:20px;
	font-size:14px;
}

.footerlink a:hover {
	color:#0bc6ff;
}

#link-home {}

.sg-header { 
	visibility:hidden;
}

.sg-question-set {
	clear:both;
	margin-bottom:20px;
}

.sg-question {
	padding: 40px 0px 45px 0px;
	clear:both;
	border-bottom: #d0d1d0 thin solid;
}

.sg-question-title {
	position: relative;
	float:left;
	width: 180px;
	margin-right:10px;
}

.sg-question-options {
	position: relative;
	float:left;
}

.sg-button {
	background-color:#007cc5;
	width:110px;
	height:35px;
	margin:10px auto;
	color:#FFF;
	border:#034ea2 2px solid;
	border-radius: 2px;
	font-size:15px;
	padding-top: 15px;
}

.sg-input-text {
	width: 250px;
	height: 20px;
	position:relative;
	bottom: 10px;
	border: #d0d1d0 1px solid;
	border-radius: 4px;
}

.sg-footer {
	clear:both;
}


