form {
  font-family: "Roboto", sans-serif;
}

form .connected {
  color: rgba(var(--text-color-rgb), 0.5);
}

form .image {
  position: relative;
  width: 120px;
  height: 120px;
}

form .image icon {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

form .image img {
  box-shadow: 0 3px 6px #00000029;
  border-radius: 50%;
  margin-bottom: 10px;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

