@use "~admin-stylesheets/colors";

.nab-welcome-layout {
	background: colors.$nab-background-white;
	border-radius: 2px;
	box-shadow:
		0 2px 0 colors.$nab-border-light,
		0 2px 10px 0 colors.$nab-box-shadow;
	display: block;
	margin: 5em auto 1em;
	max-width: 40em;
	padding: 2em;
	text-align: center;

	&__logo {
		max-width: 20em;
	}
}
