/* CSS: Magerealm > Landing2 */

/* ОСНОВНЫЕ */

* {
    padding: 0;
    margin: 0;
    /*border: 0;*/
}

html {
    background: #000;  /* Может быть, сработает */
}

body {
    background: #000;  /* Может быть, сработает */
    min-width: 960px;
}

a {
    color: #9BDE07;
}
a:hover {
    color: #FFFCCE;
}

img {
    border: 0;
}

b, strong, h1, h2, h3 {
    font-weight: bold;  /* Исправляем отображение толщины шрифтов в Windows 7 */
}


/* ВЁРСТКА */
#content{
    min-height: 980px;
}
body {
    height: 100vh;
}
.wrapperLandingOuter, body {
    background: transparent url(img/bg.jpg) center top no-repeat;
    background-size: cover;
    min-height: 980px;
}

.wrapperLanding {
    font: 12px/1 'PT Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #010101;
    /* width: 960px; */
    height: 1075px;
    margin: 0 auto;
    position: relative;
}

/* Логотип */

.gameLogo {
    background: url(img/gameLogo.png) no-repeat;
    width: 399px;
    height: 203px;
    position: absolute;
    margin-left: 55px;
    top: 40px;
    left: 50%;
    z-index: 10;
}


/* Форма */

#osdk-auth-widget-holder {
    width: 399px;
    height: 493px;
    margin-left: 94px;
    position: absolute;
    top: 0;
    left: 47%;
}
@media only screen and (max-width: 1024px) {
    body {
        overflow: hidden;
    }
}


/* Layout: <IZEM©STUDIO> • 2016 */
