html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


body {
    line-height: 1.2;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea:focus,
input:focus {
    outline: none;
}

input {
    border: 0;
    padding: 0.5rem 1rem;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "UTM Neo Sans Intel", -apple-system, sans-serif;
    min-height: 100vh;
    font-size: 1.6rem;
    background: url('../images/img-bg.jpg') center center / cover no-repeat fixed;
}

    body #leftSidebar {
        width: 294px;
        height: 100%;
        background: url('../images/img-iconleft.png') bottom left no-repeat fixed;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

body #rightSidebar {
    width: 294px;
    height: 100%;
    background: url('../images/img-iconright.png') bottom right no-repeat fixed;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
}

img {
    -o-object-fit: contain;
    object-fit: contain;
}

#ui {
    min-height: 100vh;    
    display: flex;
    justify-content: center;
    padding: 0;
}

#ui-content {
    max-width: 45rem;
    width: 100%;
    padding-top:30px;
}

#ui .logo {
    display: flex;
    justify-content: center;
    width: 100%;
}

    #ui .logo img {
        /* max-height: 14rem;*/
        -o-object-fit: contain;
        object-fit: contain;
        height: 12rem;
    }



#ui .slogan {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #ui .slogan img {
        -o-object-fit: contain;
        object-fit: contain;
        max-width: 100%;
    }

        #ui .slogan img:nth-child(1) {
            /*max-height: 10rem;*/
        }

        #ui .slogan img:nth-child(2) {
            /* max-height: 3rem;*/
        }

#ui .register-form {
    border-radius: 2rem;
    margin-top: 2rem;
    margin-bottom: 5rem;
    border: 0.2rem solid transparent;
    background: linear-gradient(#3E3933, #150B00) padding-box, conic-gradient(from 180deg at 70.5% 50%, #3F1F0F -360deg, #E3A455 26.25deg, #F6DBA6 107deg, #FFEBC4 156.58deg, #F0BE79 229deg, #8F653B 241deg, #673D22 261deg, #BA7F3B 268deg, #EEBC70 274deg, #3F1F0F 297deg, #E3A455 337deg) border-box;
    position: relative;
}

#ui .register-content {
    background-image: linear-gradient(to bottom, #d70a84, #b90087, #990287, #760b84, #51127f);
    padding: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

#ui .register-label {
    text-transform: uppercase;
    font-size: 2.2rem;
    background-image: linear-gradient(to bottom, #d70a84, #b90087, #990287, #760b84, #51127f);
    text-align: center;
    padding: 1rem;
    font-weight: bold;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom: 0.2rem solid #fadead;
}

    #ui .register-label span {
        background: #F2CA5D;
        background: linear-gradient(to bottom, #F2CA5D 0%, #FFF4C9 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

#ui .register-input {
    color: #000;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

    #ui .register-input img {
        max-width: 8rem;
    }


        #ui .register-input img.required {
            height: 2rem;
            min-width: unset;
        }

        #ui .register-input img.reload {
            height: 3.3rem;
            cursor: pointer;
            min-width: unset;
            transition: all 0.3s ease;
        }

            #ui .register-input img.reload:hover {
                filter: brightness(1.2);
            }

    #ui .register-input input {
        height: 3rem;
        box-shadow: 0 0 1rem 0 #1cacff;
        background: #510061;
        border-radius: 3rem;
        width: 100%;
        position: relative;
        color: #F2CA5D;
    }



        #ui .register-input input.captcha {
            width: unset;
        }

        #ui .register-input input::before {
            content: "";
            position: absolute;
            top: 4px;
            right: 4px;
            bottom: 4px;
            left: 4px;
            border: 1px solid #6200ef;
            border-radius: 3rem;
        }

        #ui .register-input input::-webkit-input-placeholder {
            color: #d8c284;
            text-align: center;
        }

        #ui .register-input input:-moz-placeholder {
            color: #F2CA5D;
            text-align: center;
            opacity: 0.75;
        }

        #ui .register-input input::-moz-placeholder {
            color: #F2CA5D;
            opacity: 0.75;
            text-align: center;
        }

        #ui .register-input input:-ms-input-placeholder {
            color: #d8c284;
            text-align: center;
        }

#ui .register-btn {
    transition: all 0.3s ease;
}



    #ui .register-btn:hover {
        filter: drop-shadow(3px 3px 8px #ff7200) brightness(1.2);
    }

    #ui .register-btn img {
        max-width: 17rem;
    }



#ui .register-gift-code {
    position: absolute;
    bottom: -4rem;
    right: -1rem;
    width: 16rem;
}

#ui .account-label {
    padding: 2rem 0 1rem 0;
    text-align: center;
    color: #fff38d;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 2rem;
}

    #ui .account-label span {
        min-width: -moz-max-content;
        min-width: max-content;
        display: block;
        font-size: 1.7rem;
    }

#ui .account-label-line {
    position: relative;
    height: 0.2rem;
    width: 100%;
    background-color: #faffb1;
}

    #ui .account-label-line::after {
        content: "";
        width: 1.5rem;
        height: 1.5rem;
        background-color: #faffb1;
        border-radius: 50%;
        position: absolute;
    }

#ui .account-label-line-1::after {
    right: -0.7rem;
    top: -0.7rem;
}

#ui .account-label-line-2::after {
    left: -0.7rem;
    top: -0.7rem;
}

