﻿body {
    background-image:url('../images/bg.png');
}
.login-box {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    direction: rtl;
}
input.dark {
    background: rgba(27,27,27,0.3) !important;
    color:white;
}
    input.dark:focus {
        color: white;
    }
    input.dark::placeholder {
        color: rgba(128, 128, 128,0.5);
    }

.table td {
    vertical-align: middle !important;
}

.tablecentertd td,
.tablecentertd th {
    text-align: center;
}
.tablecentertd td {
    background: rgba(75,75,75,0.3) !important;
}
    .glassbg {
        background: rgba(75,75,75,0.3) !important;
    }

.glassbg7 {
    background: rgba(25,25,25,0.7) !important;
}
