 body,html{
    margin:0px;
    padding:0px;
    height:100%;
    width:100%;
  }
  body{
    height:100%;
    width:100%;
  }

  #main{
    height: 100vh;
  }
  body {
    background-color: #add9f2;
  }
  .body{
    background: url(images/3_bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Georgia, sans-serif!important;
    height: 100%;
    height: 100vh;
    min-height: 1024px;
  }
  a{
    color:#9bde07;
  }
#osdk-auth-widget-holder {
    width: 388px;
    height: 610px;
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

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

  @media (max-width: 1400px) {
      .body{
          min-height: 768px;
      }
  }