@import url(https://fonts.googleapis.com/css?family=Nunito);
.form-upload .profile-pic {
  max-width: 200px;
  max-height: 200px;
  display: block;
}
.form-upload .file-upload {
  display: none;
}
.form-upload img {
  max-width: 100%;
  height: auto;
}
.form-upload .p-image {
  position: absolute;
  top: 95px;
  right: 50px;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.form-upload .p-image:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.form-upload .upload-button {
  font-size: 1.2em;
}
.form-upload .upload-button:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}
