html, body, form {
	margin: 0;
	padding: 0;
	font-family: "Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	width: 100%;
	height: 100%;
}

#left-col {
	background: url(login-splash.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

#right-col {
	padding: 0 60px 60px 60px;
	min-height: 400px;
}

h1 {
	margin-bottom: 65px;
	font-size: 36px;
	font-weight: normal;
}

ul {
	padding: 0;
	margin: 0 0 45px 20px;
	width: 340px;
}

ul li {
	margin-bottom: 10px;
	font-family: Segoe UI;
}

#LiveAuthentication {
	background: #1f5e93 url(arrow-white.png) no-repeat 85px center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	padding: 10px 60px 10px 30px;
	display: inline-block;
	text-decoration: none;
}

#LiveAuthentication:hover {
	background: #1b5484 url(arrow-white.png) no-repeat 85px center;
}

.warning {
    margin-top: 25px;
}

ul#footer {
    bottom: 0;
    font-size: 11px;
    list-style-type: none;
    margin-bottom: 25px;
    position: absolute;
    width: inherit;
}

#footer li {
    display: inline;
    padding-right: 5px;
    margin-bottom: 5px;
}