﻿@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: ANTQUAI;
  src: url(../fonts/ANTQUAI.TTF);
}



body, html {
  height: 100%;
  margin: 0;
  padding:0;
}

.bg {
  background-image: url("../img/soft_bg.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*.login_part{
    margin: 10% 0;
}*/
.log-header{

}
.log-logo{
    width: 100%;/*
    background: #255b9e;*/
    padding: 10px 15px;
    border-radius: 5px;
    color:#fff;
}
.log-logo img{
    width:60%;
    margin-bottom:10px;
}
.log-logo small{
    color:#000;
    font-family: ANTQUAI;
    font-size: 15px;
    line-height: 1px;
}
.login-box{
    margin-top:30px;
}
.login-box h3{
    text-align: center;
    color: #2e2e2e;
    text-align: left;
    padding: 0 10px;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 5px;
}
.login-box hr{
    margin: 0 0 10px;
    border-top: 1px solid rgba(21, 101, 192, 5);
}
.login-box form{
    padding: 10px 15px;
}



.inner-bg{
  background-image: url("../img/soft_bg2.jpg");
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.navbar .nav-header{
    background: #255b9e;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: sans-serif;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    margin:0px 15px;
}

/*============================================*/
.bill-name{
    text-align: right;
    font-weight: 900;
    font-size: 41px;
    color: #0000007a;
}

