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

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

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

label {
	font-weight: 300;
}