.hero,body {
    color: #fff
}

*,.register-card {
    box-sizing: border-box
}

.btn-web-play:hover,.btn.gold:hover {
    transform: scale(1.05)
}

.btn-web-play,.game-item,.header,.hero,.info-image,.note,.register-card,footer {
    text-align: center
}

.background,body {
    min-height: 100vh
}

.cursor-glow,.icon {
    pointer-events: none
}

* {
    margin: 0;
    padding: 0
}

input::placeholder {
    color: #fff;
    font-weight: 300
}

.modal-open .modal {
    margin-top: 20%!important
}

.social-top {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1000
}

.social-top .icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat
}

.footer-social .telegram,.social-top .telegram {
    background-image: url('/img/icon-telegram.svg')
}

.footer-social .facebook,.social-top .facebook {
    background-image: url('/img/icon-facebook.svg')
}

.footer-social .chat,.social-top .chat {
    background-image: url('/img/icon-chat.svg')
}

.header {
    padding: 20px 0 10px
}

.header .logo {
    width: 170px
}

.hero {
    padding: 0 15px;
    position: relative;
    font-size: 18px
}

.hero span img {
    width: 600px;
    margin-top: -25px;
    margin-bottom: -25px!important
}

.hero .highlight {
    color: gold;
    text-decoration: underline;
    text-underline-offset: 3px
}

.register-card {
    width: 600px;
    height: auto;
    background-image: url(/img/register_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 36px;
    padding: 100px 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px
}

.register-card h2 {
    font-size: 28px;
    margin-bottom: 25px
}

.register-card form {
    margin: 40px auto auto;
    width: 470px
}

.register-card form .field {
    width: 100%;
    height: 100px
}

.register-card form .eye,.register-card form .icon {
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%)
}

.register-card form input {
    width: 100%;
    font-size: 16px
}

.register-card form .icon {
    position: absolute;
    top: 38%;
    width: 20px
}

.register-card form .user {
    width: 40px;
    left: 18px;
    background-image: url('/img/icon_user.svg')
}

.register-card form .lock {
    width: 40px;
    left: 18px;
    background-image: url('/img/icon_lock.svg')
}

.register-card form .field {
    position: relative
}

.btn-web-play,.icon,.or-line {
    position: absolute
}

.register-card form .eye {
    position: absolute;
    top: 40%;
    right: 18px;
    width: 30px;
    background-image: url('/img/icon-eye.svg');
    background-position: center;
    z-index: 10;
    cursor: pointer;
    display: block;
    pointer-events: auto
}

.register-card form .eye.hide {
    background-image: url('/img/icon-eye-non-view.svg')
}

.input-pass,.input-user {
    height: 80px;
    padding-left: 55px;
    font-size: 14px;
    box-sizing: border-box;
    transition: background-image .2s ease-in-out
}

.input-pass:focus,.input-pass:hover,.input-user:focus,.input-user:hover {
    background-image: url('/img/input_bg_active.png')
}

.icon {
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat
}

.btn-web-play,.btn.gold {
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: 700;
    color: #fff;
    font-size: 16px
}

.icon.user {
    left: 16px;
    background-image: url('/img/icon_user.svg')
}

.icon.lock {
    left: 16px;
    background-image: url('/img/icon_lock.svg')
}

.icon.eye {
    right: 16px;
    background-image: url('/img/icon-eye.png');
    cursor: pointer
}

.btn.gold {
    width: 340px;
    background-image: url(/img/reg_btn.png);
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    margin-top: 0;
    line-height: 56px;
    border: 0!important;
    box-shadow: none!important;
    transition: box-shadow .3s,transform .2s
}

.btn.gold:hover {
    box-shadow: 0 0 12px 4px rgba(255,215,0,.6)
}

.or-line {
    display: inline-block;
    margin-bottom: 55px
}

.or-line img {
    width: 430px
}

.btn-web-play {
    display: inline-block;
    width: 500px;
    background-image: url(/img/web_play_btn.webp);
    text-decoration: none;
    margin-bottom: -50px;
    transition: transform .2s
}

