﻿html {
  position: relative;
  min-height: 100%;
}
body {
    padding-top: 25px;
    padding-bottom: 20px;
    /* Margin bottom by footer height */
    margin-bottom: 100px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.m-b-none{
    margin-bottom:0px;
}
.m-t-sm{
    margin-top:10px;
}
footer 
{
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  /*background-color: #f5f5f5;*/
}