diff --git a/ordr2/static/css/style.css b/ordr2/static/css/style.css
index ca5b5ba..40904e2 100755
--- a/ordr2/static/css/style.css
+++ b/ordr2/static/css/style.css
@@ -718,3 +718,7 @@ hgroup .info {
.page-controls h1 { font-size: 25px; }
}
+
+/*================ STYLES FOR php2python BRANCH ================*/
+
+input[value="password:mapping"] + div { margin-bottom:10px; }
diff --git a/ordr2/templates/account/login.jinja2 b/ordr2/templates/account/login.jinja2
index 54f2651..e15da2e 100644
--- a/ordr2/templates/account/login.jinja2
+++ b/ordr2/templates/account/login.jinja2
@@ -4,34 +4,36 @@
{% block subtitle %} Login {% endblock subtitle %}
{% block content %}
-
-
-
-
Log in
- {{ macros.flash_messages() }}
-
-
-
+
+
+
+
+
Log in
+ {{ macros.flash_messages() }}
+
+
+
+
{% endblock content %}
diff --git a/ordr2/templates/errors/forbidden.jinja2 b/ordr2/templates/errors/forbidden.jinja2
index d221f77..e7fe398 100644
--- a/ordr2/templates/errors/forbidden.jinja2
+++ b/ordr2/templates/errors/forbidden.jinja2
@@ -3,16 +3,18 @@
{% block subtitle %} Access Denied {% endblock subtitle %}
{% block content %}
-
-
+
+
+
-
-
- Access Denied!!!
- You do not have the permission to access this page.
-
-
+
+
+ Access Denied!!!
+ You do not have the permission to access this page.
+
+
-
+
+
{% endblock content %}
diff --git a/ordr2/templates/errors/not_found.jinja2 b/ordr2/templates/errors/not_found.jinja2
index 0beb0b2..0ab532a 100644
--- a/ordr2/templates/errors/not_found.jinja2
+++ b/ordr2/templates/errors/not_found.jinja2
@@ -3,16 +3,18 @@
{% block subtitle %} Not Found {% endblock subtitle %}
{% block content %}
-
-
+
+
+
-
-
- These are not the droids
you are looking for
- Whatever you wanted to see was not found on this server.
-
-
+
+
+ These are not the droids
you are looking for
+ Whatever you wanted to see was not found on this server.
+
+
-
+
+
{% endblock content %}
diff --git a/ordr2/templates/layout.jinja2 b/ordr2/templates/layout.jinja2
index f5b6dce..3a59f72 100644
--- a/ordr2/templates/layout.jinja2
+++ b/ordr2/templates/layout.jinja2
@@ -11,7 +11,8 @@
-
+
+