
.content {
	display:flex;
	justify-content:center;
	padding: 40px 0 40px 0 !important;
	margin: auto !important;
}

.site-login {
	/*width: 50vw !important;*/
	background: rgba(255, 255, 255, 0.7); /* 0.5 is the opacity, adjust to your liking */
	backdrop-filter: blur(10px);
	border-radius: 15px;
	padding: 20px;
	margin: auto !important
}

.wide-input {
	width: 100%;
}

.register-box{
	/*width: 100% !important;*/
	padding: 0 0 20px 0;
}