/*#ui .account-btn {*/
   /* filter: drop-shadow(8px 10px 10px #ff00d8) brightness(1.2);*/
    /*padding: 1rem 0;
}*/

#ui .account-btn:hover {
    filter: drop-shadow(8px 10px 10px #ff00d8) brightness(1.2);*/
    padding: 1rem 0;
}

#ui .account-btn-label {
    color: #fff38d;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 300;
}



#ui .account-btn-download {
    justify-content: center;
    display: flex;
}

    #ui .account-btn-download img {
        height: 11rem;
        padding: 15px 0;
    }



#ui .account-btn-play {
    justify-content: center;
    display: flex;
}

    #ui .account-btn-play img {
        height: 11rem;
    }


#ui .slogan-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
}

    #ui .slogan-footer img {
        -o-object-fit: contain;
        object-fit: contain;
        max-width: 100%;
    }

        #ui .slogan-footer img:nth-child(1) {
            max-height: 5rem;
        }



        #ui .slogan-footer img:nth-child(2) {
            max-height: 4rem;
            margin-top: 1rem;
        }



#ui .social-network {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-top: 3rem;
}

#ui .social-icon {
    transition: all 0.3s ease;
}

    #ui .social-icon:hover {
        transform: scale(1.06);
    }

    #ui .social-icon img {
        width: 6rem;
    }

#ui .social-tel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.2rem;
    align-items: center;
    text-decoration: unset;
    color: #fff186;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

    #ui .social-tel:hover {
        transform: scale(1.02);
        filter: brightness(0.9);
    }

#ui .social-tel-label {
    font-size: 2rem;
}


@media only screen and (max-device-width: 768px) {
    body {
        font-size: 2rem;
    }

    #ui .logo img {
        height: 12rem;
    }

    #ui .register-input img {
        min-width: 10rem;
    }

    #ui .register-input input {
        height: 4rem;
    }

    #ui .register-btn {
        display: flex;
        justify-content: center;
    }

        #ui .register-btn img {
            max-width: 19rem;
        }

    #ui .register-gift-code {
        width: 20rem;
        bottom: -6rem;
        right: -7rem;
    }

    #ui .account-btn-label {
        font-size: 1.6rem;
    }

    #ui .account-btn {
        transition: all 0.3s ease;
        filter: none;
    }

        #ui .account-btn:hover {
            filter: drop-shadow(3px 3px 8px #ff00d8) brightness(1.2);
        }

    #ui .account-btn-download img {
        height: 9rem;
        padding: 10px 0;
    }

    #ui .account-btn-play img {
        height: 9rem;
    }

    #ui .slogan-footer img:nth-child(1) {
        max-height: 6rem;
    }

    #ui .slogan-footer img:nth-child(2) {
        max-height: 5rem;
    }

    #ui .social-network {
        gap: 6rem;
    }
}

@media only screen and (max-device-width: 576px) {

    body {
        background: url('../images/img-bg_sm.jpg') center center/cover no-repeat fixed;
    }

    #ui-content {
        max-width: 85rem;
        width: 100%;
        padding: 8rem 0;
    }

    #ui .logo img {
        height: 18rem;
    }

    #ui .slogan img {
        height: 18rem;
    }

    #ui .account-btn-download img {
        height: 18rem;
        padding: 20px 0;
    }

    #ui .account-btn-play img {
        height: 18rem;
    }

    #ui .social-icon img {
        width: 8rem;
        padding:20px 10px;        
    }
}
@media only screen and (max-device-width: 450px) {

    body {
        background: url('../images/img-bg_sm.jpg') center center/cover no-repeat fixed;
    }

    #ui-content {
        max-width: 85rem;
        width: 100%;
        padding: 8rem 0;
    }

    #ui .logo img {
        height: 20rem;
        padding-bottom:5rem;
    }

    #ui .slogan img {
        height: 20rem;
        padding-bottom: 5rem;
    }

    #ui .account-btn-download img {
        height: 18rem;
        padding: 20px 0;
    }

    #ui .account-btn-play img {
        height: 18rem;
        padding-bottom: 5rem;
    }

    #ui .social-icon img {
        width: 8rem;
        padding: 20px 10px;
    }
}

@media only screen and (max-device-width: 380px) {

    body {
        background: url('../images/img-bg_sm.jpg') center center/cover no-repeat fixed;
    }

    #ui-content {
        max-width: 85rem;
        width: 100%;
        padding: 20rem 0;
    }

    #ui .logo img {
        height: 20rem;
        padding-bottom: 5rem;
    }

    #ui .slogan img {
        height: 20rem;
        padding-bottom: 5rem;
    }

    #ui .account-btn-download img {
        height: 18rem;
        padding: 20px 0;
    }

    #ui .account-btn-play img {
        height: 18rem;
        padding-bottom: 25rem;
    }

    #ui .social-icon img {
        width: 8rem;
        padding: 20px 10px;
    }
}

@media only screen and (max-device-width: 300px) {

   /* body {
        background: url('../images/img-bg_sm.jpg') center center/cover no-repeat fixed;
    }

    #ui-content {
        max-width: 85rem;
        width: 100%;
        padding: 8rem 0;
    }

    #ui .logo img {
        height: 8rem;
    }

    #ui .slogan img {
        height: 8rem;
    }

    #ui .account-btn-download img {
        height: 6rem;
    }

    #ui .account-btn-play img {
        height: 6rem;
    }

    #ui .social-icon img {
        width: 3rem;
    }*/
}
