body,
html {
    height: 100%;
    margin: 0;
    font-size: 12px;
}

body {
    font-family: "Open Sans", sans-serif;
    background-attachment: fixed;
    background-color: #0b0922;
    max-width: 500px; /* 900px */
    margin: 0 auto !important;
    float: none !important;
    padding-top: 0 !important;
}

.container {
    background-image: url(background.jpg), url(logos.png);
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    overflow: auto;
    position: relative;
}

@media (orientation: landscape) and (max-width: 1200px) {
    .container {
        background-size: 100%;
        min-height: 730px;
    }
}

a {
    color: #1b1736; /* fff */
}

#content {
    margin: 55% 15px 0;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.8);
}

#cookieNotice {
    line-height: normal !important;
    padding: 30px !important;
}
#cookieNotice .confirm {
    display: block !important;
    margin-top: 30px !important;
}

.img-intro {
    width: 100%;
}

.text {
    color: #1b1736; /* fff */
    text-align: justify;
}

#btn-begin-wrapper {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 50px;
    text-align: center;
    margin-top: 25px;
}

.begin {
    /*font-size: 16px;*/
    margin: 0 20px;
    padding: 5px 15px;
    /*background-color: #fff;*/
    border: none;
    border-radius: 10px;
    cursor: pointer;
    /*box-shadow: 0 0 10px 0px #fff;*/
    box-shadow: 0 0 30px 0px #74c7d5;

    flex: 50%;
    /*color: #ffffff;*/

    /*display: block;*/
    /*box-sizing: border-box;*/
    /*margin: 0 auto;*/
    background: #74c7d5;
    color: #1b1736;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
}

.hide {
    display: none!important;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #1b1736;
    border-radius: 50%;
    animation: 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite lds-ring;
    border-color: #1b1736 transparent transparent;
}
.lds-ring div:first-child {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.center {
    text-align: center;
}
