fpm-label {
  display: block;
  position: absolute;
  overflow: hidden; }
  fpm-label label {
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
    background-color: #38bce8;
    text-align: center;
    z-index: 1; }
  fpm-label b {
    display: block;
    position: relative;
    background-color: #38bce8; }
  fpm-label.fpm-label-error label, fpm-label.fpm-label-error b {
    background-color: #ff5978; }
  fpm-label.fpm-label-success label, fpm-label.fpm-label-success b {
    background-color: #62decf; }
  fpm-label.fpm-label-warning label, fpm-label.fpm-label-warning b {
    background-color: #ffb668; }
