#header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.headerItem {
	margin: 10px
}
#buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #2a5e97;
	border-radius: 10px;
	padding: 10px
}
.ssprButton {
	margin: 10px;
	padding: 10px;
	width: auto;
	height: 60px;
	color: #606566;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-radius: 50px;
}
.ssprButton:hover, .ssprButton:active, .ssprButton:focus, .ssprButton:visited {
	text-decoration: none;
	color: #606566}
.ssprButton > div {
	margin: auto;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 140%
}
.buttonContainer > div {
	color: #fff;
	text-align: center;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight: normal
}
.buttonContainer {
	width: 340px
}
#button1 {
	background-color: #d9dee2
}
#button2 {
	background-color: #ffe300
}
#button3 {
	background-color: #d9dee2
}

#password_policy > h1 {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight: 500;
	font-size: 21px;
	color: #2A5E97
}
#password_policy > p {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 16px;
	color: #606566;
}
#password_policy > ul {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 16px;
	color: #606566;
}
#disclaimer > h3 {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #606566;
}
#disclaimer > p {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: #606566;
	text-align: justify
}

 @font-face {
  font-family:'Gotham';
  src: url('fonts/Gotham-Bold.woff') format('woff'),
       url('fonts/Gotham-Bold.woff2') format('woff2'),
       url('fonts/Gotham-Bold.ttf') format('truetype');
  font-size: 20px;
}

#slogan {
	margin-top: 20px;
	font-family: 'Gotham';
	font-size: 20px;
	color: #2A5E97;
	text-align: right
}
