.main-body .content .titlePage,
.main-body .content .richContent {
	max-width: 34em;
	margin-left: auto;
	margin-right: auto;
}

.passwordForgotten-form [type=submit],
.passwordForgotten-form .form-cancel .button {
	display: block;
	width: 100%;
	text-align: center;
}

@media only print, only screen and (min-width: 30.063em) {

.passwordForgotten-form [type=submit],
.passwordForgotten-form .form-cancel .button {
	display: inline-block;
	width: auto;
}

.passwordForgotten-form .form-cancel {
	text-align: right;
}

}

