
/* Login
---------*/

	[data-layout="full"] h1 {
		text-align: center;
		text-transform: uppercase;
	}

	[data-layout="full"] main:before {
		background: none;
		background-color: rgba(255,255,255,0.7);
	}

	[data-layout="full"] p {
		margin-top: 20px;
		text-align: center;
	}

	[data-layout="full"] .center {
		padding: 0 20px;
	}

/* Link-Container
------------------*/

	.link-container {
		margin-top: 20px;
	}

	.link-container a {
		margin-top: 10px;
		display: block;
		text-align: center;
		text-decoration: underline;
	}