html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}
html {
	height: 100%;	
	background: url(/ntbWeb/images/christal1.png) no-repeat 0 0 transparent;
}
body {
	font-family: Arial Unicode MS,Arial,sans-serif;
	color: #635e5e;
	height: 100%;	
	background: url(/ntbWeb/images/christal2.png) no-repeat bottom right transparent;
}

#header h1 {
	display:none;
}
#content {
	
}
#footer {
	
}
#login,
.success {
	padding-left: 9em;
    padding-top: 3em;
	width: 21em;
}
#login h2,
.success h2 {
	padding-bottom: 1.5em;	
}
#login div,
.success p {
	padding-top: 0.7em;
}
#msg {
	
}
#username {
	float:right;
}
#password {
	float: right;
}
#rememberMe {
	margin-left: 7em;
}
#fm1 {
	
}
.row {
	clear: both;
    height: 40px;
    line-height: 18px;
    margin: auto;
    
}
input[type='text'], input[type='password'], textarea {
    border: 2px solid #d0d1d2;
    padding: 5px;
    font-size: 16px;
    width: 60%;
}
.fl-label {float:left;}
.btn-row {
	height:3em;
	text-align: right;
	padding-top: 1.5em !important
}
.row.forgot {
	margin-left: -2em;
	height: 2em;
	padding-top: 5em !important;
}
.forgot a, .forgot a:visited {text-decoration: none;}
.forgot a, .forgot a:hover, .forgot a:visited {color:#635E5E;}
#sidebar {
	display: none;	
}
#header.spLogo {
	background: url(/ntbWeb/images/ntbScanpixCasLogo.png) no-repeat 6.5em 8.5em transparent;
	height: 12em;	
	text-align: right;
}
#header.ntbNewsLogo {
	background: url(/ntbWeb/images/NTBnyheter_logo_RGBsmall.fw.png) no-repeat 6.5em 8.5em transparent;
	height: 12em;	
	text-align: right;
}
#app-name{
	
}
.flc-screenNavigator-view-container {
	
}
.fl-screenNavigator-view {
	
}
.btn-reset {
	display:none;	
}
.btn-submit {
	background: url(/ntbWeb/images/knapp.png) no-repeat 0 0 transparent;
	border: medium none;
    height: 2em;
    width: 6.5em;
    color:white;
    font-size: 90%;
    cursor: pointer;
}
@media (min-width: 320px) and (max-width: 667px){
	#login,
	.success {
		width:310px;
		margin: 20px auto;
		padding:0;
	}
	#login h2,
	.success h2 {
		font-size: 20px;
		padding-bottom: 1.5em;	
	}
	#password,#username {
		width:200px;
		font-size: 16px;
	}
	body {
		
	background: transparent;
	}
	.row.forgot {
    margin-left: 0; 
    height: 2em;
    padding-top: 0 !important; 
}
}