.webpayweb .login-cover,
.webpayweb .login-cover-bg,
.webpayweb .login-cover-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.webpayweb .login-cover .login-cover-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .45) 0, rgb(39 38 38 / 90%)) !important
}

.webpayweb .table,
.webpayweb .table-responsive.table-bordered {
    background-color: #fff;
}

.webpayweb .panel {
    margin-bottom: 20px;
    background: transparent;
    box-shadow: none;
    font-size: 17px !important;
}

.webpayweb .form-control::placeholder {
    color: black;
}

.webpayweb .f-s-12.text-grey-darker {
    color: white !important;
}

.webpayweb #wpsearch label {
    color: #fff;
}