
{% extends "admin/base_site.html" %}
{% load static %}
<link rel="stylesheet" type="text/css" href="{% static 'css/custom.css' %}">
{% block extrahead %}
<style>
    /* Custom styles for admin interface */
    .form-actions {
        margin-top: -160px;
        text-align: center;
    },

    .custom-logo {
    height: 50px; /* Set the desired height */
    width: 100px;  /* Maintain aspect ratio */

}

    
</style>
{% endblock %}
