html,
body {
    height: 100%;
    width: 100%;
    max-width: 1920px;
    padding: 0;
    margin: auto;
}

body {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-image: url("img/clouds.png"), url("img/sun.png"),
        url(img/background_spring.png);
    background-color: #95b270;
    background-position: calc(50vw + 150px) 100px, calc(50vw - 800px) top, top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto;
}

#contentDiv {
    position: relative;
    z-index: 0;
}

#loginDiv {
    font-size: 18px;
    line-height: 18px;
}

#loginHeaderDiv {
    background-image: url(img/banner.svg);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-bottom: 50px;
}

#loginDiv > *:not(:first-child) {
    margin-top: 20px;
}

#loginDiv > div > input {
    border: 2px solid rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0.7);
    background-color: transparent;
    text-align: center;
    width: 180px;
    height: 25px;
}

#loginDiv > div > input:focus {
    border: none;
}

#loginButton {
    display: block;
    margin: auto;
    border: none;
    color: grey;
    background: rgba(255, 255, 255, 0.7);
    width: 150px;
    height: 25px;
    font-size: 16px;
    border-radius: 5px;
}

#resetPassButton {
    display: block;
    margin: auto;
    border: none;
    color: grey;
    background: rgba(255, 255, 255, 0.7);
    width: auto;
    height: 20px;
    font-size: 10px;
    border-radius: 5px;
}

#secureLoginButton {
    display: block;
    margin: auto;
    border: none;
    color: grey;
    background: rgba(255, 255, 255, 0.7);
    height: 20px;
    width: auto;
    font-size: 10px;
    border-radius: 5px;
}

.mainContainer {
    padding: 40px;
}

#emsVersionText {
    color: grey;
    font-size: 13px;
}

.spreadContainer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
}

.socialButtonContainer {
    display: flex;
    justify-content: flex-end;
    height: 20px;
}

.socialButtonContainer > * {
    font-size: 15px;
    margin-left: 5px;
    line-height: 20px;
    color: gray;
}

.visitUsButton {
    height: 20px;
    width: 20px;
}

/*
//##############################################################################
// footer
//##############################################################################
*/

#footerDiv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: 24px;
  grid-template-rows: 24px;
  line-height: 24px;
  height: 24px;
  font-size: 14px;
  white-space: nowrap;
  background-color: white;
  color: #0a519c;
  border-top: 1px solid #0a519c;
  z-index: 1;
}

#footerDiv > * {
  margin: 0 10px;
}

#footerTextLeft {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  text-align: left;
}

#languageSelectDiv {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

#footerTextRight {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  text-align: right;
}

#languageSelectDiv > button {
  border: 0;
  background-color: transparent;
  margin: auto 2px;
  font-weight: normal;
  padding: 3px;
}
