.unmask {
  position: absolute;
  right: 25px;
  top: 12px;
}
.unmask:before {
  content: "";
  position:absolute;
  top:9px; left:10px;
  width: 6px;
  height: 6px;
  background: #607d8b;
  z-index:1;
  border-radius: 50%;
}

.progress {
  display: none;
  background-color: #555;
}