
* {
    box-sizing: border-box;
  }

body {
  background-image: url("jagers.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.05em;
  height: 100vh;
  font-size: 25px;
  }

  .Logga_In_Jägersro {

    background: url("v6_3.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 10vh;
    position: relative;
    font-size: 50px;
    font-weight: 900;
    margin: 50px 40px 40px;   
  }

  input {
      width: 90%;
      padding: 14px 16px;
      border: 0;
      background: transparent;
      color: #000;
      font-family: monospace, serif;
      letter-spacing: 0.05em;
      font-size: 16px;
      text-align: center; 
      margin-bottom: 2vh;
      border-bottom: 2px solid gray;
  }

  label {
    font-size: 20px;
    color: black; 
  }

.btn {
  display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	outline: none;
	border: none;
	background-size: 200;
	font-size: 16px;
	color: black;
	font-family: monospace;
	text-transform: uppercase;
	margin: 1rem 0;
	cursor: pointer;
	transition: .5s;
}

.btn:hover {
  background-color: lightgray;
}

.email {
  text-align: center;
}

.password {
  text-align: center;
}

.loginContainer {
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login-form {
  background-color: lightblue;
  padding: 20px;
  border-radius: 5%;
}

.logo {
  background-image: url("v6_3.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 14vh;
  margin-bottom: 6vh;
}