.register-page-st {
    padding-top: 80px;
    .content-wrapper {
        background: #fff;
    }
    /*padding-top: 80px;*/
    @media screen and (max-width: 750px) {
        padding-top: 13%;
    }
    .container-one {
        min-height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        .container-one-article {
            /* form style */
            .sign-form {
                background: #fff;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                padding: 20px;
                margin: 20px 30px;

                .modal-title {
                    h1 {
                        font-weight: 5000;
                    }
                    .subtitle {
                        color: #ffbdca;
                    }
                }
                .registerYourAccount {
                    font-size: 20px !important;
                }
                .join-btn {
                    background-color: transparent !important;
                    border-color: #fff !important;
                }
                .sign-tip .form-group {
                    color: #000;
                    font-size: 14px;
                    a {
                        color: #6507F1;
                    }
                }
                .social-singin-wrap span {
                    color: #000;
                }
                .rounded-circle {
                    background-color: transparent;
                }
                /*.form-control {*/
                /*    color: #bf5a6e;*/
                /*    border-color: #bf5a6e;*/
                /*    background-color: transparent;*/
                /*}*/
                /*.form-control::-webkit-input-placeholder {*/
                /*    !* WebKit browsers *!*/
                /*    color: #bf5a6e;*/
                /*}*/

                /*.form-control:-moz-placeholder {*/
                /*    !* Firefox 18- *!*/
                /*    color: #bf5a6e;*/
                /*}*/

                /*.form-control::-moz-placeholder {*/
                /*    !* Firefox 19+ *!*/
                /*    color: #bf5a6e;*/
                /*}*/

                /*.form-control:-ms-input-placeholder {*/
                /*    !* IE 10+ *!*/
                /*    color: #bf5a6e;*/
                /*}*/
            }
            .shop-tip-wrap .text-danger {
                color: #ffea00 !important;
            }
            @media screen and (max-width: 750px) {
                .sign-form {
                    margin: 20px 0;
                }
            }
            /* form style  end*/

            .shop-tip {
                color: #fff;
                /* display: flex;
                flex-direction: column;
                justify-content: center; */
            }
            .shop-tip-wrap {
                text-align: center;
                font-size: 30px;
            }
            .shop-tip-wrap  .store-logo {
                margin: 5% 0;
                max-width: 450px;
                width: 100%;
            }
            .shop-tip-title {
                font-size: 25px;
                margin-top: 20px;
            }
            .redText {
                color: #dd364a;
            }
            .shop-tip-wrap h1 {
                margin-top: 30px;
            }
            .shop-tip-wrap .signUpTip {
                font-size: 20px;
                text-align: center !important;
                color: #fff !important;
                width: 60%;
                margin: 40px auto;
                @media screen and (max-width: 750px) {
                    width: 100%;
                }
            }
            .signup-bonusterms {
                color: #fff !important;
            }

            .shop-tip-wrap .signup-terms-wrap {
                font-size: 18px;
                color: #ddd;
                @media screen and (max-width: 750px) {
                    margin: 20px;
                }
            }
        }
        /* background-position: right; */
    }
    @media screen and (max-width: 2000px) {
        .container-one {
            background-position: 50% center;
        }
    }

    @media screen and (max-width: 1800px) {
        .container-one {
            background-position: 70% center;
        }
    }

    @media screen and (max-width: 1440px) {
        .container-one {
            background-position: 55%;
            .sign-form {
                padding: 20px;
                margin: 20px 30px;
                /*color: #fff;*/
            }
        }
    }
    @media screen and (max-width: 750px) {
        .container-one {
            .container-one-article {
                .shop-tip-wrap {
                    font-size: 15px;
                }
                .shop-tip-title {
                    font-size: 25px;
                }
                .container-one-article-walmart-text-one {
                    margin-top: 20px;
                }
                .container-one-article-walmart-text-price {
                    margin-bottom: 20px;
                }
                .container-one-article-walmart-text-sign {
                    font-size: 14px;
                }
            }
        }
    }
}
