

.dbr-forgot-input {
	border-radius: 5px;
}

.mc-login-content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#mc-video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}


.mc-login-mask {
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(91, 36, 129, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	mix-blend-mode: soft-light;
}