.game-item,.games-carousel {
    transition: transform .3s;
    display: flex
}

.btn.blue {
    background: linear-gradient(45deg,#0d3b82,#1b6cc6);
    color: #fff
}

.btn.purple {
    background: linear-gradient(45deg,#8e2de2,#4a00e0);
    color: #fff
}

.cta {
    margin: 25px 0
}

.note {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px
}

.note .link {
    color: gold;
    text-decoration: underline
}

.games-carousel {
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.game-item {
    width: 100px;
    align-items: flex-end;
    justify-content: center
}

.game-item img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: opacity .2s;
    cursor: pointer
}

.game-item .label {
    margin-top: 8px;
    font-size: 14px;
    color: #fff
}

.info {
    padding: 40px 20px
}

.info-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    background: rgba(255,255,255,.05);
    border-radius: 20px;
    border: 1px solid #6a0dad;
    overflow: hidden
}

.info-content {
    padding: 30px;
    max-height: 600px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #6a0dad transparent
}

.info-content::-webkit-scrollbar {
    width: 10px
}

.info-content::-webkit-scrollbar-track {
    background: rgba(255,255,255,.05);
    border-radius: 10px
}

.info-content::-webkit-scrollbar-thumb {
    background: #6a0dad;
    border-radius: 10px
}

.info-content::-webkit-scrollbar-thumb:hover {
    background: #8b1bd1
}

.info-container h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fdde4e;
    text-align: center
}

.info-container h2 {
    font-size: 20px;
    margin-top: 30px;
    color: #da35e2
}

.info-container h3 {
    font-size: 16px;
    margin-top: 30px;
    color: #c09dd2
}

.info-container h4 {
    font-size: 14px;
    margin-top: 30px;
    color: #fff
}

.info-container p {
    line-height: 1.6;
    color: #ccc;
    margin-top: 12px
}

.info-container ul {
    margin: 12px 0 0 20px;
    color: #ccc
}

.info-image {
    margin: 20px 0
}

.footer-content,.support {
    margin-bottom: 20px
}

.info-image img {
    max-width: 100%;
    border-radius: 12px
}

footer {
    background: #0b0030;
    padding: 40px 20px 30px
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px
}

.logo-footer {
    height: 60px
}

.footer-social .icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    margin: 0 8px
}

.cert {
    height: 40px
}

footer p {
    font-size: 14px;
    color: #666
}

.invalid-feedback {
    margin-top: -5px!important;
    text-align: left
}

