.form-sidebar {
  background: linear-gradient(135deg, #4e717f 0%, #2c3e50 100%);
  padding: 4rem 3rem;     /* top/bottom, left/right */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* push content down from top */
  align-items: center;
}

.form-sidebar img {
  max-width: 180px;
  margin-bottom: 1.5rem;
}



.form-sidebar-right{

  padding: 4rem 3rem;     /* top/bottom, left/right */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* push content down from top */
  align-items: center;
}