* { box-sizing:border-box; }

.site-body {
	font-family: arial;
	background: linear-gradient(#fafafa, #e2e2e4);
	overflow-y: hidden;
	height: 100%;
	width: 100%;
	margin: 0px;
}

::selection {
  background: #DD542F;
}

hgroup {
	text-align:center;
	margin-top: 4em;
}

h1 {
	color: #fff;
	font-size: 12 !important;
	text-align: center;
	letter-spacing: 2px;
 }

h3 { color: #4a89dc; }

.site-login-form {
	width: 280px;
	padding: 20px 30px;
	margin: auto;
	background: #fff;
	border: solid 2px #eee;
	border-radius: 15px;
	box-shadow: 5px 5px 4px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.site-signin-button {
	margin-bottom: 20px;
}

.site-pending-button {
	font-size: 14px;
  font-family: sans-serif;
  font-weight: bold;
  padding: 8px;
  border: solid 1px #bfbfbf;
  border-radius: 5px;
  color: #737373;
  background: linear-gradient(#ffffff, #e2e2e4);
}

.site-login-main-title {
	color: #262626;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 200;
  font-size: 150%;
  font-family: sans-serif;
  font-weight: bolder;
  margin: 10px 0px;
}

footer {
	text-align: center;
}

footer p {
	color: #fff;
	font-size: 7.65px;
	font-weight: 200;
	letter-spacing: .4px;
	letter-spacing: 1px;
}

footer a {
	color: #fff;
	text-decoration: none;
	-webkit-transition:all .2s ease;
	transition: all .2s ease;
	font-weight: 600;
	letter-spacing: 1px;
}

footer a:hover {
	color: #D7DDFF;
	opacity: 80%;
	font-weight: 600;
}

.site-page-wrapper {
  width: 100%;
  height: 100%;
    display: flex;
}