.background {
    width: 100%;
    background-image: url('/img/bg.png');
    background-color: #0d032d;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

@media (max-width: 576px) {
    .background {
        background-image:url(/img/bg_mobile.png);
        min-height: 100vh;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center
    }
}

@media (min-width: 769px) and (max-width:992px) {
    .background {
        min-height:100vh
    }

    .mobile-banners {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        margin: 20px 0 40px
    }

    .mobile-banners img {
        width: 48%;
        border-radius: 12px;
        object-fit: cover
    }
}

@media (min-width: 769px) {
    .register-wrapper {
        display:flex;
        justify-content: center;
        align-items: flex-end;
        gap: 30px;
        flex-wrap: wrap;
        margin: 0 auto;
        position: relative
    }

    .desktop-banner {
        max-width: 440px;
        height: auto;
        transition: transform .3s,filter .3s;
        cursor: pointer
    }

    .desktop-banner:hover {
        transform: scale(1.05)
    }

    .mobile-banners {
        display: none
    }
}

@media (max-width: 768px) {
    .register-card form {
        margin:25px auto auto;
        width: 300px
    }

    .header .logo {
        width: 150px
    }

    .hero h1 {
        font-size: 24px
    }

    .register-card {
        width: 390px;
        padding: 28px 20px;
        display: block
    }

    .register-card h2 {
        font-size: 22px
    }

    .btn {
        font-size: 16px;
        padding: 10px 24px
    }

    .games-carousel {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        margin-bottom: 40px
    }

    .game-item {
        flex: 0 0 auto
    }

    .info-container {
        max-height: none
    }

    .register-card form .field {
        height: 60px
    }

    .btn.gold {
        height: 57px;
        width: 100%;
        margin-top: 20px
    }

    .invalid-feedback {
        font-size: 10px!important;
        margin-top: -5px!important;
        width: 110%!important
    }

    .desktop-banner {
        display: none
    }

    .mobile-banners {
        display: flex
    }

    .banner-left,.banner-right {
        width: 100px!important
    }
}

@media (min-width: 993px) and (max-width:1200px) {
    .background {
        min-height:100vh
    }
}

@media (min-width: 1201px) {
    .background {
        min-height:100vh
    }
}

.group-line-bottom {
    padding-bottom: 0;
    padding-top: 0
}

.banner-left {
    width: calc(50% - 355px);
    margin-bottom: 55px;
}

.banner-right {
    width: calc(50% - 330px)
}

@media (min-width: 430px) and (max-width:500px) {
    .or-line {
        display:none
    }

    .register-wrapper {
        width: 100%
    }

    .register-card form {
        width: 90%
    }

    .input-pass,.input-user {
        padding-left: 35px
    }

    .hero span img {
        width: 85%!important;
        margin-top: -5px!important;
        margin-bottom: 5px!important
    }

    .btn.gold {
        height: 75px
    }
}

@media (min-width: 430px) and (max-width:440px) {
    .hero span img {
        margin-top:10px!important;
        margin-bottom: 35px!important
    }

    .mobile-app-download img {
        width: 345px!important
    }

    .register-card form .icon {
        top: 52%;
        height: 25px
    }

    .input-pass,.input-user {
        padding-left: 40px
    }

    .icon.lock,.icon.user {
        left: 10px!important
    }

    .register-card form .eye {
        position: absolute;
        top: 53%;
        right: 15px;
        width: 23px
    }

    .register-card form {
        margin-top: 40px;
        width: 95%
    }

    .register-container,.register-wrapper {
        width: 100%!important
    }

    .btn.gold {
        height: 70px;
        width: 300px
    }

    .or-line {
        display: none
    }

    .header .logo {
        width: 130px
    }

    .register-container {
        margin-top: -15px!important
    }

    .group-line.mobile {
        margin-top: -15px
    }

    .btn.gold,.roll-more-mobile img {
        margin-top: 10px!important
    }

    .mobile-app-download {
        margin-top: -10px;
        margin-bottom: 10px
    }

    .btn-web-play-moblie {
        width: 310px!important;
        height: 65px!important;
        margin-top: -10px;
        margin-bottom: -10px!important
    }

    .roll-more-mobile img {
        width: 50px!important
    }

    .invalid-feedback {
        margin-top: -13px!important;
        font-size: 11px!important
    }

    .game-item-mobile img {
        width: 90px!important
    }

    .register-card form .field {
        height: 75px
    }

    #f-loading {
        margin-top: 15px!important;
        height: 55px!important;
        width: 300px;
        margin: auto
    }

    .modal-open .modal {
        margin-top: 50%!important
    }
}

@media (min-width: 300px) and (max-width:420px) {
    .btn-web-play-moblie,.register-card form .field {
        height:60px!important
    }

    .mobile-app-download img {
        width: 345px!important
    }

    .register-card form .eye {
        position: absolute;
        top: 56%;
        right: 15px;
        width: 20px
    }

    .register-card form .icon {
        top: 65%;
        height: 20px
    }

    .input-pass,.input-user {
        padding-left: 35px!important
    }

    .icon.lock,.icon.user {
        left: 10px!important
    }

    .register-card form {
        margin-top: 30px;
        width: 95%
    }

    .register-container,.register-wrapper {
        width: 100%!important
    }

    .btn.gold {
        height: 60px;
        width: 100%;
        margin-top: 20px!important
    }

    .or-line {
        display: none
    }

    .header .logo {
        width: 130px
    }

    .register-container {
        margin-top: -15px!important
    }

    .mobile-app-download {
        margin-top: -10px;
        margin-bottom: 10px
    }

    .btn-web-play-moblie {
        width: 300px!important;
        margin-top: -10px;
        margin-bottom: -10px!important
    }

    .roll-more-mobile img {
        width: 50px!important;
        margin-top: 10px!important
    }

    .invalid-feedback {
        margin-top: -18px!important
    }

    .game-item-mobile img {
        width: 90px!important
    }

    .hero span img {
        margin-bottom: 15px!important
    }

    #f-loading {
        margin-top: 15px!important;
        height: 55px!important;
        width: 300px
    }

    .modal-open .modal {
        margin-top: 50%!important
    }

    .group-line.mobile {
        margin-top: -25px!important
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width:800px
    }
}

