Auth: prettier ui
diff --git a/core/auth/ui/static/main.css b/core/auth/ui/static/main.css
new file mode 100644
index 0000000..05a6db8
--- /dev/null
+++ b/core/auth/ui/static/main.css
@@ -0,0 +1,54 @@
+.main {
+ width: 400px;
+ height: 400px;
+ margin: 7em auto;
+}
+
+form {
+ padding-top: 40px;
+}
+
+input {
+ width: 76%;
+ font-weight: 700;
+ font-size: 14px;
+ letter-spacing: 1px;
+ background: rgba(136, 126, 126, 0.04);
+ padding: 10px 20px;
+ border: none;
+ outline: none;
+ box-sizing: border-box;
+ border: 2px solid rgba(0, 0, 0, 0.02);
+ margin-bottom: 50px;
+ margin-left: 46px;
+ text-align: left;
+ margin-bottom: 27px;
+}
+
+input[type="checkbox"] {
+ width: 20%;
+}
+
+input[type="submit"] {
+ background: rgba(136, 126, 126, 0.5);
+ text-align: center;
+}
+
+input:focus {
+ border: 2px solid rgba(0, 0, 0, 0.18) !important;
+}
+
+a {
+ width: 76%;
+ font-weight: 700;
+ font-size: 14px;
+ letter-spacing: 1px;
+ padding: 10px 20px;
+ border: none;
+ outline: none;
+ box-sizing: border-box;
+ margin-bottom: 50px;
+ margin-left: 46px;
+ text-align: left;
+ margin-bottom: 27px;
+}
\ No newline at end of file