* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
	margin: 0px;
	border-radius: 2px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	min-height: 100%;
	background-color: #fff;
}
h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 345px;
	font-family: 'Helvetica Neue Bold', sans-serif;
	font-size: 35px;
	line-height: 44px;
	font-weight: 600;
	letter-spacing: 1px;
}
h2 {
	margin-top: -310px;
	margin-bottom: 5px;
	padding-left: 345px;
	font-family: 'Helvetica Neue Light', sans-serif;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
}

.topbackground {
	height: 250px;
	/*
	background-color: #38a0d9;
	*/
	background-color: rgba(247,247,247,1.00);
	top: 0px;
}
.lowerbar {
	height: 54px;
	/*
	background-color:#f80000;
	*/
	background-color: #0572ce;
}
.container {
  position: relative;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-form {
	margin: 0 0 15px;
}

.circle_1 {
  position: relative;
  z-index: 2;
  width: 256px;
  height: 256px;
  margin-top: 100px;
  background-color: white;
  background-image: url('images/icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.circle_2 {
  position: relative;
  z-index: 1;
  width: 265px;
  height: 265px;
  margin-top: -200px;
  margin-left: 20px;
  background-color: #c5d9ee;
  opacity: 0.5;
  
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.circle_3 {
  position: relative;
  z-index: -1;
  width: 207px;
  height: 207px;
  margin-top: -234px;
  margin-left: -37px;
  background-color: #c5d9ee;
  opacity: 0.75;
  
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.footer {
	position: static;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: right;
}
.hr {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #d5d5d7;
	margin-top: 15px;
	margin-bottom: 15px;
}
.logo {
	vertical-align: baseline;
}
.icon {
	vertical-align: middle;	
	border:none;
}
.formcontainer {
	margin-top: 75px;
	padding-left: 345px;
}
.text {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: -10px;
	color: #666;
}
.textlg {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #666;
	font-weight:400;
}
.error {
	font-weight:600;
	color:rgba(225,0,3,1.00);
}
.w-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
}
.logo_container {
	margin-left: 345px;
	font-family: 'Helvetica Neue Light', sans-serif;
	font-size: 30px;
	font-weight: 500;
}
