diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css
index efb7053..b38127d 100644
--- a/amadeus/static/css/base/amadeus_responsive.css
+++ b/amadeus/static/css/base/amadeus_responsive.css
@@ -44,50 +44,7 @@
padding-right: 10px;
}
- .logo-login{
- margin-top: 150px;
- margin-bottom: 30px;
- width: 40%;
- }
-
- h2{
- font-size: 32pt;
- }
-
- p{
- font-size: 24pt;
- }
-
- a{
- font-size: 24pt;
- }
-
- input[type="text"] {
- margin-top: 40px;
- height: 80px;
- }
-
- input[type="password"] {
- margin-top: 40px;
- height: 80px;
- }
-
- .form-control {
- font-size: 40pt;
- }
-
- .btn {
- font-size: 24pt;
- }
- span{
- font-size: 24pt;
- }
-
- .contrast-login{
- text-align:center;
- margin-top: 100px;
- }
/* Bottom Menu */
.clearfix {
@@ -121,9 +78,7 @@
font-size: 35px;
}
- .mobile-menu a {
- font-size: 32pt;
- }
+
/* End Bottom Menu */
}
diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html
index 4a62ea2..4fd21a5 100644
--- a/amadeus/templates/base.html
+++ b/amadeus/templates/base.html
@@ -55,6 +55,7 @@
+
{% block style %}
{% endblock %}
--
libgit2 0.21.2