.mdl-layout {

	// Login, Reset, and Register Form Layouts
	&.mdl-auth-form {
		display: block;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		.mdl-layout__content {
			padding: .5em;
		}
		.mdl-layout__content_auth {
		  width: 330px;
		  margin: 1em auto;
		}

		@media(min-width: $phone) {
		  .mdl-layout__content_auth {
		    margin: 2em auto;
		  }
		}
		@media(min-width: $tablet) {
		  .mdl-layout__content_auth {
		    margin: 4em auto 2em;
		  }
		}
	}
}
