 body,html{
    margin:0px;
    padding:0px;
    height:100%;
    width:100%;
  }
  body{
    /*overflow:hidden;*/
    height:100%;
    width:100%;
  }

  #main{
    height: 100vh;
  }
  body {
    background-color: #002839;
  }
  .body{
    background: url(images/land.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: 512px;
    height: 610px;
    position: relative;
    top: 59px;
    left: 28%;
    margin-left: -151px;
  }
.auth-form-logo {
    height: 311px;
    width: 518px;
    background-image: url(./ipok-form/logo.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: relative;
    top: -205px;
    left: 0;
}

  #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;
        }
  }