.form-picture {
  width: 20vw;
  height: 20vw;
  min-width: 50px;
  min-height: 50px;
  max-width: 120px;
  max-height: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: 1px solid #E7E9EC;
  background-color: #E7E9EC;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.form-picture input[type=file] {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
  opacity: 0;
  margin: 0;
  left: 0;
  top: 0;
}