html,
body {
  height: 100%;
  background: no-repeat center #000;
    background-size: cover !important;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  /* background-color: #f5f5f5; */
  color: #fff;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  /* background-color: rgba(255,255,255,.5); */
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input{
  background-color: #fff;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

label a{
  color: #fff;
  text-decoration: underline;
}
label a:hover,
label a:focus{
  color: #fff;
  text-decoration: none;
}





body {
    background-color: #000;

}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  #activatecookies{
    display:none;
  }

#footermenu{
    position: fixed;
    bottom: 0;
    right: 0;
}
#footermenu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#footermenu ul li{
    display: inline-block;
    padding: 0;
    margin: 0;
}
#footermenu ul li a{
    display: block;
    padding: 5px;
    margin: 0;
    color: #ccc;
    text-decoration: none;
    font-size: .8rem;
}
#footermenu ul li a:hover,
#footermenu ul li a:focus{
    
    color: #fff;
}
#logo-login{
  width: 100%;
  max-width: 100%;
}




#backtologin{
  font-size: 100% !important;
  background-color: rgba(0,0,0,.8);
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
}

.dark-theme h1{
  color: #fff;
  color: #000;
}
.dark-theme p.text-muted{
  color: #eee !important;
  color: #999 !important;
}
.dark-theme form label{
  color: #fff;
  color: #000;
}
.dark-theme form label a{
  color: #fff;
  color: #000;
}
.dark-theme form button{
  color: #fff;
  background-color: #333;
  border:1px solid #333;
}
.dark-theme form button:active,
.dark-theme form button:focus,
.dark-theme form button:hover{
  color: #fff !important;
  background-color: #000 !important;
  border:1px solid #333 !important;
  box-shadow: none !important;
}
.dark-theme form .form-control:focus {  
  border-color: rgb(51, 51, 51);  
  box-shadow: 0 0 0 0.2rem rgb(51 51 51 / 25%);
}
.dark-theme #footermenu ul li a{
  color: #fff;
}
.dark-theme #footermenu ul li a:hover{
  color: #eee;
}
.light-theme h1{
  color: #333;
}
.light-theme p.text-muted{
  color: #333;
}
.light-theme form label{
  color: #333;
}
.light-theme form label a{
  color: #333;
}
.light-theme form button{
  color: #333;
  background-color: #eee;
  border:1px solid #eee;
}
.light-theme form button:active,
.light-theme form button:focus,
.light-theme form button:hover{
  color: #333 !important;
  background-color: #ccc !important;
  border:1px solid #ccc !important;
  box-shadow: none !important;
}
.light-theme form .form-control:focus {  
  border-color: #ccc;
  box-shadow: 0 0 0 0.2rem rgb(204 204 204 / 25%);
}
.light-theme #footermenu ul li a{
  color: #333;
}
.light-theme #footermenu ul li a:hover{
  color: #000;
}