﻿html {
  position: relative;
  min-height: 100%;
}

body {
    border-left:none;
    border-right:none;
}

#login-form {
    display: block;
}

.lt-ie8 #login-form {
    display: none;
}


.focusedform {
    /*background-image: url('../../images/login_bg.jpg');*/
    background-size:cover;
    background-position: top center;
}

.navbar-default {
    height:128px
}
a.brand {
    margin: 0; float: none;    position: absolute;
    left: 50%; margin-left: -130px !important;display: block;
}

.verticalcenter {
    /*padding-top: 80px;*/
}

[class*="panel-"].panel .panel-body,
.panel[class*="panel-"] .panel-footer {
/*background:rgba(255,255,255,0.5);*/
}

[class*="panel-"].panel .panel-body {
    /*border-bottom:0;*/
}

.panel-body h1 {margin-bottom: 25px;margin-top:0}

input.form-control {
    border:solid 1px #CDCDCD !important;
    /*background:#fff;*/
}

div.validation-summary-errors h4 {margin-bottom:0;}


@media screen and (max-height: 600px) {
    .navbar-default {
    height:82px
    }
    .verticalcenter {
    /*padding-top: 60px;*/
}
    a.brand {
        margin-left: -82px !important;
    }
    a.brand img {
        height:80px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  left:0;
  background-color: #fff;
  margin:0;
  color:#000;
}

footer > div.container {
    margin:10px 0;
}