html {
  position: relative;
  min-height: 100%; }

body {
  color: #222;
  margin: 0;
  background: #FFF;
  width: 100%;
  _webkit-box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.5);
  _box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.5); }

.duverneudaje {
  margin-top: 16px;
  font-size: 14px !important;
  font-weight: 300 !important; }

.navbar {
  margin-top: 8px; }

.navbar-brand {
  padding: 0px;
  _height: 150px; }

.navbar-brand > img {
  height: 100%;
  padding: 15px;
  width: auto; }

.navbar-nav {
  margin-top: 98px;
  padding-right: 12px;
  position: relative; }

.header .navbar-brand {
  display: flex;
  align-items: center; }

.header .navbar-brand > img {
  padding: 7px 14px; }

.container-form {
  background-color: #ddd; }

.container-form-wrap {
  margin-top: 8vh; }
  .container-form-wrap h4 {
    margin-bottom: 16px; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: transparent; }
  .footer p {
    padding: 12px; }
