/*
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 : 24-May-2016, 10:52:00 AM
    Author     : Chaminchimeg
*/
body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
}
.padding-left-60 {
  padding-left: 60px;
}
.padding-right-60 {
  padding-right: 60px;
}
.login-page-container {
  background: url('../img/login-bg.jpg') top no-repeat;
  background-size: cover;
  height:100%;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}
.login-page-header{
  min-height: 100px;
}
.login-page-footer{
  min-height: 120px;
}
.login-page-content {
  background: rgba(6,78,137,0.77);
  border: 1px solid #094672;
}
.login-page-content-header, .login-page-content-footer{
  min-height: 45px;
  background: rgba(12, 56, 103, 0.77);
}
.system-name-img {
  vertical-align: middle;
  display: inline-block;
}
.responsive-container {
  position: relative;
  width: 100%;
}

.dummy {
  padding-top: 40%; /* forces 1:1 aspect ratio */
}

.img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /*right: 0;*/
  text-align:center; /* Align center inline elements */
  font: 0/0 a;
}

.img-container .centerer {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.img-container img {
  vertical-align: middle;
  display: inline-block;
}
.margin-top--95{
  margin-top: -95px;
}
.login-tab-div .custom-tab-nav {
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  margin-bottom: 0px;
}

.custom-tab-nav > li > a, .custom-tab-nav > li > a:hover, .custom-tab-nav> li > a:focus {
  background: rgba(51, 51, 51, 0);
  color: #fff;
  /*border-radius: 4px;*/
  padding: 11px 20px 12px;
  border: none !important;
  font: 12px "Roboto Bold", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 0px;
}
.custom-tab-nav > li.active > a, .custom-tab-nav > li.active > a:hover, .custom-tab-nav > li.active > a:focus {
  padding: 11px 20px 12px;
  background: #f2f5f8;
  color: #9264cd;
  font: 12px "Roboto Bold", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.login-tab-div .custom-tab-content {
  background-color: #f2f5f8;
  padding: 30px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-top: 32px;
  border-radius: 4px 4px 4px 4px;
  margin-top: -2px;
}
.input-icon > i {
  color: #2b7de1;
}
.form-control {
  color: #bbb;
}

.copyright {
  color: #9aa5b7;
}
.top-row {
  height: 70px;
}
@media only screen and (min-height: 720px) {
  .top-row{
    height: 110px;
    /*background-*/
  }
}
@media only screen and (min-height: 850px){
  .top-row{
    height: 180px;
    /*background-*/
  }
}