button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}
/* begin::Page bg image */
body {
    background-image: url('/static/Metronic/html/demo1/dist/assets/media/auth/bg10.jpeg');
}
[data-theme="dark"] body {
    background-image: url('/static/Metronic/html/demo1/dist/assets/media/auth/bg10.jpeg');
}
/* end::Page bg image */

/* begin::Page bg image _base.html */
body { 
    background-image: url('/static/Metronic/html/demo1/dist/assets/media/auth/bg10.jpeg'); 
} 
[data-theme="dark"] 
body { background-image: url('/static/Metronic/html/demo1/dist/assets/media/auth/bg10.jpeg'); 
}
/* end::Page bg image */

/* profile.html */
#forgot-password,#forgot-div{
    display: none;
}

/* disable.html */
#disable{
    margin-top: 15px;
}
#id_understand{
   width:20px;
   height:20px;
   margin-left:10px;

   
  } 
label{
 font-size: 14px;
 margin-bottom: 5px;
}

/* setup.html */
th,label{
    display: none;
}
/* login.html */
label{
    display:none;
  }