    .float-action-button {
      z-index: 100;
      position: fixed;
      right: 20px;
      bottom: 20px;
      padding: 20px;
      cursor: pointer;
      background-color: #5e72e4;
      color: #5e72e4;
      border-radius: 50%;
      background-image: url('/argon/img/theme/pencil.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30px;
      border: 1px solid #5e72e4;
      box-shadow: 0px 3px 9px 2px #BFBFBF;
    }
    .float-action-button:hover {
      background-color: #5e72e4;
      box-shadow: 0px 6px 9px 2px #BFBFBF;
    }