/*Denne siden er kontrollert av Rita Berg,siste gang 16.10.2020*/
/* Denne siden er utviklet av Håkon Bergtun, siste gang endret 15.10.2020 */
body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Roboto, Ubuntu;;
    margin: 0px;
    padding: 0px;
}

.form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
.form p a {
color: dodgerblue;
}
h2.registrering-title {
    color: #666;
    margin: 0px auto 25px;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.registrering-input {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 25px;
    height: 35px;
    width: calc(100% - 23px);
}



.registrering-input:focus {
    
	background-color: #ddd;
    outline: none;
}
.registrering-button {
    color: #fff;
    background: #273273;
   
	border: none;
  border-radius: 4px;
 
	margin: 8px 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
#glemtPassord{
  float: right;
}
.link {
    color: #666;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
}
.link a {
    color: #666;
}
h3 {
    font-weight: normal;
    text-align: center;
}
 @media (min-width:600px) {
  .form {
  position: absolute;
  left: 40%;
  margin: 50px auto;
  width: 300px;
  padding: 30px 25px;
}
.topnav{
  z-index: 2; /* dropdown menyen foran innloggingsformen */
  width:100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
}
 