.recovery-portlet .container {
	width: auto;
	text-align: center;
}

.recovery-section {
	display: inline-block;
	max-width: 800px;
}

.recovery-title {
	font-weight: bold !important;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 1em !important;
	text-align: left;
}

.recovery-text {
	text-align: left;
}

.recovery-option {
	text-align: left;
	margin: 1em 0;
}

.recovery-link {
	font-size: 1.1em;
	font-weight: bold;
	color: #264586 !important;
}

.recovery-form {
	display: inline-block;
	border-radius: 10px;
	background-color: #f9f9f9;
	padding: 10px;
	border: 2px solid #e9e9e9;
	text-align: left;
	margin: 1em auto !important;
}

label {
	width: 100% !important;
	text-align: left;
}

input.frm-input {
	display: block;
	height: 3em !important;
}

input.frm-error-input {
    margin-bottom: 0;
}

input.frm-input-day, input.frm-input-year {
	display: inline-block !important;
}

select.frm-input-month {
	display: inline-block !important;
	height: 3em !important;
	margin: 0;
}

.frm-error-msg-baseline {
    display: block;
    margin: 0 0 1em 0;
    font-size: 0.85em;
}

.error-msg {
	color: red;
	font-weight: bold;
}

#password-strength--popup {
	vertical-align: top;
	margin: 10px;
	display: inline-block;
}