@font-face {
  font-family: "LatoLight";
  font-weight: 100;
  src: url("./Lato-Light.ttf");
}

@font-face {
  font-family: "Lato";
  font-weight: 100;
  src: url("./Lato-Regular.ttf");
}

html,
body {
    width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px;
      overflow-x: hidden;
}

* {
    font-family: "LatoLight";
}

#main {
    width: 100%;
    position: absolute;
    top: 20%;
    bottom: 0;
    background-color: #444;
    margin: 0;
    left: 0;
    background: url(./bg.png);
    background-size: cover;
    background-position: 50%;
}

.content {
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 260px;
    padding: 10px;
}

.fields {

}

label {
    color: white;
    font-size: large;
}

input {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    background-color: #FFF;
    opacity: 0.7;
    color: #343434;
    font-size: large;
    font-family: "Lato";
}

.buttons {
    text-align: center;
}

button {
    margin-top: 20px;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    color: white;
}

a {
    text-decoration: none;
}

#svala-logo {
    position: absolute;
    top: 20px;
    left: 50px;
    width: auto;
    height: 23%;
}

@media(max-width: 700px) {
    #svala-logo {
        left: 30px;
    }
}

#passButton {
    font-size: large;
}

#enterButton {
    font-size: 2.3em;
}

#downloadLink {
    width: 100%;
  color: #2DD3B6;  height: 150px;
    margin: auto;
    text-align: center;
    cursor: pointer;
    display: block;
    margin-top: 100px;
    font-size: 2.3em;
}

#downloadImg {
    margin: auto;
}
