﻿form#logOnForm:before {
    content: 'Welcome to the MOA Municipal Vendor Portal. Your gateway to doing business with the Municipality of Anchorage.' !important;
	font-weight: 700;
}

/* Applicable to the account activation page, we want to hide the continue button*/
/* after user registers.  Want to redirect to MVP portal! */
/*body[data-pagetype="AccountActivated"] #ForwardToStartPageSubmit {
  display: none !important;
}
body[data-pagetype="AccountActivated"] button[title="Continue"] {
  display: none !important;
}*/