-
-
+
+
Login failed: {{loginError}}
@@ -51,11 +37,8 @@
-
-
-
diff --git a/src/css/less/p_pro.less b/src/css/less/p_pro.less
index 5f0a200fd1f..f153410cc0d 100644
--- a/src/css/less/p_pro.less
+++ b/src/css/less/p_pro.less
@@ -69,18 +69,39 @@
}
}
+.login-inner-box {
+ width: 50%;
+ float: left;
+ margin-left: 25%;
+ margin-right: 25%;
+
+ input, .btn {
+ margin-bottom: 10px;
+ width: 100%;
+ font-size: 1.2em;
+ box-sizing: border-box;
+ }
+
+ input[type=text], input[type=password] {
+ padding: 17px;
+ }
+
+ input[type=checkbox] {
+ width: auto;
+ }
+}
+
.login-box {
width: 700px;
margin: 100px auto 0 auto;
-
- button.btn {
- margin-top: 19px;
- padding: 12px 30px;
- }
-}
+ }
.login-box-logo {
text-align: center;
padding-bottom: 50px;
}
+.register-box {
+ margin-top: 100px;
+}
+