diff --git a/scss/_forms.scss b/scss/_forms.scss
index 33163a05293bbd0d203f2f8cce9c768c2c3dc266..fb3dc55992ee615916c068cc118e4ffc3dc8c4d7 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -130,6 +130,7 @@ select.form-control {
   padding-bottom: $input-btn-padding-y;
   margin-bottom: 0; // match inputs if this class comes on inputs with default margins
   line-height: $input-btn-line-height;
+  background-color: transparent;
   border: solid transparent;
   border-width: $input-btn-border-width 0;