.modal-content {
    background-color: #5e2a8e!important;
    color: #fff
}

.modal-header {
    border-bottom: 1px solid #6c5572!important
}

.modal-footer {
    border-top: 1px solid #6c5572!important
}

.modal.show .modal-dialog {
    background-color: transparent!important
}

.social-fixed {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    z-index: 9999
}

.social-btn img {
    transition: transform .3s;
    margin-bottom: 10px;
}

.social-btn.sound img {
    transition: transform .3s;
}

.social-btn:hover img {
    transform: scale(1.1)
}

.btn-web-play-moblie,.games-carousel-container,.games-carousel-wrapper,.group-line.mobile,.mobile-app-download,.note.mobile,.roll-more-mobile,.social-mobile-left-fixed,.social-mobile-right-fixed {
    display: none
}

.cursor-glow,.dot-star {
    position: absolute;
    border-radius: 50%
}

.cursor-glow {
    width: 2px;
    height: 2px;
    background: rgba(255,255,255,.5);
    box-shadow: 0 0 10px 4px #bd15f0;
    transform: translate(-50%,-50%);
    animation: 1s linear forwards fadeOut
}

@keyframes fadeOut {
    0% {
        transform: translate(-50%,-50%) scale(1);
        opacity: 1
    }

    100% {
        transform: translate(-50%,-50%) scale(2);
        opacity: 0
    }
}

.dot-star {
    width: 1px;
    height: 1px;
    background: #fffacd;
    box-shadow: 0 0 10px 5px rgba(255,255,255,.4);
    animation: linear forwards rise
}

@keyframes rise {
    0% {
        opacity: 0;
        transform: translateY(0) scale(1)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateY(-60px) scale(1.5)
    }
}

@keyframes shake {
    0%,100% {
        transform: translate(0,0) rotate(0)
    }

    10%,50% {
        transform: translate(-4px,4px) rotate(-1deg)
    }

    20%,60% {
        transform: translate(4px,-4px) rotate(1deg)
    }

    30% {
        transform: translate(-6px,6px) rotate(-2deg)
    }

    40% {
        transform: translate(6px,-6px) rotate(2deg)
    }

    70% {
        transform: translate(-2px,2px) rotate(0)
    }

    80% {
        transform: translate(2px,-2px)
    }

    90% {
        transform: translate(-1px,1px)
    }
}

.game-item.shake {
    animation: .7s ease-in-out shake
}

.hw-title-header {
    display: block;
    margin: 0 auto;
    animation: 1.5s ease-in-out infinite zoomInOut;
    transition: transform .3s
}

