.verification {
  top: 0px;
  right: 5px;
  transform: translateY(25%);
  position: absolute;
}

.valid:hover path {
  fill: #1a9945;
}

.invalid:hover path {
  fill: #931818;
}

.error-container {
  position: relative;
}

.error-box {
  position: absolute;
  background-color: #c72121;
  color: white;
  top: -35px;
  right: 5px;
  transform: translateX(50%) translateY(-100%);
  width: 150px;
  border-radius: 10px;
  z-index: 10000000000000;
  font-size: xx-small;
  padding: 5px;
  display: none;
}
