html {
     background: url(../images/background-main.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    padding-top: 50px;
    color: #66687C;
    height: 100%;
    min-height: 100%;

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.btn-disabled,.btn-disabled:hover,.btn-disabled:active {
    background-color: #7bd4f5;
    cursor: default;
}

span.disabled {
    color: #bfc0c9;
}

img.candidate {
    width:50%;display: block;margin-left: auto;margin-right: auto;margin-bottom:17px;
}

img.candidate:after {
     content: "";
    display: block;
    width: 300px;
    height: 200px;
    background-color:#bfc0c9;
}

.navbar-header {
    font-weight: bold;
    font-size: 1.3em;
    color: #000426;
    letter-spacing: 1.5px;
}

.heading {
    font-weight: bold;
    font-size: 1.3em;
    color: #000426;
}

.form-control{ font-weight: normal;}