/* Auth/Register/Verify views custom styles placeholder */
.mm-auth {
	min-height: 100vh;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #fff;
}

.mm-auth__panel {
	padding: 48px 32px;
}

.mm-auth__media {
	background-size: cover;
	background-position: center;
}

@media (max-width: 991px) {
	.mm-auth {
		grid-template-columns: 1fr;
	}

	.mm-auth__media {
		display: none;
	}
}
