*{
    padding:0;
    margin:0;
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}

.headerClass{
    width:100%;
    min-height:100px;
    display:flex;
    align-items: center;
    justify-content: center;
    background:#efe;
}

.headerClassUl{
    display:flex;
    flex-direction:row;
    align-items: center;
}

.headerClassUl li{
    padding:15px;
}

.headerLogoDiv{
    width:50px;
    height:50px;
}

.headerClassUl img{
    width:100%;
    height:100%;
}

.bodyClass{
    width:100%;
    height:100%;
    background:#fff;
}
.enterScoreDiv{
    width:80%;
    margin:auto;
    background:#eee;
    min-height:400px;
    margin:30px auto;
    padding:15px;
}

.enterdiv{
    margin:30px auto;
    padding:15px;
    /* width:100%; */
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
}

.enter_textbox{
    border:none;
    width:90%;
    height:50px;
    margin:auto;
    background:#fff;
    padding-left:10px;
    font-size:15px;
}

.enter_button{
    width:150px;
    height:50px;
    border:none;
    border-radius:5px;
    cursor:pointer;
    margin:15px;
    background:#efe;
    color:red;
}

.pstatusDiv{
    text-align: center;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}

.footerClass{
    background:#eee;
    height:50px;
    line-height:50px;
}

.footerClass p{
    text-align:center;
}

table {
    border: 2px solid green;
    margin: 20px auto;
}

table table {
    border: 2px solid blue;
    margin: 10px auto;
}

td {
    padding: 10px;
    text-align: center;
}

.reportDiv{
    width:300px;
    height:100px;
    background:#fff;
}


.container {
    width: 300px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background-color: #0056b3;
}

#error-msg {
    color: red;
    text-align: center;
}
