 body,html{
    margin:0px;
    padding:0px;
    height:100%;
    width:100%;
    background-color: #000000;
  }
  body{
    /*overflow:hidden;*/
    height:100%;
    width:100%;
  }

  html {
    background-color: #000000;
  }
  body {
    background-color: #000000;
  }
  .body{
    background: #000000 url('images/dk_form_bg_1.jpg') center top no-repeat;
		font-family: Georgia, sans-serif!important;
    height: 1100px;
  }
  a{
    color:#9bde07;
  }
  #esprit-auth-widget-holder {
    width: 400px;
    position: absolute !important;
    top: 120px;
    left: auto;
    right: 22%;
    margin-left: 0px;
    /*margin: 0 auto;*/
    /*margin-left: 275px;*/
  }


  #lnd-footer{
    font-size:12px;
    margin-bottom: 3em;
    text-align:center;
    color:#aaa;
		font-family: Georgia, sans-serif!important;
  }

#esprit-auth-widget-holder{
  position: absolute !important;
    right: 20%;
}
@media (max-width: 1200px) { 
  #esprit-auth-widget-holder{
    position: absolute !important;
      right: 10%;
  }
}
@media (max-width: 1024px) { 
  #esprit-auth-widget-holder{
    position: absolute !important;
      right: auto;
      left: 0;
  }
}