Your Name 4 years ago
parent
commit
2b3cc35b7d
1 changed files with 8 additions and 16 deletions
  1. 8 16
      apis/static/login.html

+ 8 - 16
apis/static/login.html

@@ -22,9 +22,6 @@ body {
 .form-signin .checkbox {
   margin-bottom: 30px;
 }
-.form-signin .checkbox {
-  font-weight: normal;
-}
 .form-signin .form-control {
   position: relative;
   font-size: 16px;
@@ -37,25 +34,20 @@ body {
 .form-signin .form-control:focus {
   z-index: 2;
 }
-.form-signin input[type=text] {
-  margin-bottom: -1px;
-  border-bottom-left-radius: 0;
-  border-bottom-right-radius: 0;
-}
-.form-signin input[type=password] {
-  margin-bottom: 20px;
-  border-top-left-radius: 0;
-  border-top-right-radius: 0;
-}
 
 </style>   
 </head>
 <body>
+
     <div class="wrapper">
         <img src="/static/logo_choozmo.webp" style="display: block; margin-left: auto;   margin-right: auto;  width: 150px;" >
-          <h2 class="form-signin-heading">請以您的Google帳號登入</h2>
-          <a href="/login"><button class="btn btn-lg btn-primary btn-block" >Google 登入</button></a>
-      </div>
+          <form class="form-signin">       
+            <h2 class="form-signin-heading">請以您的Google帳號登入</h2>
+            <a href="/login"><button class="btn btn-lg btn-primary btn-block" >Google 登入</button></a>
+        </form>
+    
+
+        </div>
 
 </body>    
 </html>