/*!
 * Start Bootstrap - Landing Page v5.0.7 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */



body, html {
  min-height: 100%;
  height: 100%;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: url("../img/pattern.png");
  background-color: #fff;
  height: 90%;
  
}
body{
  padding: 10px
}
 
 
.container{
  background-color: #fff;
  border: 5px solid #806458;
  width: 90%;
  max-width: 100%;
  min-height: 300px;
  height: 100%!important;
} 
