/* DASHBOARD VARIABLEN */
.site {
  background-color: #d7d7d7; }

.login__form_leon {
  display: inline-block;
  max-width: 600px;
  width: 90%;
  vertical-align: middle;
  font-size: 14px;
  white-space: normal;
  border-radius: 4px;
  text-align: left;
  color: #5e6870;
  position: relative; }

.login_container {
  position: relative;
  width: 100%;
  height: 100vh; }

.login_error {
  color: #ed4949;
  padding-left: 10px; }

.login__logo {
  background: transparent !important;
  width: 450px;
  height: auto;
  display: block;
  margin: auto;
  text-align: center;
  padding-bottom: 20px !important; }
  .login__logo img {
    width: 100%;
    height: auto; }

.btn-login {
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: 100px; }

.showlist {
  border-top: 5px solid #B33636;
  color: #B33636;
  width: 230px;
  text-align: center; }

.showlist-format {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  margin: auto;
  text-align: center; }

.showlist-format div {
  width: 230px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px 0 silver; }

.branding {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 160px; }
  .branding span {
    color: black; }

.fix-width {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

