﻿html,body {
    height:100%;
    background: #fff;
    font-family: Times New Roman;
}
#container {
    width: 100%;
    height: 100%;
    color: #797979;
    background: #FFF;
    font-family: segoe ui;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
}
.wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px;
  padding: 0 0 50px;
  font-family:segoe ui;
  background-image:url(../../img/bg_bac.jpg);
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  background-attachment:fixed;
  background-position:center top;
}

.login-header {
  font-size:28px;
  padding-top:5px;
  font-weight:bold;
  color:#FFFFFF;
  line-height: 20px;
  text-align: center;
  background:#008fd5;
}

#login-footer {
  height:50px;
  background-color: #005bab;
  font-family:segoe ui;
}

.container .credit {
  margin: 15px 0;
}

small{
    color:#999;
}
.bgg-white {
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.7);
}
.footer_text{
    color:#1578bc;
    font-size:11px;
}
.footer_ob{height:500; background-color:#005bab; font-family:"Times New Roman";height:50px;padding-top:15px;color:#FFF; text-align:center}