*{
  margin: 3;
  padding: 0;}
body{
  background:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(bg3.jpg );
  height: 100vh;
  background-position:center;
background-size: cover;
font-family: sans-serif;
}
table,th,td{
  width: 80%;
  margin: auto;
  border: 2px solid rgb(0, 0, 0);
  border-collapse: collapse;
  text-align: center;
  font-size: 13px;
    font-family: "verdana";

  background: rgb(251, 252, 252);
  opacity: 0.7;
  color: rgb(10, 6, 122);
  margin-top: 50px;

}
th,td{
padding: 10px;
  opacity:2;


}
.logout_admin{
text-align: right;
margin-right: 20px;

}
.btn1
{
  border: 1px solid #3498db;
  background: none;
  padding: 10px 20px;
  font-size: 20px;font-family: "montserrat";
  cursor: pointer;
  margin:10px;
  color: #fff;
  transition: 0.9s;
  position: relative;
  overflow:hidden;
}
.btn1:hover
{
    color: #2498db;
}
.btn1::before
{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: #3498db;
  z-index: -1;
  transition: 0.8s;
  top: 0;
  border-radius: 0 0 50% 50%;
}
.btn1:hover::before
{
  height: 180%;
}

.formbox
{
  width: 100%;
  padding: 100px 60px;
  height: 3%;
  background: #fff;
}
.formbox label{
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #a6af13;
}

.formbox input
{
  width: 10%;
  margin-bottom: 30px;
}
.formbox input[type="text"],

{
  border: none;
  border-bottom: 2px solid #a6af13;
  outline: none;
  height: 40px;
}

.formbox input[type="text"]:focus,
{
  border-bottom: 2px solid #262626;
}
.formbox input[type="submit"]
{
  border: none;
  outline: none;
  height: 40px;
  color:#fff;
  background: #262626;
  cursor: pointer;
}
.formbox input[type="submit"]:hover
{
  background: #a6af13;
}
tbody,tr,td input[type="submit"]
{
  width: 100%
  border: none;
  outline: none;
  height: 40px;
  color:#fff;
  background: #262626;
  cursor: pointer;
}
tbody,tr,td input[type="submit"]:hover
{
  background: #a6af13;
}
