@charset "UTF-8";

@media screen and (max-width:768px) {
    .about .about-content > div, .head .des {
        display: none
    }

    body {
        background: linear-gradient(180deg, #641a87, #ffc300, #e60049) center;
        height: 100vh;
    }

    .head .logo {
        background: url(../images/logo.png) center center/14.175rem 4.725rem;
        width: 14.175rem;
        height: 4.725rem;
        margin: 6.1875rem auto auto;
        cursor: pointer
    }

    .head .title, .register-content button {
        height: 3.75rem;
        font-weight: 700;
        text-align: center;
        color: #fff
    }

    .head .title {
        font-family: Arial;
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: -.48px;
        margin: 2.9375rem auto auto
    }

    .head .sub-title {
        font-family: Poppins;
        font-size: 1.3125rem;
        font-weight: 500;
        line-height: 2.1875rem;
        text-align: center;
        letter-spacing: .28px;
        color: #fff;
        height: 2.1875rem;
        margin: 9.5625rem auto auto
    }

    .register-content {
        width: 22.29188rem;
        margin: 3rem auto auto;
        display: flex;
        justify-content: space-between
    }

        .register-content button {
            display: block;
            width: 10.66125rem;
            border-radius: .625rem;
            font-family: Arial;
            font-size: 1.125rem;
            line-height: 3.75rem;
            letter-spacing: .27px;
            background: var(--selected-button);
/*            background: linear-gradient(90deg, #FF5733, #FFC300);*/
        }

            .register-content button:hover {
                border-radius: .625rem;
                background: var(--selected-button-hover)
            }

    .about .about-content {
        margin: .8125rem auto auto;
        width: 18.25rem;
        font-family: Arial;
        font-size: .9375rem;
        font-weight: 400;
        letter-spacing: normal;
        color: #fff;
        justify-content: center;
        align-items: center;
        display: flex
    }

        .about .about-content .active {
            display: block
        }

    .about .about-dot {
        width: 3.23063rem;
        height: .625rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: .8125rem auto auto
    }

        .about .about-dot button {
            width: .625rem;
            height: .625rem;
            border-radius: 50%;
            background-color: #fff
        }

        .about .about-dot .active {
            background-color: #7690a8
        }
}

@media screen and (min-width:768px) {
    .login-warpper .right {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .9375rem
    }

        .login-warpper .right .register-content {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1.25rem
        }

            .login-warpper .right .register-content button {
                display: block;
                width: 10.66125rem;
                height: 3.75rem;
                border-radius: .625rem;
                font-family: Arial;
                font-size: 1.125rem;
                font-weight: 700;
                line-height: 3.75rem;
                text-align: center;
                letter-spacing: .27px;
                color: #fff;
                background: var(--selected-button);
/*                background: linear-gradient(90deg, #FF5733, #FFC300);*/
            }

                .login-warpper .right .register-content button:hover {
                    border-radius: .625rem;
                    background: var(--selected-button-hover)
/*                    background: #FFC300*/
                }
}
