html {
	height: 100% !important;
}

body {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.login-page {
	background-color: white !important;
}

.login-box, .register-box {
	margin: 0;
}