
.top-text::before {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #242424;
  width: 60%;
}
.input_container {
  position: relative;
}
.Start {
  /* background-color: #2c80b7; */
  background: linear-gradient(-270deg, #2c80b7 75%, yellow 25%),
    url("../images/Button_icon.png");
  /* background-image: url("../images/Button_icon.png"); */
  background-repeat: no-repeat;
  border: none;
  color: white;
  font-display: left;
  width: 10rem;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
  padding: 3px 50px 5px 18px;
}
.Start:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color:#eee;
  color:#000;
  border:1px solid #2c80b7;
}
#input_img {
  position: absolute;
  bottom: 2px;
  left: 98px;
  width: 25px;
  height: 25px;
}
.main-col {
  height: 50vh;
}
