#fileProfilePicture {
    display: none;
}

#profile-picture-preview {
    cursor: pointer;
}

#profile-picture-form hr {
    margin-top: 0;
}

#profile-picture-response .alert-icon .icon {
    top: 9px;
}

#profile-picture-response .alert {
    padding: 8px 1.2rem 8px 3.25rem;
}

#profile-preview-container {
    margin-top: 10px;
}

#profile-preview-container sub {
    margin-top: 15px;
    font-weight: bold;
}

[id*='-response'] {
    font-size: 0.85rem;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}
[id*='-response'].success{
    color: #3abb23;
}
[id*='-response'].error{
    color: #ff3500;
}
