a:link {
	text-decoration: none;
}
[v-cloak] {
	display: none;
}
#app {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.pageTopMargin {
	height: 15vh;
}

.pageFooter {
	color: #C7C8CA !important;
}

.pageFooter .pageFooterIcon .v-btn {
	height: 30px;
	width: 30px;
	margin-left: 8px;
	margin-right: 8px;
}

.loginToolBar {
	height: 5px !important;
}

.loginToolBar .v-toolbar__content {
	height: 5px !important;
}

.loginLinks {
	margin-top: 10px;
}

.loginLinks a {
	color: rgba(0, 0, 0, 0.5) !important;
}

.loginDivider {
  width: 100%;
  margin: 0.7em auto;
  overflow: hidden;
  text-align: center;
  font-weight: 300;
  font-size: 0.9em;
  color: #9e9e9e;
}

.loginDivider:before,
.loginDivider:after {
  content: '';
  display: inline-block;
  width: 50%;
  margin: 0 0.5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px dotted;
}
.loginDivider:after {
  margin: 0 -55% 0 0.5em;
}
.login-logo {
	position: absolute;
	left: 0px;
}