.brand-link .brand-image {
    max-height: 60px;
    width: auto;
    object-fit: contain;
    margin-left: 0;
}
.brand-link .brand-text {
    display: none !important;
}
.user-panel{
    display: none !important;
}
.brand-link{
    height: 70px !important;
}
.jazzmin-login-page{
    background-color: black !important;
}

.vTextField{
    width: 500px !important;
}
.vLargeTextField{
    width:  500px !important;
}
.vDateField{
    width: 500px !important;
}
.clearable-file-input {
    display: none !important;
    /* align-items: center;
    gap: 8px; */
}
.clearable-file-input label {
    display: none !important;
}
#id_password p:first-child {
    display: none;
}