.card {
  background: white;
  width: 600px;
  /* margin-top: 60px; */
  border-radius: 6.5px;
  z-index: 2;
}

.card .logo {
  margin: -60px auto 0px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.title {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-right: 0px;
}

#edit-contact {
  background: white;
  display: inline-block;
  position: absolute;
  width: 500px;
  top: 40px;
  left: 55px;
  margin-left: 10px;
  outline: none;
  padding: 10px 0px;
  z-index: 9999;
  border-radius: 10px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}

#edit-contact:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: 45%;
  top: -1px;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent transparent white;
  transition-duration: 0.3s;
  transition-property: transform;
}

.card .logo .upload {
  width: 120px;
  height: 120px;
}

.social {
  margin: auto;
  width: fit-content;
}

.subtitle-edit:hover:before {
  content: '\f044';
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  position: absolute;
  right: -19px;
  bottom: 30px;
  font-size: 16px;
  color: #2fa5cc;
}

.logo-edit:hover:before {
  content: '\f044';
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  position: absolute;
  top: 38px;
  right: 36px;
  font-size: 33px;
  color: #2fa5cc;
  bottom: 62px;
}

.background {
  position: fixed;
  width: 100%;
  height: 100%;
}

.autocomplete-suggestions {
  bottom: 125px !important;
}
