.passValidator {
    background: linear-gradient(#3e76b7, #2e5583);
    padding: 20px 30px;
    border-radius: 10px;
    border: solid 1px #ffffff;
    box-shadow: 0px 0px 10px #000000;
}

#passCode {
    padding: 4px;
    border-radius: 5px;
    background-color: #000000;
    color: #21d41a;
    border: none;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

#passButton {
    background: linear-gradient(#5c5c5c, #333333);
    color: #ffffff;
    border-radius: 5px;
    padding: 4px 10px;
    border: solid 1px #807d7d;
    cursor: pointer;
}

#passButton:hover {
    opacity: 0.7;
}

#passPrivilegeActive{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100000;
    background-color: aliceblue;
    border-radius: 20px;
    padding: 10px;
    display: none;
    overflow: hidden;
}

#checkBox {
    width: 51px;
    height: 42px;
    background-image: url('pics/checked.png');
    float: right;
}