.form-horizontal .control-label{ text-align: left !important;}
legend{
    color: #66892a;
    font-weight: bold;
    font-size: 22px;
}

.noti{
          position: absolute;
          top: -2px; background-color: red;
          left: -59px;
          color: #fff;
          font-size: 10px;
          text-align: center;
          line-height: 16px;
          width: 20px;
          height: 20px;
          -webkit-border-radius: 7px;
          -moz-border-radius: 7px;
          border-radius: 7px;
          border: 2px solid #e0eaf4;
      }