body{
    background: url( '/static/image/bg.png');
    height: 100%;
    background-position: center;
    background-repeat:no-repeat;
}

img{
    mix-blend-mode: multiply;
}

.logo{
    width: 60px;
    height: 60px;
    margin: 10px;
    mix-blend-mode: normal;
}

.loginimg{
    mix-blend-mode:multiply;
    width: 80%;
    height: 70%;
}

.boxlogin{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup, .emppopup, .regpopup{
    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-content{
    margin: 5%;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    position:relative;
    text-align: center;
}

/* .loginbody{
        background-color: rgb(199, 199, 199);
        border-radius: 0px 20px  ;
} */

.adminlogin{
    display: none;
    margin: 30px;
    text-align: center;
}

.emplogin{
    margin: 30px;
    text-align: center;
    display:block;
}



.close, .empclose, .regclose{
    position: absolute;
    top: 0px;
    right: 5px;
}

input, option{
    border-radius: 5px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

ul>li>.btn{
    width: 170px;
}

.mdborder{
    border-right:5px solid gray;
}

.btn:focus, .btn:active:focus, .btn.active:focus{
    outline:none;
    box-shadow:none;
}

.message {
    display: none;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.message.valid {
    display: flex;
}
.message i {
    display: none;
}
.message.valid i.check {
    display: inline;
}
.message.invalid i.cross {
    display: inline;
}

.wrap{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.radius{
    border-radius: 0px 20px;
}
