/* saffron line */
.saffron-line {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 50%;
  height: 10px;
  background-color: #ff6f2b;
  border-radius: 0% 80% 0% 80%;
}

.FormBackground {
  background: linear-gradient(156deg,
      rgba(245, 123, 0, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 48%,
      rgba(3, 179, 26, 0.2) 100%);
}

.bottomLineDesign {
  width: auto;
  height: 3rem !important;
}

/* Header */
.SubMenu {
  border-radius: 2rem;
  background-color: transparent !important;
  /* filter: blur(10px); */
  background: linear-gradient(156deg, rgba(245, 123, 0, 0.9) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(3, 179, 26, 0.9) 100%) !important;
  /* backdrop-filter: blur(20px) !important; */
}

.SubMenu-Btn {
  color: blue;
  border-radius: 2rem;
}