#rec887066698 .t-submit {
  background: #8080FF;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  height: 60px; 
  padding: 14px 32px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

#rec887066698 .t-submit:hover {
  background: #6A6AFF;
}
