.border_2_side
{
	border-left: 2px solid #808080;
	border-right: 2px solid #808080;
	padding-top: 15px;
	padding-bottom: 10px;

}

.heading_logo
{
	border-bottom:10px solid #398103;
}

.border_top
{
  border-top:2px solid red;
}
.footer {
  padding:10px 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
}

.footer a{
  color:white;
  text-decoration: none;
}

.btn-green
{
	color:#ffffff;
	padding:5px 10px;
	margin-left: 5px;
	background: green;
}
.btn-green:hover, .btn-green:active, .btn-green:visited, .btn-green:focus{
	color:#ffffff;
	background:#325d13;
	text-decoration: none;
}

.background_image
{
  background-image: url("../images/auto5.png");
  background-repeat: no-repeat;
  background-position: center;

}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 2px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #060606;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

body {
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding-bottom: 60px; 
}

footer {
  position: absolute;
  bottom: 0;
  width:100%;
}
