html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
  background-color: #f2f3f0 !important;
  /*background-image: -webkit-gradient( linear, right top, right bottom, color-stop(0, #135880), color-stop(0.97, #0F0833) );
  background-image: -o-linear-gradient(bottom, #135880 0%, #0F0833 97%);
  background-image: -moz-linear-gradient(bottom, #135880 0%, #0F0833 97%);
  background-image: -webkit-linear-gradient(bottom, #135880 0%, #0F0833 97%);
  background-image: -ms-linear-gradient(bottom, #135880 0%, #0F0833 97%);
  background-image: linear-gradient(to bottom, #03090c 0%, #000 97%);*/
}
h1, h4{
 color: #008a19 !important;
}
.jumbotron {
    background-color: #fff !important;
}
.btn-primary.disabled, .btn-primary:disabled {
 background-color: #008a19 !important;
 border-color: #008a19 !important;
}
a{
color: #18892d !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
}

.form-share {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-share .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-share .form-control:focus {
  z-index: 2;
}
a.disabled {
  color: gray;
  pointer-events: none;
}

.jumbotron {
    padding: 2rem 1rem;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
