﻿.msg-reg-container {
	max-width: 50em;
	background-color: #F3F3F5;
	padding-bottom: 2em;
	margin-top: 5em;
	padding-top: 2em;
}

/* some text boxes with login/passwords must be left aligned.*/
.msg-txt-left {
	direction: ltr !important;
}

#lnkRestorePassword {
	margin-right: 2em;
}

.danger {
	color: red;
	margin-top: 2em;
	margin-bottom: 10em;
}

.success {
	color: green;
	margin-top: 2em;
	margin-bottom: 10em;
}

.label-offset {
	padding-left: 15px;
}

