body {
  background-color: #f8f9fa;
}

.container {  
  margin-top: 5px;
  padding: 2px;
  /* background-color: white; */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.studentdetails
{
border: 1px solid black;
margin: 13px;
}
/* .row
{
  margin: 5px; 
 background-color: rgb(232, 230, 230);
} */
.button
{
  margin: 5px;
  text-align: center;
}
.clearbutton
{
  background-color: rgb(240, 207, 207);
  color: black;
  border: none;  
  border-radius: 8px;
}
.clearbutton:hover
{
  background-color: red;
  color: #f8f9fa;
  border: none;
  border-radius: 8px;
}
.savebutton
{
  background-color: rgb(201, 249, 201);
  color: black;
  border: none;
  border-radius: 8px;
}
.savebutton:hover
{
  background-color: green;
  color: #f8f9fa;
  border: none;
  border-radius: 8px;
}
.required {
  color: red; /* Set the color of the asterisk */
}
label
{
  color: black;
}
placeholder
{
  color: gainsboro;
}