body {
    background-color: rgba(189, 189, 189, 0.664);
}

#con {
    position: relative;
    /* display: block;*/
    top: 5px;
    border: 10px solid rgb(43, 43, 43);
    background-color: rgb(196, 196, 196);

    width: 60%;
    height: 400px;
    /*  float: right;*/
    box-shadow: -10px -10px 150px rgb(71, 71, 71);
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



#con input {
    display: block;
    border: 1px solid black;
    position: relative;
    /* left: 25%;*/

    box-shadow: -1px -5px 20px rgb(248, 180, 189);
}

#inputRN,
#inputPS {
    text-align: center;
    background-color: rgba(245, 138, 188, 0.5);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#btnlogin {
    text-align: center;
    background-color: rgba(102, 255, 0, 0.5);
    width: 50%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: -10px -10px 150px rgb(255, 255, 255);
    border-radius: 30%;
    font-weight: bold;
    cursor: pointer;
}

#con #form {
    background-color: rgba(252, 126, 8, 0.5);
    position: relative;
    top: 30px;
    width: 80%;
    border-radius: 10px;
    border: 1px solid rgb(89, 0, 255);
    box-shadow: -1px -5px 50px rgba(245, 110, 0, 0.9);
    padding: 20px;
    /*   left: 20%;*/
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
}

#form {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.9;
}

#con #form p {
    color: rgb(2, 124, 18);
    text-align: center;
    font-weight: bold;
    cursor: default;
}

#lbl {
    text-align: center;
    font-weight: bold;
}

h3 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: bold;
    cursor: default;
    text-decoration-line: underline;
    text-decoration-color: rgb(33, 20, 220);
    text-decoration-style: dotted;
}

#cbx {
    position: relative;
    left: -5px;
    top: 15px;
}

#divPass {
    text-align: center;

    position: relative;

}

#inputPS {
    position: relative;
    top: -5px;
    display: inline-block;
    border: 0px;

}

#DivMsg {
    background-color: #ff9800;
    width: 90%;
    height: 30px;
    box-shadow: -5px -5px 20px rgb(48, 48, 48);
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    cursor: default;
    padding: 10px;
}

#btn_logoutAll {
    color: black;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    background-color: rgb(255, 0, 85);
    border: 1px solid rgb(0, 0, 0);
}