/* #bg{
  background: url("bg3.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
} */

#bg {
  background-color: darkblue;
}

#btnLogin {
  background-color: darkblue;
  color: white;
  border-radius: 10px;
}

.btn {
  background-color: darkblue;
  color: white;
  border-radius: 10px;
}

.btnblue {
  background-color: darkblue;
  color: white;
  border-radius: 10px;
}

.btnWhite {
  background-color: white;
  color: darkblue;
  border-radius: 10px;
}

.btnBlue:hover {
  color: lightgrey;
}

.btnWhite:hover {
  background-color: lightgrey;
}

#Form {
  text-align: center;
  background-color: white;
  border-radius: 50px;
}

@media print {
  #print {
    display: none;
  }

  #back {
    display: none;
  }


}

.tab {
  overflow: hidden;
  background-color: white;
}

.tab button {
  background-color: #00008b;
  color: white;
}

.tab button:hover {
  background-color: #00008b54;
}

.tab button.active {
  background-color: #272756;
}

.tabcontent {
  display: none;
}
