html,
body {
	height: 100%;
}
* {
  box-sizing: border-box;
}
body {
	background: #003b71;
	font-family: sans-serif;
	margin: 0;
}
.wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.wrapper-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;	
}
#signin:before {
	content: "";
	position: absolute;
	background-image: url(../images/networked-world-map.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	opacity: 0.2;
	z-index: -1;
}
.logo {
	text-align: center;
}
.logo img {
	max-width: 100%;
	height: auto;
}
#signin {
	background-color: #ffffff;
	padding: 30px 20px 20px 20px;
	width: 500px;
	margin: 0 auto;
	border-radius: 6px;
	box-shadow: 0 25px 60px rgba(0,0,0,0.25);
	text-align: left;
}
.col {
	float: left;
}
.col-2 {
	width: 50%;
}
.form-container {
	padding: 10px 0 0 0;
}
label {
	padding: 10px 0;
	display: block;
	font-size: 12px;
	font-weight: 700;
}
input[type="text"],
input[type="password"] {
	padding: 10px 15px;
	border: 1px solid #ddd;
	font-size: 16px;
}
.form-field {
	padding: 10px;
}
.form-field input {
	width: 100%;
}
.form-action {
	padding: 0px 10px 10px 10px;
  text-align: right;  
}
.form-action input {
	padding: 16px 32px;
	display: inline-block;
	background-color: #003b71;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
	line-height: 1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.form-action input:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.cookie-container {
  font-size: 12px;
  padding: 10px;
}

#footer {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}

.creds-description, #errorWrap {
	  font-size: 12px;
    padding-top: 20px;
}

.form-message {
    clear: both;
    display: none;
	  font-size: 12px;
    padding: 10px 10px;
}

.hr {
    border-top: solid 1px black;
    margin: 20px 10px;
}

.creds-description .password {
    text-align: center; 
    font-size: 130%;
    padding: 10px;
}

#errorWrap #errorCode {
    padding: 50px 0 60px 0;
    font-size: 250%;
    font-weight: bold;
    text-align: center;
}
