@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
body{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.login-register {
    padding: 35px 0 !important;
}
.table td, .table th {
    padding: 5px !important;
}
.middle td, .middle th {
    padding: 5px !important;
}
.table-hover tbody tr:hover {
    background-color: #e9ecef !important; 
}
.card {
    border-radius: 10px !important;
    box-shadow: 1px 1px 11px rgb(0 0 0 / 30%) !important;
    width: 95% !important;
    margin: auto !important;
}
@media (max-width:915px)  {
    .login-register {
        padding: 25px 0 !important;
    }
}
.login-register {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100% ;
    padding: 10% 0;
}

#rfid { 
    -webkit-text-security: disc;
}

#rfid2 { 
    -webkit-text-security: disc;
}

#kode { 
    -webkit-text-security: disc;
}

.card {
    border-radius: 10px !important;
    box-shadow: 1px 1px 11px rgb(0 0 0 / 30%) !important;
}
.card-body {
    padding: 3rem !important;
}