.hovedBoks {
	font-family: 'Roboto', sans-serif;
  width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.inputsideBoks {
	width: 400px;
	position: relative;
	margin: 0 auto;
}


.overskrift {
	font-family: 'Roboto', sans-serif;
	color: #1b1b1b;
	font-size: 1.5em;
	font-weight: 500;
	margin: 70px 10px 20px 20px;
}


#dots {
	margin: 20px auto;
}


.swipeButtons {
	display: flex;
	justify-content: space-between;
	width: 400px;
	margin: 0 auto 50px auto;
}

.swipeButton {
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	width: 40%;
	background-color: #336ba4;
	color: #fff;
	display: block;
	padding: 15px;
	margin: 0 auto;
	border: none;
	position: relative;
	border-radius: 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
	outline: none;
}

/*overstyring fra inputForm.css*/
.inputLang, .inputKort {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 500;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #1b1b1b;
	padding: 5px 10px;
	color: #1b1b1b;
}

.inputKort {
	width: 60px;
}

.labelInput {
	margin: 30px 0 0px 0;
}

.selectDiv {
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #1b1b1b;
}
.selectDiv select {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #1b1b1b;
}

.radioBoksFlex {
  display: inline-block;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  width: auto;
}
.radioFloat {
  float: left;
}
.radioBoks {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 500;
	padding: 10px 40px 10px 30px;
	color: #1b1b1b;
}
.radioBoks input:checked ~ .nyRadio {
  background-color: #336ba4;
}
.nyRadio {
	left: 5px;
	top: 9px;
}

.errorsLogin {
    margin-bottom: 0px;
}
/*finito overstyring fra inputForm.css*/


.brukInfo {
	font-family: 'Yantramanav', sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	color: #1b1b1b;
	margin: 30px auto 0 auto;
}
.brukKnapp {
	font-family: 'Yantramanav', sans-serif;
	font-size: 1em;
	color: #336ba4;
	margin: 0 auto 0 auto;
}

.registrerKnapp, .opprettKnapp {
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	width: 80%;
	background-color: #1b1b1b;
	color: #fff;
	display: block;
	padding: 15px;
	margin: 70px auto 50px auto;
	border: none;
	position: relative;
	border-radius: 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
}

.loaderBoksUser {
	margin: 70px auto 50px auto;
}

.opprettKnapp {
	width: 300px;
	margin: 70px auto 20px auto;
}

.opprettLoginKnapp {
	font-size: 0.9em;
	padding: 20px;
	margin: 0px auto 50px auto;
	width: 300px;
	display: block;
	text-align: center;
}
.opprettLoginKnapp a {
	text-decoration: none;
	color: #336ba4;
}

.opprett {
	font-family: 'Roboto', sans-serif;
	color: #1b1b1b;
	font-size: 1.2em;
	font-weight: 500;
	width: 300px;
	margin: 100px auto 20px auto;
	padding: 20px 40px;
}



@media screen and (max-width: 570px)
{
	.inputsideBoks {
		width: 80%;
	}


.swipeButtons {
	width: 80%
}

.opprett {
	width: 100%;
}
.opprettKnapp {
	width: 80%;
}

.opprettLoginKnapp {
	width: 80%;
}

}
