* {
  box-sizing: border-box;
}
body{
background: rgb(249,237,8);
background: linear-gradient(321deg, rgba(249,237,8,1) 100%, rgba(134,59,231,1) 100%, rgba(255,140,0,1) 100%);
}
.flex-container {
  display: flex;
}

.flex-child {
  flex: 1;
  text-align: -webkit-center;
  border: 2px solid rgb(255, 162, 162);
}

.flex-child:first-child {
  margin-right: 20px;
}
.container {
  padding: 16px;
}
input[type="text"],
input[type="text"] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type="number"]:focus,
input[type="number"]:focus {
  background-color: #ddd;
  outline: none;
}
#heading1 {
  margin-top: 0px;
  text-align: center;
  font-size: 40px;
}
#p1 {
  margin-top: 0px;
  text-align: center;
  font-size: 20px;
}
#label {
  font-size: 22px;
}

#salary {
  border: 1px inherit;
  border-radius: 30px;
  font-size: 18px;
  height: 30px;
  color: black;
  justify-content: space-between;
}
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
.registerbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  height: 50px;
  border-radius: 30px;
  font-size: 20px;
}

.registerbtn:hover {
  opacity: 1;
}
a {
  color: dodgerblue;
  cursor: pointer;
}
.signin {
  background-color: #f1f1f1;
  text-align: center;
}
#empList,
th,
td {
  color: black;
  border: 2px solid rgb(214, 130, 130);
  border-collapse: collapse;
}
th,
td {
  padding: 10px;
}
th {
  color: black;
  background-color: rgb(175, 173, 173);
}
#empList#alter tr:nth-child(even) {
  background-color: rgb(230, 89, 89);
}
#empList#alter tr:nth-child(odd) {
  background-color: rgb(197, 38, 38);
}
#empList#alter th {
  color: white;
  background-color: gray;
}
#record {
  display: flex;
  justify-content: center;
}