@keyframes zoomInOut {
    0%,100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

@media (max-width: 768px) {
    body,html {
        overflow-x:hidden;
        width: 100vw;
        max-width: 100%;
        position: relative
    }

    .btn-web-play,.games-carousel,.group-line,.info-top,.or-line,.roll-more,.social-fixed {
        display: none
    }

    .hero span img {
        width: 330px;
        margin-top: -10px;
        margin-bottom: 15px
    }

    .group-line img {
        width: 100%;
        height: 2px
    }

    .group-line .mobile,.mobile-app-download,.note.mobile,.roll-more-mobile {
        display: block
    }

    .games-carousel-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-wrap: nowrap;
        margin-top: 10px;
        margin-bottom: 20px
    }

    .banner-left-mobile,.banner-right-mobile {
        width: 120px;
        height: auto
    }

    .games-carousel-container {
        display: block!important;
        width: 100%;
        max-width: 300px;
        margin: auto;
        position: relative;
        overflow: hidden
    }

    .games-carousel-mobile {
        display: flex;
        transition: transform .4s ease-in-out;
        gap: 0
    }

    .game-item-mobile {
        min-width: 100%;
        text-align: center
    }

    .game-item-mobile img {
        width: 100px;
        height: auto;
        display: block;
        margin: 0 auto
    }

    .carousel-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 12px
    }

    .carousel-dots .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #666;
        opacity: .4;
        transition: opacity .3s;
        cursor: pointer
    }

    .carousel-dots .dot.active {
        background-color: #ffc940;
        opacity: 1
    }

    .group-line.mobile {
        display: block!important
    }

    .note {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .register-card {
        margin-bottom: 0;
        width: 100%
    }

    .mobile-app-download img {
        width: 390px
    }

    .btn-web-play-moblie {
        display: inline-block;
        width: 350px;
        height: 74px;
        background-image: url(/img/web_play_btn.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        text-align: center
    }

    .info {
        padding: 20px
    }

    .register-card form .icon {
        top: 65%;
        height: 20px
    }

    .lock,.register-card form .user {
        left: 10px!important
    }

    .input-pass,.input-user {
        padding-left: 35px
    }

    .social-mobile-left-fixed,.social-mobile-right-fixed {
        position: fixed;
        top: 5px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        z-index: 1000
    }

    .social-mobile-left-fixed {
        left: 10px;
        align-items: flex-start
    }

    .social-mobile-right-fixed {
        right: 10px;
        align-items: flex-end
    }

    .social-btn.sound img {
        transition: transform .3s;
    }

    .social-btn img {
        object-fit: contain;
        transition: none !important;
    }

    .social-btn:hover img {
        transform: none !important;
    }

    .footer-text {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 14px
    }
}

@media (max-height: 850px) and (min-width:1180px) {
    .register-card {
        width:585px;
        margin-bottom: 74px;
        padding: 80px 30px 55px
    }

    .banner-left,.banner-right {
        margin-bottom: 15px
    }

    .register-card form {
        margin: 50px auto auto;
        width: 490px
    }

    .btn.gold {
        width: 300px;
        height: 90px;
        margin-top: 5px
    }

    .register-card form .field {
        height: 100px
    }

    .btn-web-play {
        margin-bottom: -20px;
        width: 444px
    }

    .note {
        margin-top: 30px;
        font-size: 17px
    }

    .game-item {
        width: 75px
    }

    .invalid-feedback {
        margin-top: -5px!important;
        font-size: 15px!important
    }

    .hero {
        font-size: 12px
    }

    .hero span img {
        width: 500px;
        margin-bottom: -10px!important
    }

    .header .logo {
        width: 150px
    }

    .register-card form .eye {
        top: 40%
    }

    .or-line {
        margin-bottom: 83px
    }

    .or-line img {
        width: 360px
    }

    .roll-more {
        margin-top: 20px!important
    }
}

.register-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px!important;
    margin: auto
}

.roll-more {
    animation: 1.5s ease-in-out infinite soft-blink;
    cursor: pointer;
    margin-top: 60px
}

@keyframes soft-blink {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: .4
    }
}

.line-top {
    margin-top: 0;
    margin-bottom: 10px
}

#f-loading {
    height: 100px
}

.btn-close {
    display: none!important
}

