 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Removes Chrome's border around active fields */

*:focus {
	outline: none;
}

input {
	background: transparent;
	border: 0;
}



/* --------------------------------------------------------------- */

/* ------- Body ------- */




/*List of "butikker" */

#butikker a:link {
   font-size: 20px;
   text-align: center;
   display: block;
   margin-top: 20px;
   color: #000000;
   text-decoration: none;
   
}

#butikker a:hover {
text-decoration: underline;
}

#butikker a:visited {
color: #000000;
}

/* ------- global ------- */

#global {
overflow: hidden;
left: 0px;
}





/* ------- Login Form ------- */


/* Checkbox  */

.checkbox-text {
	font-size: 15px;
	display: block;
	padding: 5px;
	margin-left: 9%;
	position: relative;
	top: -23px !important;	
}


.checkbox {
	position: relative;
	top: 0px;
	left: 0px;
}


//ROBOT SCRIPT
.noshow { display:none; }


#background img {
	width: 100%;
	height: 100%;
}


/*NEW DESIGN TEST */


@import url(http://fonts.googleapis.com/css?family=Bree+Serif);

/*******************
SELECTION STYLING
*******************/

::selection {
	color: #fff;
	background: #f676b2; /* Safari */
}
::-moz-selection {
	color: #fff;
	background: #f676b2; /* Firefox */
}

/*******************
BODY STYLING
*******************/

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body {
	/* background: url('http://www.demo.amitjakhu.com/login-form/images/bg.png'); */
	background-color: #fff200;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:300;
	text-align: left;
	text-decoration: none;
}

.gradient {
	/* Center Positioning */
	width: 600px;
	height: 600px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -300px;
	z-index: -2;
	
	/* Fallback */ 
	background-image: url(images/gradient.png); 
	background-repeat: no-repeat; 
	
	/* CSS3 Gradient */
	background-image: -webkit-gradient(radial, 0% 0%, 0% 100%, from(rgba(213,246,255,1)), to(rgba(213,246,255,0)));
	background-image: -webkit-radial-gradient(50% 50%, 40% 40%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -moz-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -ms-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -o-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
}

/*******************
LOGIN FORM
*******************/

.form {
	width: 80%;
	position: absolute;
	left: 10%;
	margin-top: 2%;
	background: #f3f3f3;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/*******************
HEADER
*******************/



/*******************
CONTENT
*******************/

.form .content {
	padding: 0px 3px 25px 0px;
}

/* Input field */
.form .content .input {


	width: 87%;
	left: 5%;
	right: 5%;
	position: relative;
	padding: 10px 0px 10px 3%;
	font-size: 20px;

   margin-top: 25px;

	position: relative;

	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

/* Second input field */
.form .content .password, .form .content .pass-icon {
	margin-top: 25px;
}

.form .content .input:hover {
	background: #eeeee0;
	color: #414848;
}

.form .content .input:focus {
	background: #eeeee0;
	color: #414848;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

.navn-icon, .email-icon, .telefon-icon {
	width: 46px;
	height: 80px;
	display: block;
	position: absolute;
	padding-right: 0px;
	z-index: -1;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
}

.navn-icon {
	top:115px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: rgba(65,72,72,0.75) url(images/user.png) no-repeat center;	
}

.email-icon {
	top:222px;
	background: rgba(65,72,72,0.75) url(images/email.png) no-repeat center;
}

.telefon-icon {
	top:330px;
	background: rgba(65,72,72,0.75) url(images/phone.png) no-repeat center;
}

.content input:focus + div{
	left: -35px;
}

/* Animation */
.input, .navn-icon, .email-icon, .telefon-icon, .button, .register {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

/*******************
FOOTER
*******************/

.form .footer p, #nyhedsbrev {
   position: relative;
   margin-left: 5%;
}


.form .footer {
	padding: 3% 0px 2% 0;
	overflow: auto;
	background: #deded3;
	border-top: 1px solid #fff;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}

/* Login button */
.form .footer .button {
	position: relative;
	width: 90% !important;
	left: 5%;
	right:;
	text-align: center;
	margin-top: 25px;
	height: 100px;
	font-family: ;
	font-weight: 300;
	font-size: 30px;
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(159,178,17,0.25);
	background: #ee1d24;
	border: 1px solid #ee1d24;
	border-radius: 5px;
	cursor: pointer;	
	box-shadow: inset 0 0 2px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.35);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.35);
	-webkit-appearance: none;
}

.form .footer .button:hover {
	background: #8b1b1f;
	border: 1px solid rgba(256,256,256,0.75);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.form .footer .button:focus {
	position: relative;
	bottom: -1px;
	
	background: #8b1b1f;
	
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}

/* Register button */
.form .footer .register {
	position: relative;
	width: 60%;
	left: 5%;
	right:;
	display: block;
	float: right;
	padding: 10px;
	margin-right: 20px;
	background: none;
	border: none;
	cursor: pointer;
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 18px;
	color: #414848;
	text-shadow: 0px 1px 0 rgba(256,256,256,0.5);
}

.form .footer .register:hover {
	color: #3f9db8;
}

.form .footer .register:focus {
	position: relative;
	bottom: -1px;
}

h1 {
   font-size: 30px;
   text-align: center;
   margin-top: 20px;
   margin-bottom: 20px;

}

p {
   font-style: italic;
   font-size: 11px;
   font-weight: 100;
   width: 90%;
}

#minimenu a:link {
position: absolute;   
color: gray;
font-size: 14px;
text-decoration: none;

top: 10px;
right: 10px;
font-style: italic;
}

#minimenu a:visited {
color: #626262;
}

#minimenu a:hover {
color: #626262;
text-decoration: underline;
}


/* TABLET PORTRÆT / LANDSCAPE*/ 


/* iPads (landscape) ----------- */


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
.form {
   margin-top: 10px !important;
}

/* Input field */
.form .content .input {

	
	}
	

	
h1 {
   font-size: 30px;
   text-align: center;
   margin-top: 20px;
   margin-bottom: 20px;
}

.footer p {
   top: -15px;
}

.form .content {
   margin-top: -25px !important;
}


.form .footer .button {
	margin-top: -5px !important;
	height: 80px;
}


.navn-icon {
	top:80px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: rgba(65,72,72,0.75) url(images/user.png) no-repeat center;	
	height: 62px !important;
}

.email-icon {
	top:172px;
	background: rgba(65,72,72,0.75) url(images/email.png) no-repeat center;
	height: 62px !important;
}

.telefon-icon {
	top:255px;
	background: rgba(65,72,72,0.75) url(images/phone.png) no-repeat center;
	height: 62px !important;
}


}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Input field */

.form {
/*    margin-top: 0px; */
}

.form .content .input {
/*
	width: 77%;
	left: 10%;
	right: 10%;
	position: relative;
	padding: 15px 0px 15px 3%;
	font-size: 20px;
*/
	
	}
	
	h1 {
   font-size: 30px !important;
   text-align: center;
   margin-top: 20px;
   margin-bottom: 20px;
}

.navn-icon {
	top:115px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: rgba(65,72,72,0.75) url(images/user.png) no-repeat center;	
}

.email-icon {
	top:222px;
	background: rgba(65,72,72,0.75) url(images/email.png) no-repeat center;
}

.telefon-icon {
	top:330px;
	background: rgba(65,72,72,0.75) url(images/phone.png) no-repeat center;
}

}


