html { 
	height: 100%;
	height: 100% !important;
}

.card .form-group > label {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.form-control-dark {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
	border-color: transparent;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
code { font-size: 80%; }

