body {
    font-family: 'Open Sans', sans-serif !important;
}
.top-bg {
    background-image: url("/new/img/bg_regist_top.png");
    background-repeat-y: no-repeat;
    min-height: 558px;
    background-size: contain;
    width: auto;
}
.bottom-bg {
    margin-top: 150px;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;
    background-size: cover;
    background-image: url("/new/img/bg_regist_bottom.png");
    background-position: 0px 100px;
}
.title-h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 130%;
}
.title-h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.section-title-h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: #303030;
}
.color-pink {
    color: #FB7D88;
}
.color-light-black {
    color: #686868;
}
.color-black {
    color: #303030;
}
.btn-primary.btn-pink {
    background: #FB7D88;
    border-radius: 100px;
    border-color: #FB7D88;
    padding: 10px 22px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}
.btn-primary.btn-white {
    border-color: #FB7D88;
    padding: 10px 22px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #F9747F;
    background: #FFFFFF;
    border-radius: 100px;
}
.paragraf-text {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 150%;
}
.store-card {
    min-height: 290px;
}
.review-card {
    min-height: 320px;
}
.store-card h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}
.store-card p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #686868;
}
.feature .f-bold {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #434358;
    margin-bottom: 0px;
}
.feature .f-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    color: #434358;
}
.flow-text p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 140%;                                
    text-align: center;
    color: #434358;
}
.flow-text span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: #FB7D88;
}
.accordion-item {
    border-radius: 40px !important;
}

.accordion-button {
    border-radius: 40px !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #434358;
    padding: 14px 30px;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-position: center;
    margin-left: auto;
    content: "";
    background-image: url("/new/icon/accordion_close.svg");
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform .2s ease-in-out;
    background-color: #E8E8E8;
    border-radius: 50%;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("/new/icon/accordion_open.svg");
}
.accordion-button:not(.collapsed) {
    color: #434358;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.accordion-body {
    padding: 14px 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #434358;
}
.br-40 {
    border-radius: 40px;
}
.custom-form {
    border: 1px solid #686868;
    box-sizing: border-box;
    border-radius: 30px;
}
.check-label {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
.check-label a {
    font-weight: bold;
    line-height: 150%;
    color: #FB9CA4;
    text-decoration: none;
}
.benefit-card {
    min-height: 330px;
}
.benefit-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 26px;
    color: #FF697B;
}
.benefit-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #303030;
}
.text-count {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}
.text-count-desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}
.review-text {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    padding-top: 48px;
    line-height: 140%;
    text-align: justify;
    color: #9D9D9D;
}
.review-quote {
    font-family: PT Sans Narrow;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 100%;
    text-align: left;
    color: #FB9CA4;
}
.review-name {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #434358;
}
.review-jabatan {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    color: #686868;
}
.footer-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    color: #303030;
}
.footer-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #686868;
}
.circle-span {
    background-color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}
#ready_to_join {
    margin-top: 120px;
}
#show-password {
    border-right: 1px solid #686868;
    box-sizing: border-box;
    border-left: 0px transparent;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
#show-password:hover {
    border-color: #fb7d88;
    background-color: #fb7d88;
}
@media only screen and (max-width: 576px) {
    .top-bg-sm {
        background-image: url(/new/img/bg_regist_top_responsive.png);
        background-repeat-y: no-repeat;
        background-size: contain;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: min-content;
        width: auto;
    }
    .top-bg {
        background-image: none;
    }
    .br-40 {
        border-radius: 20px;
    }
    .title-h3 {
        font-size: 20px;
    }
    
    .text-count {
        font-size: 24px;
    }
    .text-count-desc {
        font-size: 14px;
    }
    #ready_to_join {
        margin-top: 64px;
    }
}