html, body {
  height: 100%;
  font-family: 'Roboto Condensed', sans-serif;"
  font-size: 12px;
}

#wrap {
  min-height: 100%;
}

#main {
  overflow:auto;
  padding-bottom:150px; /* this needs to be bigger than footer height*/
}

.footer {
  position: relative;
  margin-top: -150px; /* negative value of footer height */
  height: 150px;
  clear:both;
  padding-top:20px;
  background-color:#006838;
  border-bottom: 2px solid #6a8984;
  padding: 20px;
  height:auto;
} 

.foot-cont{
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-shadow: 1px 1px #444444;
}

.navbar{
  background-color: #006838;
  border-bottom: 2px solid #6a8984;
}

.navbar-brand{
  text-shadow: 1px 1px #444444;
}

.loc-bar{
  padding:10px 0px 10px 15px;
  background-color: #3a874d;
  font-weight: bold;color:#fff;
  text-shadow: 1px 1px #000;
}

.sb-lft{
  background-color: #e3edf2;
  min-height: 620px;
  padding-right: 0px;
}

.pg-ttl{
  background-color: #5caa8f;
  padding: 7px 0px 7px 7px;
  margin: 0;font-weight: bold;
  color:#fff;
  text-shadow: 1px 1px #000;
}

.login-cont{
  background-color: #d5e5de;
  text-shadow: 1px 1px #c4c4c4;
  min-height: 580px;
  border-radius: 5px;
  border: 2px solid #73AD21;
}


.user-page .input-group-text{
  background-color: #fff;
  font-weight: 400;
  width: 120px;
}



@font-face{
  font-family: text-security-disc;
  src: url("https://raw.githubusercontent.com/noppa/text-security/master/dist/text-security-disc.woff");
}

.user-page  .pass{
  font-family: text-security-disc;
  -webkit-text-security: disc;
}
.user-page  .passtext{
  font-family: 'Roboto Condensed', sans-serif;
}


.user-page  .bootstrap-select.form-control-sm .dropdown-toggle {
  border: 1px solid #ced4da;
  background-color: #fff;
  height: 32px;
}

.user-page  .dropdown-item {
    font-weight: normal;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
}

.user-page  .disabled{
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.user-page  .passnot{
  color:green;
}

.user-page  .passerror{
  color:red;
}

.sub-btn{
  background-color: #537a6e;color:#fff;
}






