.mainpg {
  background-image: url("../images/index_landscape.jpg");
  background-size: 100% 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-top: 50px;
  padding-bottom: 5em;
  min-height: 90.7vh;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Style the input container */
.select {
  width: 100%;
  height: 50px;
}

.input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Style the form icons */
.icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}

/* Style the input fields */
.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.btn {
  background-color: dodgerblue;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}
.uploadImg {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.514);
  padding: 50px;
}

.uploadVeh {
  margin-top: 70px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.514);
  padding: 50px;
}

input[type=file]::file-selector-button {
  background-color: #0090f0;
  color: white;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 1rem;
}

body {
  text-align: center;
  margin-top: 50px;
}
/*# sourceMappingURL=list_vehicle.css.map */