﻿@import url(http://fonts.googleapis.com/css?family=Tauri:300,400,700);

* {
	margin: 0;
}
html {
    height: 100vh;
    overflow: hidden !important;
}
body {
    height: 100vh;
    margin: 0px 0px 0px 0px;
    font-family: Tauri,Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #004562;
    background-image: url('/Images/1091551-2.jpg');
    background-repeat: no-repeat;
    background-size: cover !important;
    overflow: hidden !important;
}

.LoginFrame{width:488px;height:250px;
               background-repeat:no-repeat;
               margin-left:auto;margin-right:auto;
               margin-top:45vh;margin-bottom:40px;  
               background-color:#4a484b!important;
               border-radius:5px!important;
}
.LoginFrame .Error{position:absolute; margin-top:20px;width:488px; }               
.LoginFrame .head{
    background:#808080!important;
    padding-top:10px!important;
    padding-bottom:10px!important;

}

.tittel{display:table-cell;float:left;width:100px;margin-right:20px;margin-top:30px;margin-left:40px;}
.tittel p{margin-bottom:20px;color:#000;font-size:12px; height:20px;color:#fff!important}
.Tekst{display:table-cell;float:left;width:300px;margin-right:20px;margin-top:25px;}
.Tekst p{margin-bottom:20px;color:#000;font-size:12px;height:20px; }
.Tekst input{width:150px;border:0;height:20px;text-align:center;border-radius:5px!important;}
.Button{margin-left:160px;}
.Button input{width:150px;color:#146992;font-weight:bold;text-align:center;    }

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; 
}
.footer, .push {
	height: 142px; 	
	margin-top:100px; 
}
.footer p{margin-left:auto;margin-right:auto;width:1057px;}
.head{width:100% !important;text-align:center;position:relative;top:10px;color:#fff;font-size:40px}