/* Override some defaults */
html, body {
	background-color: #eee;
	height: 100%;
	font-size: 16px;
}
body {
	padding-top: 40px; 
}
.container {
	width: 90%;
	max-width: 100%;
	height: 60%;
	max-width: 800px;
	max-height: 600px;
}
.container input {
	width: 95%;
}

/* The white background content wrapper */
.container > .content {
	background-color: #fff;
	padding: 20px 50px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.login-form {
	text-align: center;
	width: 100%;
}

legend {
	margin-right: -50px;
	font-weight: bold;
	color: #404040;
}

.thumbnail {
	min-width: 140px;
	min-height: 150px;
	cursor: pointer;
}

a.thumbnail.support {
	min-height: 150px;
}

.thumbnail > p {
	text-decoration: none;
	bottom: 15px;
	position: absolute;
	text-align: center;
	width: 90%;
	padding: 10px;
	vertical-align: middle;
	height: auto;
}


.logonimg {
	margin-top: 10px;
	margin-bottom: 30px;
	width: 75px;
	vertical-align: middle;
}

.row {
	text-align: center;
	width: 600px;
	max-width: 90%;
	margin: 0 auto;
}

.provider-div {
	width: 150px;
	line-height: 100px;
	vertical-align: middle;
	margin: 0px auto;
	display: inline-block;
	float: none;
}

.content {
	background-color: #fff;
	padding: 20px;
}