
body{
	font-family: 'Roboto', sans-serif;
	color: #dadada;
	background-color: black;
}
#alt{
	width: 100%;
	height: 100%;
	background-color: black;
	margin: 0px;
}

#left{
	/*background-color: #07131f;*/
	background-color: #02253b;
	height: 100%;
	padding: 0px;
	margin: 0px;
	width: 30%;
	min-width: 200px;
	padding-left: 50px;
    padding-right: 50px;
}

#right{
	background-image: url(https://mafiaspillet.no/img/forside.jpg);
	/*background-color: #07131f;*/
	height: 100%;
	padding: 0px;
	margin: 0px;
	width: 70%;
	background-size: cover;
	background-position: center;
}


#linker{
	margin-top: 50px;
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 30%;
	margin-left: -50px;
}

#logo-mobile{
	display: none;
}

@media(max-width:1200px){
	#left, #linker{
		width: 40%
	}
	#right{
		width: 60%;
	}
	
}

@media(max-width:1000px){
	#left, #linker{
		width: 100%
	}
	#right{
		display: none;
	}
	
	#logo-mobile{
		color: white;
		font-size: 35px;
		display: block;
		margin-bottom: 20px;
	}
	#logintekst{
		
	}
}
		
#login-felter{
	top: calc(50% - 200px);
	position: relative;
	width: 100%;
	text-align: center;
	font-weight: 300;
}

#logintekst{
	color: #AE0A0A;
	font-size: 37px;
	margin-bottom: 20px;
	font-weight: 300;
}

.logginnfelt{
	background-color: transparent !important;
	border: 1px solid white !important;
	border-radius: 15px !important;
	padding: 17px !important;
	height: 50px !important;
	width: 250px !important;
	color: #eeeeee !important;
	margin-top: 20px;
}

#logo-felter{
	top: calc(50% + 50px);
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 2;
}

#logo-tekst{
	font-weight: 300;
	font-size: 80px;
	color: white;
	text-shadow: 0px 0px 20px #07131f;
}

#slogan{
	font-weight: 800;
	color: #fc5130;
	font-size: 30px;
	margin-top: 50px;
	text-shadow: 0px 0px 10px #07131f;
}

#login-knapp{
	width: 187px !important;
	background-color: #7798ab;
	color: #07131f;
	border: none;
	height: 40px;
	border-radius: 20px;
	font-size: 1.3em;
	margin-top: 20px;
	font-weight: 300;
}

.registrer-knapp{
	
	width: 187px !important;
	background-color: #7798ab;
	color: #07131f;
	border: none;
	height: 40px;
	border-radius: 20px;
	font-size: 1.3em;
	margin-top: 20px;
	font-weight: 300;
	text-decoration: none !important;
	padding: 1px 6px;
	line-height: 20px;
}

#bakgrunnsmann{
	position: absolute;
	right: 0px;
	height: 75%;
	bottom: 0px;
	z-index: 1;	
}



a {outline : none !important;}
input {outline : none !important;}

#rs_nedtelling{
    font-size: 21px;
    margin-top: 27px;
    text-shadow: 0 0 43px #000000;
    color: #c4d6b0;
}

.link{
	color: #88a096;
	text-decoration: none;
	margin-right: 5px;
}

a{
	color: #c4d6b0;
}
a:hover{
	color: #7798ab;
	text-decoration: none;
}

.link:hover {
	color: #7798ab;
	text-decoration: none;
	margin-right: 5px;
}

.link-active{
	color: #7798ab;
}