@charset "utf-8";
/* CSS Document */

html, body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url('/images/2.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

img {
	max-width:100%;
	width:auto\9;
	height:auto;
	vertical-align:middle;
	border:0;
	-ms-interpolation-mode:bicubic;
}

table {
	
	border: none;
	
}


.registerbox {

  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -275px;
  margin-left: -275px;
  width: 450px;
  height: 450px;
  background: rgba(0, 0, 0, .5);
  padding: 25px;
  text-align: center;
  
}

.registrationheader {
	
	color: #fff;
	font-weight: bold;
	font-size: 16px;

}

.loginbox {

  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -180px;
  margin-left: -225px;
  width: 450px;
  height: 360px;
  background: rgba(0, 0, 0, .5);
  padding: 25px;
  
  
}

.loginfield {

	width: 250px;
	padding: 10px;
	border-color: white;
	border: thin;
	font-size: 14px;
	
}

.loginbutton {

	width: 272px;
	background-color: #3e640f;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	
	/* border: 1px solid #ccc; */
	border: 1px solid #3e640f;
	padding: 10px;
	cursor: pointer;
}

a {
	
	text-decoration: none;
	
}

.registerbutton {

	
	font-weight: normal; 
	color: #fff; 
	font-size: 14px;
	text-decoration: none;
	width: 252px;
	background-color: #3b4082;
	padding: 10px;
	font-weight: bold; 
	/* border: 1px solid #ccc; */
	cursor: pointer;
	
	letter-spacing: 2px;
	text-align: center;
}

.error {

	
	font-weight: normal; 
	color: #fff; 
	font-size: 12px;
	text-decoration: none;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	 
	/* border: 1px solid #ccc; */
	
	
	letter-spacing: 2px;
	text-align: center;
}

.logo {
	
	background: url('/img/bedriftsligaen-logo.png');
	height: 40px; 
	width: 400px; 
	margin-left: auto;
	margin-right: auto;
	
}

.clear {
	
	clear: both;
	
}

.loginform {

	width: 272px;
	margin-left: auto; 
	margin-right: auto; 
	
	
}


@media (max-width: 600px) {

html, body {
	
	background-image: url('/img/bg-sm.jpg');

}
 
.registerbox {

  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -145px;
  width: 290px;
  height: 400px;
  background: rgba(0, 0, 0, .5);
  padding: 5px;
  text-align: center;
  
}

.loginbox {

  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -145px;
  width: 290px;
  height: 300px;
  background: rgba(0, 0, 0, .5);
  padding: 5px;
  text-align: center;
  
}
 
.loginfield {

	width: 170px;
	padding: 5px;
	border-color: white;
	border: thin;
	font-size: 14px;
	
}

.loginbutton {

	width: 182px;
	background-color: #3e640f;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	
	/* border: 1px solid #ccc; */
	border: 1px solid #3e640f;
	padding: 5px;
	cursor: pointer;
}


.registerbutton {

	
	font-weight: normal; 
	color: #fff; 
	font-size: 14px;
	text-decoration: none;
	width: 172px;
	background-color: #3b4082;
	padding: 5px;
	font-weight: bold; 
	/* border: 1px solid #ccc; */
	cursor: pointer;
	
	letter-spacing: 2px;
	text-align: center;
}

.loginform {

	width: 192px;
	margin-left: auto; 
	margin-right: auto; 
	
	
}

.logo {
	
	background: url('/img/bedriftsligaen-logo-sm.png');
	height: 28px; 
	width: 280px; 
	margin-left: auto;
	margin-right: auto;
	
}

}