/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.05.2019, 11:42:35
    Author     : martin
*/
#loginform-container {
  width: 250px;
  margin: 20px auto;
  margin-top: 100px;
}
#loginform-container input:focus,
#loginform-container button:focus,
#loginform-container a:focus {
  border-color: rgba(29, 156, 210, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(29, 156, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(29, 156, 0, 0.6);
  outline: 0;
  outline: thin dotted \9;
}
#loginform-container #email {
  margin-bottom: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#loginform-container #password {
  margin-bottom: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#loginform-container #googleAuth {
  margin-bottom: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#loginform-container #login-button {
  margin-bottom: 15px;
  background-color: #1d9cd2;
  border-color: #1d9cd2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#loginform-container a {
  color: #999999;
}
#loginform-container.loginform-container-reLogin {
  margin: 0px auto;
  width: auto;
  padding: 5px;
}
.panel-success .panel-heading {
  background-color: #1d9cd266;
  color: #4d4d4d;
}
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../img/background.png') center center / cover no-repeat;
  }
  .fullscreen-bg__video {
    display: none;
  }
}
