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

  }

  #main{
    height: 100vh;
  }
  body {
    height:100%;
    width:100%;
    background-color: #002839;
    background: url(images/bg.jpg);
    background-position: center 0px;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Georgia, sans-serif!important;
    height: 100%;
    height: 100vh;
    min-height: 1024px;
    cursor: url(images/pokeball_c.png), auto;
  }
  .outer_fon{
    display: none;
    background-color: #002839;
    background: url(images/bg.jpg);
    background-position: center 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 2;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    cursor: auto;
  }
  a{
    color:#9bde07;
  }
  #osdk-auth-widget-holder {
    display: none;
    width: 512px;
    height: 610px;
    position: absolute !important;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
  }
.girl{
  display: none;
  background-image: url(images/girl.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 888px;
  height: 1080px;
  position: absolute;
  left: 0%;
  margin: 0 auto;
  z-index: 3;
  cursor: auto;
}
.text_go{
  background-image: url(images/start_text.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 100%;
  height: 112px;
  position: absolute;
  bottom: 12%;
}
.pikachu{
    background-image: url(images/pika.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 220px;
    height: 240px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: url(images/pokeball_o.png), auto;
}
.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;
        }
  }