.card {
    background: white;
    width: 600px;
    margin-top: 60px;
    border-radius: 10%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 5%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    z-index: 2;
}

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

#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;
}