.custom-form-row {
  margin-bottom: 0;
}

.profile-card {
  background: $theme-color-white;
  box-shadow: $box-shadow;
  border-radius: $min-border-radius;
}

.default-card{
  background: $theme-color-white;
  box-shadow: $box-shadow;
  border-radius: $middle-border-radius;

}