html, body
{
  height: 100%;
  width: 100%;
  font-family: sans-serif;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
}
.containerpc {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.containerpc h1 {
  font-size: 2em;
  text-align: center;
}
.container {
  visibility: hidden;
  display: none;
}
.login-container {
  visibility: hidden;
  display: none;
}
.login-containersyb {
  visibility: hidden;
  display: none;
}
.login-containerpersonel {
  visibility: hidden;
  display: none;
}
.loginlogo {
  max-height: 600px;
  max-width: 450px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#footer{
  background-color: #007bff;
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  color: white;
  text-align: center;
  font-family:'Trebuchet MS', sans-serif;
}
#footer a{
  font-weight: 300;
  color: #d5a932;
}
#footer p{
  font-weight: 500;
  color: black;
}
#successModal {
  display: none;
}