@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px; 
  box-sizing: inherit;
  background: cornsilk;
}
label { display: block; width: auto; } 
table {
  width: 100%;  
  border-spacing: 0;
}
table.newReg {
  width: 100%;
}
tr, td  { 
  border: 1px solid #e3e3e3;
  border-collapse: collapse;
  padding: 2px; 
}
.newReg tr:nth-child(1) {
  background: #ccc;
}
.td2 tr:nth-child(1){
  background: #750000;
}
#regUsers tr:nth-child(odd){
  background-color:white;
}
fieldset {
  background-color: aliceblue;
  margin-bottom: 10px;
  border-radius: 5px;
}
legend {
  background-color: #fbffb6;
  border: 2px solid #b8b8ff;
  padding: 2px; margin-top: 10px;
  border-radius: 5px;  
  width: auto;
} 
.container {
  max-width: 750px;
  margin: 0 auto;
}
table.table>tbody>tr:hover td,
table.table>tbody>tr:hover th {
  background-color: #ffcece !important;
}
input[type="text"] {
  width: 100px;
}
input[type="button"] {
  width: 50px;
}
