 body, html {
  height: 100%;
  margin: 0;
}


 .bg {
  /* The image used */
  background-image: url("../img/admin-bg.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-box {
  background-color: #771313bd;
  display: block;
  height: auto;
  padding: 50px;
  border-radius: 5px;
  margin: 5% auto;
  position: absolute;
  color: #fff;
  border: 2px solid #ffffffb2;
}
 
 .login-box h2 {
  font-size: 36px;
  font-weight: 100;
}

.login-box h3 {
  font-size: 26px;
  font-weight: 600;
}

.login-box h5 {
  font-size: 22px;
  font-weight: 600;
}

.login-input {
  padding: 22px 11px!important;
  margin-bottom: 5px;
  border-radius: 7px;
}

.login-box .submitbtn {
  background-color: #fff;
  padding: 5px 30px;
  border: 2px solid #050505;
  font-weight: bold;
  font-size: 20px;
  border-radius: 5px;
  margin-top: 10px;
  height: 45px !important;
}

input, input.form-control {
  height: 37px !important;
}

#field-aktiv-true, #field-aktiv-false, #field-alvo-true, #field-alvo-false
{
  height: 12px !important;
}

 .top-nav {
  height: 36px;
  padding: 4px 0px;
  background-color: #2A3F54;
}

.top-nav a {
  color: #fff;
  padding: 5px 20px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
}

.top-nav a:hover {
  color: #fff;
  padding: 5px 20px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  background-color: #ed6254de;
}

.top-nav a.active {
  background-color: #ed6254de;
  color: #fff;
}

.top-nav-title {
  background: #e2e2e2;
  padding: 5px 0px 10px;
}

a.login-btn {
  float: right;
  margin-top: -4px;
  color: #9caec0;
  background: #172D44;
}

.btn-line {
  margin-bottom: 15px;
  margin-top: 5px;
}

a.btn-back {
  background-color: #e2e2e2;
  padding: 7px 20px;
  border-radius: 3px;
  border: 1px solid #9d9a9a;
  text-decoration: none;
}

.title-line {
  background-color: #e2e2e2;
  margin-bottom: 15px;
  padding: 10px;
}

.title-line a {
  padding: 0px 5px;
  color: #d35d54;
  font-weight: bold;
}

tr {
  border-bottom: 1px solid #ccc;
}

.top-nav a.login-btn:hover {
  float: right;
  margin-top: -4px;
  color: #9caec0;
  background: #172D44;
}

a.logout-btn {
  float: right;
  margin-top: -4px;
  color: #9caec0;
   background: #172D44;
}

.username {
  font-weight: 600;
  font-size: 16px;
  color: #ed6254de;
}

.username:hover {
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
}


footer {
  /* position: fixed; */
  position: inherit;
  bottom: 0px;
  background-color: #2A3F54;
  padding: 5px 0px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  color: #fff;
}

.bg footer {
  display: none;
}

footer .img-box > img {
  max-width: 100%;
  height: auto;
  padding: 20px 10px;
  float: right;
}

.footer-info {
  text-align: left;
}

.footer-info a {
  color: #d35d54;
  margin: 5px 0px 10px;
  display: inline-block;
}

.footer-info a:hover {
  color: #e2e2e2;
  margin: 5px 0px 10px;
  display: inline-block;
}

.footer-title {
  color: #e2e2e2;
  font-size: 13px;
  margin-bottom: 0px;
}

@media (max-width: 600px) {
.login-input {
  padding: 22px 11px !important;
  margin-bottom: 5px;
  border-radius: 7px;
  width: 100%;
}

.login-box {
  padding: 20px;
}



}