.bg-wrapper-login {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    height: 100vh;
}
.account-wrapper {
    display: table;
    table-layout: fixed;
    height: 100%;
    padding: 30px;
    width: 100%;
}
#login-bg:before {
    background-color: rgb(0 0 0 / 55%);
}

.bg-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: rgb(0 0 0 / 55%); */
}
.table > tbody > tr > td {font-weight: 500;}
.table > tbody > tr > td h2 a {font-weight: 500;}
table.table td{
   
    color: #080808;
}
table.table td h2 a {
    color: #080808;
}