﻿*[hidden] {
  display: none !important; }

body {
  margin: 0;
  padding: 0;
  background-image: url(images/sintfeest.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

#mapHost {
  overflow: auto; }
  #mapHost img {
    max-height: 100vh; }

#login {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 32px;
  min-height: 100vh;
  min-width: 100vw;
  box-sizing: border-box; }
  #login > div {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px; }
    #login > div div[class^="corner-"] {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      background-size: 20px;
      background-repeat: no-repeat; }
      #login > div div[class^="corner-"].corner-tl {
        top: -4px;
        left: -4px;
        background-image: url(images/frame-tl.png);
        background-position: left top; }
      #login > div div[class^="corner-"].corner-tr {
        top: -4px;
        right: -4px;
        background-image: url(images/frame-tr.png);
        background-position: right top; }
      #login > div div[class^="corner-"].corner-bl {
        bottom: -4px;
        left: -4px;
        background-image: url(images/frame-bl.png);
        background-position: left bottom; }
      #login > div div[class^="corner-"].corner-br {
        bottom: -4px;
        right: -4px;
        background-image: url(images/frame-br.png);
        background-position: right bottom; }
  #login h1 {
    color: #806a3c;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px; }
  #login input {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-height: 0;
    min-width: 0;
    line-height: 50px;
    font-size: 26px;
    outline: none;
    border: none;
    width: 75vw;
    text-align: center;
    padding: 0;
    background-color: transparent;
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
    margin: 2px;
    letter-spacing: 8px; }
  #login button {
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: url(images/login.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 50px;
    width: 50px;
    margin-top: 30px;
    outline: none;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    cursor: pointer; }
  #login #error {
    color: red; }

