﻿* {
  margin: 0;
}
html {
  background: url('../loginbk3.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}
.login-page .row .col-sm-8 {
  float: none;
}
body {
  background-color: transparent;
  margin-top: 0px;
  height: 100%;
}
.container {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: 100%;
  margin: 0 auto -25px;
  /* the bottom margin is the negative value of the footer's height */
}
.footer, 
.push {
  background-color: #fff;
  height: 20px;
  /* .push must be the same height as .footer */
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: -100;
  position: absolute;
  width: 100%;
  padding: 2px;
  height: 24px;
  font-size: 12px;
}
.login-page {
  padding: 0;
  height: 100%;
}
.login-page .row {
  height: 100%;
}
.login-page .row .login-panel {
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
label {
  color: #fff;
}
a:hover {
  color: #fff;
}
a {
  color: #fff;
  text-decoration: underline;
}
a:visited {
  color: #fff;
}
label {
  font-weight: normal;
}
.button-area {
  text-align: right;
}
.button-area button:hover {
  background-color: #0063ae;
}
.button-area button {
  background-color: #2e6f91;
}
.logo {
  text-align: center;
  padding-bottom: 200px;
  padding-top: 100px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}