diff --git a/src/NuGetGallery/Views/Organizations/Add.cshtml b/src/NuGetGallery/Views/Organizations/Add.cshtml
index 00539a119b..1652989929 100644
--- a/src/NuGetGallery/Views/Organizations/Add.cshtml
+++ b/src/NuGetGallery/Views/Organizations/Add.cshtml
@@ -47,24 +47,24 @@
@Html.ShowLabelFor(m => m.OrganizationName)
- @Html.ShowTextBoxFor(m => m.OrganizationName)
+ @Html.ShowTextBoxFor(m => m.OrganizationName, customClass: "input-brand")
This will be your organization account on @Url.User("{username}", relativeUrl: false).
@Html.ShowValidationMessagesFor(m => m.OrganizationName)
@Html.ShowLabelFor(m => m.OrganizationEmailAddress)
- @Html.ShowTextBoxFor(m => m.OrganizationEmailAddress)
+ @Html.ShowTextBoxFor(m => m.OrganizationEmailAddress, customClass: "input-brand")
Users can contact your organization at this email address.
@Html.ShowValidationMessagesFor(m => m.OrganizationEmailAddress)
}
diff --git a/src/NuGetGallery/Views/Organizations/DeleteAccount.cshtml b/src/NuGetGallery/Views/Organizations/DeleteAccount.cshtml
index 75315cb8e3..47e02d0bba 100644
--- a/src/NuGetGallery/Views/Organizations/DeleteAccount.cshtml
+++ b/src/NuGetGallery/Views/Organizations/DeleteAccount.cshtml
@@ -55,10 +55,10 @@
}
diff --git a/src/NuGetGallery/Views/Organizations/ManageOrganization.cshtml b/src/NuGetGallery/Views/Organizations/ManageOrganization.cshtml
index ae5618ae8c..0f8d19ba1b 100644
--- a/src/NuGetGallery/Views/Organizations/ManageOrganization.cshtml
+++ b/src/NuGetGallery/Views/Organizations/ManageOrganization.cshtml
@@ -83,12 +83,12 @@
@