.page-card-head img{
    max-height: 100px !important;
}

#page-login{
    background-image: url('/files/rupay_backgroundcaefaa.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -30px;
    height: 100vh;
}
.login-content {
    background-color: rgba(255,255,255,0.8) !important;
}

.footer-powered {
    display: none !important;
}

nav.navbar.navbar-light.navbar-expand-lg {
    display: none;
}

/* input[type="file"]::file-selector-button {
    content: "Choose PDF File";
    background-color: #61509d;
    color: white;
    border: none;
    padding: 3px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

input[type="file"] {
    font-size: 12px;
} */

