/* ul{
    list-style-type: none;
    list-style: circle ;
} */
table {
    border-collapse: collapse;
    background-color: black;
    width: 50%;
    padding: 3px;
    border-spacing: 10px;
    color: white;
    font-size: xx-large;

}

td:hover {
    background-color: yellow;
    transform: scale(1.5);
    transition: 3s;
}

th:hover {
    background-color: yellow;
}

td,
th {
    text-align: center;
    padding: 3px;
}

table,
th,
td {
    border: 1px groove blue;
}

.abc {
    background-color: aquamarine;
    color: black;
}

label {
    text-align: left;
    display: inline-block;
    width: 100px;
}
#email{
    background-image: url(https://cdn.iconscout.com/icon/free/png-256/free-email-icon-svg-download-png-83578.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position:left;
    padding-left: 20px;
}
#password{
background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRWYVWbjz9ECZIuIkGIN_p6ZCt5tPFqpScScQ&s);
background-size:20px ;
background-repeat: no-repeat;
padding-left: 20px;

}