.login-page {
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.login-box .btn-success {
	background-color: #4c64ad!important;
	border-color: #4c64ad!important;
	font-weight: bold!important;
}
.login-box .btn-success:focus,.login-box .btn-success:hover {
	outline: 0;
	box-shadow: none;
	background-color: #42589d !important;
	border-color: #42589d !important;
}
.login-box .btn-primary {
	background-color: #fff!important;
	border-color: #4c64ad!important;
	color: #4c64ad!important;
	font-weight: bold!important;
}
.login-box-body, .register-box-body {
	flex: 100%;
}
.login-box {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff!important;
	padding: 30px;
	border-top: 0;
	color: #333!important;
	box-shadow: 0px 0px 40px 10px rgb(0 0 0 / 5%);
	-o-box-shadow: 0px 0px 40px 10px rgb(0 0 0 / 5%);
	-ms-box-shadow: 0px 0px 40px 10px rgb(0 0 0 / 5%);
	-webkit-box-shadow: 0px 0px 40px 10px rgb(0 0 0 / 5%);
	border: 1px solid #ddd;
	flex: 100%;
	min-height: 60vh;
	min-height: 581px;
}
.box-body:empty { display: none; }
.u-link {
	text-decoration: underline !important;
}

