-
- {% if form.errors %}
- {% bootstrap_form_errors form %}
- {% endif %}
-
+
{% endblock content %}
\ No newline at end of file
diff --git a/accounts/templates/login.html b/accounts/templates/login.html
index b81a63e..1a7da2d 100644
--- a/accounts/templates/login.html
+++ b/accounts/templates/login.html
@@ -2,7 +2,8 @@
{% load i18n %}
{% load static %}
-{% block title %}{% trans "WebVirtCloud" %} - {% trans "Sign In" %}{% endblock %}
+
+{% block title %}{% trans "WebVirtCloud" %} - {% trans "Sign In" %}{% endblock title %}
{% block style %}
@@ -11,19 +12,20 @@
{% block content %}
+
+
+
+ WebVirtCloud
++
+ {% if form.errors %}
+
+ {% endif %}
+
+ {% bootstrap_form_errors form %}
-
+
{% if form.errors %}
-
-
+
-
{% endblock %}
\ No newline at end of file
diff --git a/static/css/signin.css b/static/css/signin.css
index b21906c..d47add7 100644
--- a/static/css/signin.css
+++ b/static/css/signin.css
@@ -6,11 +6,10 @@
display: block;
align-content: center;
align-items: center;
- box-shadow: 0px 0px 30px black;
- border-radius: 20px;
- padding-top: 30px;
- padding-bottom: 20px;
- background: linear-gradient(0deg, rgba(203,203,203,1) 0%, rgba(255,255,255,1) 100%);
+ box-shadow: 0px 0px 20px black;
+ border-radius: 5px;
+ padding-top: 5%;
+ padding-bottom: 1%;
}
h1 {
color:#212529;
@@ -60,16 +59,10 @@ h2 {
}
.btn-success {
- background: linear-gradient(45deg, rgba(190,120,255,1) 0%, rgba(43,108,173,1) 34%, rgba(38,173,151,1) 68%, rgba(208,144,71,1) 100%);
- transition-duration: 0.5s;
- border-color: rgba(11, 12, 13, 0);
border-width: 2px;
border-style: solid;
- color:white;
}
.btn-success:hover {
- transition-duration: 0.5s;
- border-color: goldenrod;
border-width: 2px;
border-style: solid;
}
+
{% trans "Incorrect username or password." %}
{% endif %}