* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
}

body {
  background-color: #fff;
  background-size: cover;
}

.sessionMessage {
    width: 90%;
    margin: 20px auto 0 auto;
}




.glemtBackgroundSVG {
  top: 0;
  left: 0;
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.glemtBoks {
  background-color: #fff;
  height: 600px;
  width: 448px;
  position: relative;
  margin: 2% auto;
  border-radius: 20px;
  box-shadow: 0 2px 46px 7px rgba(0,0,0,0.1);
  transition: 0.2s all;
  overflow: hidden;
}


.glemtTekst {
  margin: 0 auto;
  width: 60%;
  z-index: 1;
  position: relative;

}

.glemtTekst h1 {
  font-family: 'Fredoka One', sans-serif;
  font-size: 2em;
  letter-spacing: 1px;
  color: #336ba4;
  text-align: center;
  margin: 70px 0 60px 0;
  display: block;
}

.glemtTekst p{

}

.glemtForm {
  margin-top: 0px;
  position: relative;
}

.inputFigur1 {
    width: 18px;
    position: absolute;
    top: 8px;
    left: 7px;
}
.glemtFigurColor {
    fill: #d6d6d6;
}

.glemtInput {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  padding: 10px 10px 5px 35px;
  border: none;
  outline: none;
  border-bottom: 2px solid #d6d6d6;
  color: #1b1b1b;
  width: 100%;
  background: none;
  position: relative;
  border-radius: 0;
}
.glemtInput::placeholder{
  color: #d6d6d6;
}

.glemtSubmit {
	font-family: 'Roboto';
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 1em;
	color: #fff;
	background-color: #336ba4;
	outline: none;
	border: none;
	padding: 20px;
	border-radius: 30px;
	width: 100%;
	margin-top: 40px;
	cursor: pointer;
}


.hjemKnapp {
  font-family: 'Varela Round', sans-serif;
  font-size: 1em;
  background-color: #fff;
  color: #1b4d77;
  display: block;
  padding: 15px 30px;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  left: 30px;
  bottom: 20px;
  position: absolute;
  text-decoration: none;
  transition: transform 0.2s;
  z-index: 5;
  max-height: 100px;
}

.pilVenstre {
  width: 10px;
  top: 1px;
  left: -3px;
  position: relative;
}

.sea {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    height: 70px;
}

.sauGlemtPassord {
    display: block;
    height: 230px;
    position: absolute;
    right: 80px;
    bottom: -10px;
    z-index: 3;
}

.aTilbakeKnapp {
	font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 1080px)
{
  .glemtBoks {
    margin-top: 150px;
	}
}

@media screen and (max-width: 450px)
{
  .glemtBoks {
    background-color: #fff;
    height: 100vh;
    width: 100vw;
    margin: 0% auto;
    border-radius: 0;
  }

  .sauGlemtPassord {
      right: 10%;
  }

}
