html, body {
            height: 100%;
        }
		
.pg-title{
    float: left;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    margin: 0px 0px 0px;
	display: block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0px;
    background-color: #e1e1e1;
	text-align:center;
}
.pg-component{
	float: left;
	height:auto;
	width:100%;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    margin: 0px 0px 25px;
	display: block;
    padding: 10px 0px;
    background-color: #e1e1e1;
	padding:15px;
	border-bottom:2px solid #337ab7;
}
footer {
      color: #fff;
      background: #669999;
      padding: 17px 0 18px 0       
	  border-top: 1px solid #000; 
	  position: relative;
      bottom: 0px;
	  
	 	 
 }
footer a {
     color: #fff;
 }
footer a:hover {
    color: #efefef;
  }

.wrapper .container-fluid{
  min-height:94vh;
}
 .wrapper {
            min-height: 100%;
            height: auto !important;
            height: 100%;
            margin: 0 auto -63px;
        }      
.table{
font-size:12px;
}

.custom-btn{
	 width:100%;
	 margin-top:22%;
	}
.input[type="date"]{
height:30px;
}


.login-page, .register-page {
    background: #d2d6de;
	
}

.has-feedback {
    position: relative;

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
Inherited from body.hold-transition.login-page
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
Inherited from html
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
Pseudo ::before element
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
Pseudo ::after element
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-box, .register-box {
    width: 360px;
    margin: 7% auto;
}
.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}
.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}
.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
	}














