#signature-pad {
  background-color: #D6EAF8;
  width: 100%;
  border-radius: 4px;
}

.input:focus~.icon {
  color: #23d160;
}

.input:focus~.bar {
  width: 100%;
}