html,
body {
  height: 100%;
}

body {
  font-family: Ubuntu, "verdana ce", verdana, "tahoma ce", tahoma, "arial ce", arial, helvetica;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #FFFFFF;
}

@media only screen and (max-height: 359px) {
	.badge-container {
		display: none !important;
	}
}

h1 {
	font-size: 20pt !important;
}
.form-signin {
  width: 100%;
  max-width: 390px;
  padding: 15px 15px 100px 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input {
  border-radius: 0px;
}

.form-signin button {
  border-radius: 0px;
  position: relative;
  z-index: 10;
}

#messages {
	margin-top: 5px;
	color: #FA8D63;
	font-weight: 600;
	font-size: 10pt;
	background-color: white;
}

.terms-of-use {
	text-align: left;
	font-size: 13px;
}

.terms-of-use label {
	display: inline;
	margin-left: 1em;
}

.badge-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	flex-wrap: wrap;
}
.badge-container div { 
	width: 100%;
	padding: 1px 7px 0 7px;
	font-size: 10.5pt;
}
.badge-container a { margin: 5px 7px 7px 7px; }
.badge-container a:first-of-type { margin-left: 0; }
.badge-container a:last-of-type { margin-right: 0; }
.badge-container img {
	height: 45px;
	width: auto;
	margin: 0;
	cursor: pointer;
	display: block;
}
