/* Admin area custom login background image */
body.login_admin:before {
    content: " ";
    background-color: rgba(128, 128, 128, 0.6); /* Gray with 50% transparency */
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

body.login_admin {
    background-image: url(../images/shipping-background.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Make h1 and p inside the login text-center block white */
.text-center.tw-mb-5 h1,
.text-center.tw-mb-5 p {
  color: white;
}

table tbody td {
    vertical-align: middle !important;
}

/* Fix Header Overlap With Page Title in New Purchase Request Page */
#wrapper .content {
    padding-top: 60px; /* match your fixed header height */
}
/* End Fix Header Overlap With Page Title in New Purchase Request Page */