:root {
    --btn-size: 48px;
    --btn-bg: linear-gradient(180deg, #7B2CD6, #5510B0);
    --btn-shadow: 0 10px 24px rgba(108, 32, 182, .35)
}

@media (max-width: 1000px) {
    .desktop-banner {
        display:none
    }
}

.field-password,.field-user {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-image: url('/img/input_bg_normal.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image .2s linear
}

.field-password:has(.input-pass:focus),.field-password:hover,.field-user:has(.input-user:focus),.field-user:hover {
    background-image: url('/img/input_bg_active.png')
}

.input-pass,.input-user {
    width: 100%;
    border: none;
    outline: 0;
    background: 0 0!important;
    color: #fff
}

.input-pass:-webkit-autofill,.input-pass:-webkit-autofill:focus,.input-pass:-webkit-autofill:hover,.input-user:-webkit-autofill,.input-user:-webkit-autofill:focus,.input-user:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff!important;
    caret-color: #fff!important;
    box-shadow: 0 0 0 1000px transparent inset!important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset!important;
    transition: background-color 9999s ease-out,color 9999s ease-out!important
}

.field.was-validated .invalid-feedback {
    display: block!important
}

form.was-validated .field .invalid-feedback {
    display: block
}

@media (width: 390px) {
    .group-line.mobile {
        margin-top:-16px!important
    }
}

@media (width: 414px) {
    .register-card form .icon {
        top:60%!important;
        height: 25px!important
    }

    .lock,.register-card form .user {
        left: 10px!important
    }

    .group-line.mobile {
        display: block!important;
        margin-top: -15px!important
    }

    .input-pass,.input-user {
        padding-left: 42px!important
    }

    .register-card form {
        margin-top: 40px!important
    }

    .invalid-feedback {
        margin-top: -20px!important;
        font-size: 11px!important
    }

    .register-card form .field {
        height: 66px!important
    }

    .btn.gold {
        margin-top: 20px!important;
        width: 100%!important
    }

    .register-card form .eye {
        right: 10px!important
    }

    .register-container {
        margin-top: 0!important
    }

    .or-line {
        display: none!important
    }

    .roll-more-mobile img {
        width: 65px
    }

    .mobile-app-download {
        margin-bottom: 10px
    }
}

@media (width: 540px) {
    .register-card form .icon {
        top:65%!important;
        height: 25px!important
    }

    .lock,.register-card form .user {
        left: 10px!important
    }

    .group-line.mobile {
        display: block!important;
        margin-top: -15px
    }

    .input-pass,.input-user {
        padding-left: 42px!important
    }

    .register-card form {
        margin-top: 26px!important
    }

    .invalid-feedback {
        margin-top: -20px!important;
        font-size: 11px!important
    }

    .register-card form .field {
        height: 60px!important
    }

    .btn.gold {
        margin-top: 20px!important;
        width: 100%!important
    }

    .register-card form .eye {
        right: 10px!important
    }

    .register-container {
        margin-top: 30px!important
    }

    .or-line {
        display: none!important
    }

    .roll-more-mobile img {
        width: 65px
    }
}

@media (width: 667px) {
    .register-card form .icon {
        top:65%!important;
        height: 25px!important
    }

    .lock,.register-card form .user {
        left: 10px!important
    }

    .group-line.mobile {
        display: block!important;
        margin-top: -15px
    }

    .input-pass,.input-user {
        padding-left: 42px!important
    }

    .register-card form {
        margin-top: 26px!important
    }

    .invalid-feedback {
        margin-top: -20px!important;
        font-size: 11px!important
    }

    .register-card form .field {
        height: 60px!important
    }

    .btn.gold {
        margin-top: 20px!important;
        width: 100%!important
    }

    .register-card form .eye {
        right: 10px!important
    }

    .register-container {
        margin-top: 30px!important
    }

    .or-line {
        display: none!important
    }

    .roll-more-mobile img {
        width: 65px
    }
}

@media (width: 768px) {
    .register-card form .icon {
        top:65%!important;
        height: 27px!important
    }

    .lock,.register-card form .user {
        left: 10px!important
    }

    .register-card form .field {
        height: 60px!important
    }

    .register-card form {
        margin-top: 25px!important
    }

    .btn.gold {
        margin-top: 20px!important;
        width: 100%!important
    }

    .invalid-feedback {
        margin-top: -20px!important;
        font-size: 12px!important
    }

    .or-line {
        display: none!important
    }

    .roll-more-mobile img {
        width: 65px
    }

    .group-line.mobile {
        display: block!important;
        margin-top: -13px
    }

    .mobile-app-download {
        margin-bottom: 20px
    }

    .register-container {
        margin-top: 30px!important
    }

    .input-pass,.input-user {
        padding-left: 42px!important
    }

    .register-card form .eye {
        right: 10px!important
    }
}

@media (width: 844px) {
    .invalid-feedback,.register-container {
        margin-top:-20px!important
    }

    .register-card form .icon {
        top: 65%!important;
        height: 27px!important
    }

    .lock,.register-card form .user {
        left: 10px!important
    }

    .register-card form .field {
        height: 60px!important
    }

    .register-card form {
        margin-top: 25px!important
    }

    .btn.gold {
        margin-top: 20px!important;
        width: 100%!important
    }

    .invalid-feedback {
        font-size: 12px!important
    }

    .or-line {
        display: none!important
    }

    .roll-more-mobile img {
        width: 65px
    }

    .group-line.mobile {
        display: block!important;
        margin-top: -13px
    }

    .mobile-app-download {
        margin-bottom: 20px
    }

    .input-pass,.input-user {
        padding-left: 42px!important
    }

    .register-card form .eye {
        right: 10px!important
    }
}

@media (max-width: 720px) {
    .register-card form .icon {
        top:65%!important;
        height: 27px!important
    }

    .lock,.register-card form .user {
        left: 10px!important
    }

    .register-card form .field {
        height: 60px!important
    }

    .register-card form {
        margin-top: 25px!important
    }

    .btn.gold {
        margin-top: 20px!important;
        width: 100%!important
    }

    .invalid-feedback {
        margin-top: -20px!important;
        font-size: 12px!important
    }

    .or-line {
        display: none!important
    }

    .roll-more-mobile img {
        width: 65px
    }

    .group-line.mobile {
        display: block!important;
        margin-top: -13px
    }

    .mobile-app-download {
        margin-bottom: 20px
    }

    .register-container {
        margin-top: 30px!important
    }

    .input-pass,.input-user {
        padding-left: 42px!important
    }

    .register-card form .eye {
        right: 10px!important
    }
}

@media (max-width: 660px) {
    .register-card form .icon {
        top:65%!important;
        height: 27px!important
    }

    .lock,.register-card form .user {
        left: 10px!important
    }

    .register-card form .field {
        height: 60px!important
    }

    .register-card form {
        margin-top: 30px!important
    }

    .btn.gold {
        margin-top: 20px!important;
        width: 100%!important
    }

    .invalid-feedback {
        margin-top: -20px!important;
        font-size: 12px!important
    }

    .or-line {
        display: none!important
    }

    .roll-more-mobile img {
        width: 65px
    }

    .group-line.mobile {
        display: block!important;
        margin-top: -13px
    }

    .mobile-app-download {
        margin-bottom: 20px
    }

    .register-container {
        margin-top: -10px!important
    }

    .input-pass,.input-user {
        padding-left: 42px!important
    }

    .register-card form .eye {
        right: 10px!important
    }
}

@media (width: 428px) {
    .register-card form .icon {
        top:65%!important;
        height: 25px!important
    }

    .lock,.register-card form .user {
        left: 10px!important
    }

    .group-line.mobile {
        display: block!important;
        margin-top: -15px
    }

    .input-pass,.input-user {
        padding-left: 42px!important
    }

    .register-card form {
        margin-top: 26px!important
    }

    .invalid-feedback {
        margin-top: -20px!important;
        font-size: 11px!important
    }

    .register-card form .field {
        height: 60px!important
    }

    .btn.gold {
        margin-top: 20px!important;
        width: 100%!important
    }

    .register-card form .eye {
        right: 10px!important
    }

    .register-container {
        margin-top: 30px!important
    }

    .or-line {
        display: none!important
    }

    .roll-more-mobile img {
        width: 65px
    }

    .mobile-app-download {
        margin-bottom: 10px
    }
}

.info-content img {
    width: 100%!important;
    max-width: 800px;
    height: auto!important
}

.anime-btn-container {
    min-height: 50px!important
}

.info-content .logo-img {
    width: 40px!important
}
