.navbar {
  display: none;
}

.panel-box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loginbox {
  position: absolute;
  height: 100%;
  align-self: center;
  width: 80%
}

body{
  background-color: white !important;
}

.login-body{
  margin-top:12.5%;
  background-color: #FFFEFF;
  box-shadow: 0px 0px 10px rgba(61, 61, 61, 0.5);
  padding: 25px;
}

.login-logo{
  text-align: center;
  margin-top:12.5%; 
}

.login-text{
  text-align: justify;
  line-height: 1.5em;
}