body {
    background: #34386f url("/static/img/design/background-eldarya.jpg") fixed top center;
    background-size: cover;
}

#logo#logo {
    left: 330px;
    top: 32px;
}

#punchline {
    color: #0000ee;
    text-align: center;
    padding: 18px 0 10px;
}

#punchline > div {
    display: inline-block;
    position: relative;
}

#punchline .back-glow {
    position: absolute;
    top: -50px;
    left: -160px;
    right: -160px;
    bottom: -120px;
    background: url('/static/img/design/intro-glow.png') repeat-x;
    background-size: 100% 100%;
    z-index: -1;
}

#punchline .leftLights,
#punchline .rightLights {
    position: absolute;
    top: -31px;
    width: 157px;
    height: 96px;
}

#punchline .leftLights {
    left: -160px;
    background-image: url('/static/img/design/intro-leftLights.png');
}

#punchline .rightLights {
    right: -160px;
    background-image: url('/static/img/design/intro-rightLights.png');
}

#punchline h2 {
    font-family: Alegreya Sans SC, serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

#index-banner {
    height: 408px;
    border: solid 2px #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#intro {

    color: #34386f;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    width: 820px;
    margin: 0 auto 14px;
    text-shadow: 0 0 4px #fff;
    padding: 5px 70px;
    position: relative;
}
#index-buttons {
    position: absolute;
    top: 272px;
    width: 100%;
}
#play-free,
#index-banner #fast-registration {
    position: relative;
}

#play-free {
    font-size: 32px;
    padding: 5px 10px;
}

#mobile-info {
    text-align: center;
    margin-top: 10px;
}
#mobile-info h2 {
    color: #fff;
}
#mobile-info img {
    vertical-align: middle;
}
#mobile-info > div {
    line-height: 2.5em;
    display: inline-block;
    vertical-align: middle;
}

#index-banner #fast-registration {
    margin-top: 20px;
    font-size: 23px;
}

#index-info {
    margin: 20px 0 0;
}

#index-social {
    float: right;
    background-color: #fff;
    width: 406px;
    height: 215px;
    border-radius: 10px;
    padding: 10px;
}

#stats-player {
    padding: 10px 5px;
}
#stats-player span:first-child {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

#stats-player span {
    color: #34386e;
    font-size: 18px;

}
#stats-player strong {
    font-size: 20px;
}
.social_login {
    margin: 0 0 10px;
}

.accept-cgu {
    position: relative;
    text-align: center !important;
    margin-top: 20px !important;
}
.accept-cgu a {
    color: #333;
    text-decoration: underline;
}
.accept-cgu a:hover {
    text-decoration: none;
}
.accept-cgu input {
    display: none !important;

}
.accept-cgu label {
    position: relative;
    padding-left: 30px;
}
.accept-cgu input + .custom-checkbox {
    cursor: pointer;
    color: #fff;
    background: #fff;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    transition: background .3s;
    position: absolute;
    left: -7px;
    top: -5px;
}
.accept-cgu input:checked + .custom-checkbox {
    background: #a0e13b;
    color: #fff;
    line-height: 21px;
}

.validation-message {
    margin-top: 8px;
}
