table, td, th {
    border:none;
    text-align:center;
}
.login {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;

    position: absolute;
    width: 310px;
    height: 325px;
}
.loghed {
    /* width: 350px; */
    text-align: center;
    margin: 0 auto;

}
.loghed h1 {
    border: none;
    font-size: 30px;
    color: black;
}
.loginall {
    
    /* text-align: cen; */
    background-color: white;
    border-radius: 8%;
}

.login_box_item {
    margin-bottom: 10px;
}
#loginval {
    margin-top: 10px;
}
.login_box_item p{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-left: 10px;
}
.login_box_item input{
    margin-left: 25px;
    height: 30px;
    border-radius: 7px;
    border: 1px solid rgb(182, 179, 179);
    width: 80%;
}
.login_header {
    display: flex;
    height: 85px;
    border-bottom: 2px solid rgb(151, 151, 151);
}
.login_header h1{
    line-height: 110px;
    border: none;
    padding: 0;
    font-weight: bold;
    font-size: 25px;
}
.login_header img{
    margin-left: 40px;
}
.loginbtn {
    text-align: right;
    margin-top: 25px;
}
.loginbtn button {
    margin-right: 30px;
    background-color: rgb(112, 214, 240);
    color: white;
    width: 80px;
    border: none;
    height: 35px;
    border-radius: 10px;
}
.loginbtnp {
    text-align: right;
    margin-top: 25px;
}
.loginbtnp button {
    margin-right: 30px;
    background-color: rgb(112, 214, 240);
    border-radius: 6px;
    color: white;
    width: 150px;
    border: none;
    height: 35px;
}

.passchenge {
    text-align: right;
    margin-top: 30px;
}
.passchenge a{
    font-size: 15px;
    margin-right: 30px;
}
.login_val {
    font-size: 13px;
    margin-left: 30px;
    font-weight: bold;
}


