body { margin: 0; padding: 0;}

.submit-btn{
  background: linear-gradient(to right, #6a11cb, #2575fc);
}
.w-72{
  width: 72% !important;
}
.logo{
  max-width: 200px !important;
  width: 200px;
}
@media (max-width: 768px) {
  .mobile-screen{
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 50%,
    rgba(79, 195, 247, 1) 72%, rgba(123, 44, 191, 1) 100%) !important;
    height: auto;
  }
}