/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06.11.2019, 09:23:51
    Author     : jhoffmann
*/

html {
   margin:0;
   padding:0;
   height:100%;
}

#page-container {
  position: relative;
  min-height: 100%;
}

#main-container {
  padding-bottom: 60px;    /* Footer height */
  min-height: 100%;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;            /* Footer height */
}

body {
    background-image: url(/media/img/halvor_login2.jpg);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   height:100%;    
  
}

.block-halvor-themed > .block-header {
  border-bottom: none;
  color: #fff;
  background-color: #e7302a;
}


.btn-halvor-primary {
  color: #fff;
  background-color: #e7302a;
  border-color: #be1522;
  
}
.btn-halvor-primary:hover {
  color: #fff;
  background-color: #be1522;
  border-color: #be1522;
}
.btn-halvor-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 147, 216, 0.5);
}
.btn-halvor-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5c80d1;
  border-color: #5c80d1;
}
.btn-halvor-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3762c3;
  border-color: #345db9;
}
.btn-halvor-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 147, 216, 0.5);
}
