	.body {
		vertical-align: top;
		font-family: Tahoma;
		min-height: 100%;
		position: relative;
	}
	.content {
		padding-bottom: 20px;
		padding-top: 70px;
	}
	.header {
		margin: 0 auto;
		width: 270px;
	}
	.messages-container {
		text-align: center;
	}
	.login-container {
		width: 280px;
		margin: 0 auto;
	}
	.secure-field {
		border: 0;
		background-color: #f3f0ec;
		color: #929292;
		height: 35px;
		width: 250px;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
		padding: 0;
		padding-left: 10px;
		font-size: 9pt;
	}
	.login {
		margin-top: 0;
		margin-left: 10px;
		width: 260px;
		height: 35px;
		text-decoration: none !important;
		border: none;
		position: relative;
		cursor: pointer;
		text-align: center;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 900;
		vertical-align: middle;
		background-color: #00bcd4;
		color: #fff;
	}
	.login:hover, .login:active {
		background-color: #ff9900;
	}
	.footer {
		bottom: 0;
		position: absolute;
		height: 20px;
		left: 0;
		width: 100%;
	}
	.footer-text {
	  text-align: center;
	  color: #00bcd4;
	  font-family: Tahoma;
	  font-weight: 700;
	  font-size: 9pt;
	}