#Banner {
    padding: 30px;
    background: url(../images/TrackAndTrace.png);
    background-repeat: repeat-x;
}

/* Style inputs, select elements and textareas */
input, select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* Style the container */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

#Padding {
    padding: 5%;
    background-color: red;
}








button {
   background-color: blue;
    color: white;

    padding-left: 1%;
    padding-right: 1%;

    padding-top: 0.5%;
    padding-bottom: 0.5%;

    margin: 8px 0;
    border: none;
    cursor: pointer;
}

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;

font-weight: 600;
  line-height: 1;
  margin-top: 1.5rem;
  width: 10%; /* Large, mobile-friendly touch target */
}

  /* Media Queries */
  @media (min-width: 37.5em) {
    width: auto; /* Smaller buttons on larger screens */
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }


        .button-homepage
        .button-success,
        .button-error,
        .button-warning,
        .button-secondary {

            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);

        }

        .button-green {
            background: rgb(28, 184, 65); /* this is a green */
            color: white;
        }

        .button-green:hover {
            background: rgb(44, 44, 65);
        }

        .button-black {
            background: rgb(0, 0, 0); /* this is a black */
        }

        .button-black:hover {
            background: rgb(50, 50, 50);
        }

        .button-red {
            background: rgb(202, 60, 60); /* this is a maroon */
        }

        .button-red:hover {
            background: rgb(44, 44, 65);
        }

        .button-orange {
            background: rgb(223, 117, 20); /* this is an orange */
        }

        .button-orange:hover {
            background: rgb(44, 44, 65);
        }

        .button-blue {
            background: rgb(66, 184, 221); /* this is a light blue */
        }

        .button-blue:hover {
            background: rgb(44, 44, 65);
        }

        .button-purple {
            background: rgb(102, 102, 225);
        }

        .button-purple:hover {
            background: rgb(44, 44, 65);
        }


button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
