[hub] add register as a seller page
diff --git a/erpnext/public/less/hub.less b/erpnext/public/less/hub.less
index 48d52ca..35e1f8d 100644
--- a/erpnext/public/less/hub.less
+++ b/erpnext/public/less/hub.less
@@ -17,6 +17,10 @@
 		}
 	}
 
+	input, textarea {
+		font-size: @text-medium;
+	}
+
 	.hub-card {
 		border: 1px solid @border-color;
 		margin-bottom: 25px;
@@ -58,7 +62,6 @@
 		margin-bottom: 20px;
 
 		input {
-			font-size: @text-medium;
 			height: 32px;
 		}
 	}
@@ -101,6 +104,28 @@
 		border-radius: 4px;
 		border: 1px solid @border-color;
 	}
+
+	.register-title {
+		font-size: @text-regular;
+	}
+
+	.register-form {
+		border: 1px solid @border-color;
+		border-radius: 4px;
+		padding: 15px 25px;
+	}
+
+	.form-container {
+		.frappe-control {
+			max-width: 100% !important;
+		}
+	}
+
+	.form-message {
+		padding-top: 0;
+		padding-bottom: 0;
+		border-bottom: none;
+	}
 }
 
 body[data-route^="Hub/"] {