html, body {
	height:100%;
}

.bg-faded {
    background-color: #f7f7f7;
}

.footer-border-top-1 {
    border-top: 1px solid #ced4da;
}

.header-border-bottom-1 {
    border-bottom: 1px solid #ced4da;
}

input.form-control:focus {
	box-shadow:none;
}

.text-white-space-normal {
	white-space: normal;
}

.landing-logo {
	display: none;
}