#form-login {
    margin: 0 auto;
    float: none;
}

/* Custom Styles
-------------------------------------------------- */
.twitter-share-button {
  padding-top: 10px;
}

.github {
  margin-top: 40px;
}

.download {
  margin: 30px 0 30px;
  text-align: center;
}

.download .btn {
  font-size: 20px;
  padding: 12px 24px;
}
.logo-img{
    height: 90px;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    padding: 13px;
    -ms-interpolation-mode: bicubic;
    margin-left: 18px;
    float: left;
}
.main-heading{
    float: left;
    padding: 25px 20px 10px;
    margin-left: 285px;
    font-size: 31px;
    font-weight: 200;
    color: #ff5500;
}
.contact-us-bar{
    padding: 10px;
    width: 100%;
    height: 6%;
    color: #906e3c;
    background-color: #252323;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
/* Negative indent footer by it's height */
    margin: 0 auto -120px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 60px;
}
#footer {
    background-color: #f5f5f5;
}


/* Footer
-------------------------------------------------- */

.footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 150px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}


/* Large desktop */
@media (min-width: 1200px) {
    #form-login {
        margin: 100px auto 0 auto;
        float: none;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    #form-login {
        margin: 100px auto 0 auto;
        float: none;
    }

    #form-login .control-label {
        width: 110px;
    }

    #form-login .controls {
        margin-left: 130px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #form-login {
        margin: 0 auto;
        float: none;
    }

    #form-login .control-label {
        width: 70px;
    }

    #form-login .controls {
        margin-left: 80px;
    }
    .github-btn {
      float:none !important;
      width: 100% !important;
      margin: 0 !important;
    }
}
 
/* Landscape phone to portrait tablet */
@media (min-width: 480px) and(max-width: 767px) {

    #form-login .control-label {
        width: 50px;
    }

    #form-login .controls {
        margin-left: 70px;
    }

}
 
/* Landscape phones and down */
@media (max-width: 480px) {

  .brand {
    font-size: 18px !important;
  }
}
#myInput {
    background-image: url(../img/search_icon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 20px 20px 20px 40px;
    border: 1px solid #ddd;
    margin-bottom: 16px;
}
.ddl-div{
   text-align: center;
}
.ward_label{
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.ward_ddl{
    width: 65px;
    margin: 5px;
}
.label-div{
    float: right;
    margin-top: -10px;
    margin-right: 15px;
    color: cornflowerblue;
}
/* Clear Button */
.search-box,.close-icon,.search-wrapper {
  position: relative;
  padding: 10px;
}

.close-icon {
  border:1px solid transparent;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
}
.close-icon:after {
  content: "X";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #FA9595;
    z-index: 1;
    top: -95px;
    left: 1108px;
    bottom: 0;
    margin: auto;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    box-shadow: 0 0 2px #E50F0F;
    cursor: pointer;
}
.search-box:not(:valid) ~ .close-icon {
  display: none;
}

/* Footer php */
.footer-bs {
    background-color: #333;
    padding: 40px 40px;
    color: rgba(255,255,255,1.00);
    margin-bottom: 20px;
    margin-top: 122px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }
.div-inline{
   display:inline-block;
}
