body {
	background-color: #222;
	color: #eee;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

label {
	font-weight: 300;
}

a.link-on-black { 
	color: #78ACD9 !important;
  font-weight: bold;
}

a.link-on-black:focus, a.link-on-black:hover { 
	color: #488ECB !important;
}

.grecaptcha-badge { 
  visibility: hidden;
}

#tfaRegistration h2 {
  font-weight: 700;
}

#tfaRegistration h1, #tfaRegistration h2 {
  margin-top: 20px;
}

#tfaRegistration #code {
  width: 50%;
  margin-bottom: 10px;
}

#tfaRegistration #tfaError {
  width: 50%;
}

#tfaQRCode {
  border-radius: 5px;
}

#tfaQRSecret {
  font-weight: bold;
}

#verifyTfaBtn {
  margin-bottom: 10px;
}