#newAccountForm .row > div label { width: 100%; }
#newAccountForm .civ { padding-top: 20px; position: relative; }
#newAccountForm menu { margin-top: 15px; }
#newAccountForm menu.back .requiredFields { font-size: 11px; color: #666; }
#newAccountForm div.loi { margin-top: 15px; }
#newAccountForm div.loi h5 { color: #666; display: block; font-size: 14px; margin: 15px 0 0 0; }
#newAccountForm div.loi p { color: #999; display: block; font-size: 14px; }

/* ----- [MOB] ----- */
@media (max-width: 767px) {
	#newAccountForm .row > div .btn-group { margin-bottom: 10px; }
}