.btn{
	text-transform:uppercase !important;
}
button,input[type="button"]{background:#009B01;border: 2px dashed transparent;border-radius: 0px;/* padding: 0px; */line-height:30px;color: #fff;padding: 0 16px;text-transform: uppercase;transition: all 0.3s ease-in-out 0s;}

.bdg{
      display: inline-block;
      min-width: 10px;
      padding: 3px 7px;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      background-color: #777;
      width: 100%;
      text-transform: uppercase;
      /* border-radius: 10px; */
}

.bdg-success{
  background: #4e8e30;
} 
.bdg-warning{
	background: #f48c42;
}

.bdg-danger{
      background: red;
      padding: 5px;
}

.bdg-primary{
      background: #3c8dbc;
      padding: 5px;
}
.btn-default{
      border-color: #ce1126 !important;
}
