client/src/components/Register.scss
changeset 144 8b950885ddae
child 151 57d63a248f0d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/src/components/Register.scss	Tue Aug 14 20:39:55 2018 +0200
@@ -0,0 +1,33 @@
+h4.text-center {
+    font-size: 50px;
+    font-weight: bolder;
+}
+
+.control-label {
+    font-size: 16px;
+    margin-left: 20%;
+}
+
+.form-control {
+    width: 60%;
+    margin-left: 20%;
+}
+
+form {
+    padding-top: 10%;
+}
+
+button.btn.btn-primary {
+    font-size: 	18px;
+    font-weight: bold;
+    padding: 15px 15px;
+    width: 30%;
+    margin-left: 35%;
+    margin-top: 7%;
+}
+
+.text-center .text-muted {
+    color: #769FED;
+    font-size: 16px;
+    font-weight: bold;
+}