.dashboard-section.bgcolor {
  position: relative;
  overflow-x: initial;
}

.dashboard-section.bgcolor::before {
  content: "";
  position: absolute;
  background: #5732C6;
  top: 0;
  left: 0;
  height: 270px;
  z-index: -1;
  width: 100%;
}

.bgcolor form .single-input {
  margin-bottom: 20px;
	width: 100%;
}

.bgcolor input {
  background: #F8F8FF;
  border: 1px solid #D5CDEB;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  font-weight: 600;
}

