.profile form.user-from-omniauth .row .form-group,
.profile form.user-from-omniauth hr{
display: none;
}

.profile form.user-from-omniauth .row .form-group[data-form-field="name"],
.profile form.user-from-omniauth .row .form-group[data-form-field="avatarKey"]{
display: block;
}

.custom-profile-message, .user-from-omniauth .profile-message{display:none}
.user-from-omniauth .custom-profile-message{display:block}