.content select,
.content input[type='text'],
.content input[type='password']{
	margin-bottom: 10px;
	border: 1px solid #999;
	border-radius: 4px;
	padding: 4px;
	color: #777;
	font-size: 14px;
	width: 100%;
}

.content input[type='button']{
	font-weight: bold;
	font-size: 18px;
	width: 100%;
}
			
.content{
	background-image : url("../images/branding/logoFullDark.png");
	background-repeat: no-repeat;
  		background-position: left 10px top 0px; 
  		background-size: auto 85px;
}

.title{
	position: relative;
	display: inline-block;
	margin-top: 80px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #286090;
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
}

.trademark{
	position: absolute;
	top: 7px;
	right: -15px;
	font-size: 20px;
}

.instruction {
	font-weight: bold;
	font-size: 18px;
	color: #286090;
}

.mfaExplanation{
	width: 550px;
	margin-top: 20px; 
	margin-bottom: 20px; 
	text-align: left;
	font-size: 14px;
	color: #286090;
}

#footer{
	position: fixed;
	left: 0px;
	right: 0px;
	text-align: center;
	bottom: 0px;
	height: 20px;
	color: #777;
}

.passwordAlert{
	font-weight: bold; 
	margin-left: 10px;
}