<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.purpose {
    display: flex;
    font-size: 16px;
    color: #7B7B7B;
    text-align: center;
}

.purpose div {
    flex: 1;
}

.subtitle {
    text-align: center;
    color: #181818;
    font-size: 32px;
    font-weight: bold;
    padding: 10px 0 5px 0;
}

.subdesc {
    text-align: center;
    font-size: 16px;
    color: #7B7B7B
}

.header .nav {
    /*margin: 0;*/
}

.login {
    width: 100%;
    background: url(../images/new/login-bg.png) no-repeat center center / cover;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.header .login-user .login-user-child {
    display: none !important;
}

.login .login-center {
    width: 500px;
    padding: 30px 50px;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
}

.login .login-center .title {
    font-size: 24px;
    text-align: center;
}

.login .login-center .desc {
    font-size: 18px;
}

.login .login-center .search-title {
    padding: 20px 0 10px 0;
}

.login .login-center .search-input {
    padding: 8px 20px;
    border: 1px solid #eee;
    line-height: normal;
}

.login .login-center .search-input input {
    font-size: 16px;
    background: none;
    border: none;
    outline: none;
    width: 100%;
}

.login .login-center .search-button {
    padding: 12px 0;
    border-color: transparent;
    background-color: #1c1f2e;
    text-transform: none;
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
}

.login .login-center .google-login {
    padding: 8px 0;
    border: 1px solid #eee;
    background-color: #fff;
    width: 100%;
    font-size: 15px;
    margin-top: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login .login-center .google-login img {
    margin-right: 20px;
}

.footer .brand ,.footer .logo, .footer .guarantee {
    display: none;
}

.subpublicize {
    background: url(../images/new/JB-Buy-My-Replica-1-2-2.png?1) no-repeat center center, url(../images/new/JB-Buy-My-Replica-1-2.png?1) no-repeat center center;
    width: 100%;
    height: 90px;
    margin: 0 auto;
}

.create-account {
    border-top: 1px solid #DBDBDB;
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.create-account div {
    text-align: center;
    color: #7B7B7B;
    padding: 0 0 15px
}

.create-account a {
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #eee;
    color: #181818;
    text-align: center;
    padding: 10px 0;
}


#getCaptcha a,#getCaptcha span {
    color: #fff;
    background-color: #c39052;
    font-size: 16px;
    text-align: center;
    padding: 14px 0;
}
#getCaptcha span {
    opacity: 0.5;
}


@media screen and (max-width: 1200px) {

 

}
@media screen and (max-width: 600px) {
    .login-center {
        width: calc(100% - 40px);
        padding: 20px 20px 0;
        border: none;
        margin-top: 0px;
    }

    .login-center .search-input {
        width: calc(100% - 40px);
    }
    .create-account {
        padding-top: 15px;
        margin-top: 15px;
    }
    .login-center .search-button {
        width: calc(100%);
        margin-top: 10px !important
    }
    .login .login-center .google-login {
        margin-top: 10px !important
    }
    .login-center .title {
        font-size: 32px;
    }
    .login-center .search-title {
        padding: 15px 0 10px 0 !important;
    }
}



@media screen and (max-width: 500px) {
    .login {
        margin-top: 0;
        height: 460px;
    }
    .login .login-center {
        width: calc(90% - 60px);
        padding: 20px 30px;
    }
    .purpose,.subdesc,.subtitle {
        display: none;
    }

    .subpublicize {
        background: url(../images/new/JB-Buy-My-Replica-1-Mobile.png) no-repeat center center / 100%;
        width: 100%;
        height: 55px;
    }


}</pre></body></html>