body {
	font: 1em "ff-dax-web-pro-1", Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	background-color: #f0f6fb;
}

.grid-centering {
  display: grid;
  justify-content: center;
  align-items: center;
}

#page-title {
	display: block;
	margin-bottom: 20px;
	clear: both;
	font-weight: bold;
	font-size: 1.5em;
}

#brand {
	margin-top: 20px;
	margin-bottom: 20px;
}

#url-field,
#file-field {
	display: none;
}

p.auth-option-info {
	margin-top: 10px;
}

#remember-me {
	margin-bottom: 10px;
}

#forget-password {
	margin-top: 10px;
}

#sign-in.chromeless sign-in #container {
	background-color: #518ee8;
	padding: 25px;
}

#sign-in-consent {
	margin-top: 10px;
	background-color: #518ee8;
}

#container {
	margin-top: 25vh;
	background-color: #d0e2f8;
	padding: 25px;
	border: solid 1px #518ee8;
}

#brand {
	text-align: center;
}

.field-content input {
	width: 100%;
	border: 0;
	height: 30px;
}
