body {
	margin: 0;
	color: black;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
	font-style: normal;
}

#servitly-logo {
    height: 200px;
    background-color: #cc3e33;
    background-image: url(logo_large.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-size: auto;
}

#login-div {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px
}

.login-button {
	font-size: 32px;
	text-decoration: none;
	width: 100%;
	color: #555555;
	background-color: #F8F6E7;
	border: solid 1px #CCCCCC;
	border-radius: 1px;
}

.login-button:hover {
	background-color: #888888;
	border: solid 1px #666666;
}

.login-button-google {
	font-size: 32px;
	text-decoration: none;
	width: 100%;
	color: white;
	background-color: #4285F4;
	background-image: url(google_logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 1px;
}

.brandingLogo {
	text-align: center;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 20px;
	width: 230px;
}

.main-footer a, a:visited {
    color: #555555;
    text-decoration: none;
}

.main-footer.login {
    position: absolute;
    bottom: 50px;
    text-align:center;
    width: 100%;
}