/*footer*/
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  background-color: #F5F3EE;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}

.control-label , .form-control-label {
    font-weight: bold;
}

@media (min-width: 769px){
  .control-label {
    /*  text-align: right;*/
  }

  .form-control-label {
      text-align: right;
      margin-top: 9px;
      margin-bottom: 12px;
  }

}
