:root {
  --text: #e8e8e8;
}

html, body {
 height: 100%;
}

body {
    background-color: #363636;
    color: var(--text);
    padding: 0px;
    margin: 0px;

    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
}

h1 {
  text-align: center;
}

.msg {
  font-size: 10pt;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-bottom: 10px;
}

.lynx {
  display:none;
}

#element {
    //overflow: auto;
    max-width: 360px;
    min-width: 200px;
    padding: 20px;
}

.background-left{
    position:fixed;
    left: calc(5vw);
    top: calc(5vw); 
}

.background-right{
    position:fixed;
    right: calc(5vw);
    bottom: calc(5vw);
}

#background-height {
    max-height: calc(60vh - 5vw);
   max-width: 14vw;

       -webkit-touch-callout: none;
       -webkit-user-select: none;
       -khtml-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
        user-select: none;
        pointer-events: none;

}

#center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

input[type=text], input[type=password] {
  all: unset;
  width: 100%;
  padding: 12px;
  text-align: center;
  display: inline-block;
  border: 0px solid #ccc;
  border-bottom: 2px solid var(--text);
  box-sizing: border-box;
  background-color: transparent;
    color: var(--text);
  filter: none;
  margin-bottom: 14px;
  font-size: 16pt;
}

button {
  margin-top: 30px;
  background-color: var(--text);
  color: black;
  font-weight: bold;
  padding: 12px;
  border: none;
  cursor: pointer;
  width: 100%;
    font-size: 16pt;
}

button:hover {
  opacity: 0.8;
}

.container {
}

.info {
    display: flex;
    flex-direction: column;
    margin-top: 9px;
}
.info .reset-password {
    text-align: right;
}
.info .error {
    margin-top: 12px;
}
.info .last-username {
    margin-top: 12px;
}

a {
  color: var(--text);
  text-decoration: none;
}

label {
}

.unselectable {

       -webkit-touch-callout: none;
       -webkit-user-select: none;
       -khtml-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
        user-select: none;
        pointer-events: none;

}

#logo {
    display: block;
    width: 100%;
    margin:auto;
    margin-bottom: 60px;
    color: var(--text);
}

@media only screen and (max-width: 1200px) {

  .hidden-mobile {
    display: none;
  }

}
