diff --git a/src/global.less b/src/global.less
index e6577593461653dab43766832f7ae42a43489e5b..0c4cc248116270b9917fe1be300d38c4e69d0697 100644
--- a/src/global.less
+++ b/src/global.less
@@ -119,7 +119,6 @@ ol {
   margin-top: 30px !important;
 }
 
-
 pre {
   color: rgba(0, 0, 0, 0.85) !important;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
@@ -249,6 +248,39 @@ pre {
       }
     }
   }
+  .ant-input-affix-wrapper {
+    background-color: rgba(255, 255, 255, 0.3) !important;
+    border: none !important;
+    input {
+      color: #fff !important;
+      background-color: rgba(255, 255, 255, 0) !important;
+    }
+  }
+  .ant-select-selector {
+    background-color: rgba(255, 255, 255, 0.3) !important;
+    border: none !important;
+    input {
+      color: #fff !important;
+      background-color: rgba(255, 255, 255, 0) !important;
+    }
+  }
+  .ant-input {
+    color: #fff !important;
+    background-color: rgba(255, 255, 255, 0.3) !important;
+    border: none !important;
+  }
+  .ant-select-selection-item {
+    color: #fff !important;
+  }
+  .anticon-close-circle {
+    color: #fff !important;
+  }
+  .anticon {
+    color: #fff !important;
+  }
+  .ant-select-clear {
+    background-color: transparent !important;
+  }
 }
 
 .reg {
diff --git a/src/pages/user/Login/index.jsx b/src/pages/user/Login/index.jsx
index d21f1015cafb7003139ce438ad83810edb295cdc..458ae41c4e96508e29d55bcb3514e41b514e83d9 100644
--- a/src/pages/user/Login/index.jsx
+++ b/src/pages/user/Login/index.jsx
@@ -383,15 +383,8 @@ const Login = () => {
                           ]}
                         />
                       </Col>
-
-
                     </Row>
                   )}
-
-
-
-
-
                 </TabPane>
               </Tabs>
 
diff --git a/src/pages/user/Login/index.less b/src/pages/user/Login/index.less
index 1543779ada54e28ac2ef3e9249fbf7c7ec70ad65..246a3f7094a25cb9e95311a96183274e801dc845 100644
--- a/src/pages/user/Login/index.less
+++ b/src/pages/user/Login/index.less
@@ -7,6 +7,10 @@
   background: @layout-body-background;
 }
 
+.prefixIcon {
+  color: #ffffff !important;
+}
+
 .lang {
   width: 100%;
   height: 40px;
@@ -48,4 +52,3 @@
     color: @primary-color;
   }
 }
-