body {
/*  padding-top: 10px;
  padding-bottom: 10px;*/
  /* Margin bottom by footer height */
/*  margin-bottom: 70px;*/
  background-color: #D5ECFF;
/*  background-image:url('images/background.png'); */
/*  height: 100%; */
  min-height: 600px;
  padding-top: 75px;
}

html {
  position: relative;
  min-height: 100%;
  height: 100%;
}

#mynavbar-header {
    float: left;
    padding: 15px;
    text-align: center;
    width: 100%;
}
#mynavbar-brand {
	float:none;
}

#wrap {
  min-height: 100%;
}

#main {
  overflow:auto;
  padding-bottom:100px; /* this needs to be bigger than footer height*/
}

.header {
  color: #FFF;
}

.footer {
  position: relative;
  margin-top: -100px; /* negative value of footer height */
  height: 100px;
  clear:both;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
} 

.footer-images img{
        vertical-align:bottom;
        border:0;
        }


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
  text-align: center;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}