img{
    width:150px;
}
#logo{
    margin:40px;
}
#table{
    width:470px;
    height:200px;
    line-height:1px
}
#buton{
    background-color:rgb(216, 216, 0);
    color:rgb(34, 19, 19);
    width:265px;
    height:45px;
    border: 0px;
    
}
form{
   margin-left: 30px;
    box-shadow:0px 1px 3px 2px rgb(85, 79, 79);
    width:30%;
    height:420px;
    padding:10px;
    background-color: rgb(85, 79, 79);
}
input[type="text"],input[type="number"]{
    width:98%;
    height:25px;
    margin-bottom:10px
}
p{
    font-weight: bold;
    font-size: 17px;
}

form > div{
    display: flex;
    justify-content: space-between;
}
img{
    width:60px;
    height:40px;
    padding-top:20px;  
}
#password{
    height:18px;
    width:110px
}
#buton{
    margin-top:15px;
   width:365px;
   font-weight:bold;
}