body {
    background-color: white;
    background-image: url("https://static.rctiplus.id/media/1500/files/fta_rcti/assets/image/login-background.png");
    background-size: contain;
    /* background-repeat: no-repeat; */
    /* background-position: left top; */
    background-attachment: fixed;
}
#regv3 {
    height: 100%;
}
#regv3 .form-control-phone-number{
    border-radius: 1px !important;
    border-left: 0px !important;
}
#regv3 .form-control-phone-code{
    border-radius: 1px !important;
    border-right: 0px !important;
}
#regv3 .rows-login{
    height: 100%;
}
#regv3 .card-register, #regv3 .card-login{
    height: 100%;
}
#regv3 .logo {
    position: fixed;
    left: 40px;
    top: 10px;
}
#regv3 .img-store {
    height: 40px;
    width: 135px;
    margin-left: 5px;
    margin-right: 5px;
}
#regv3 .img-social-2 {
    text-align: center;
    margin-top: 24%;
}
@media (min-width: 1920px) {
    #regv3 .img-social-2 {
        text-align: center;
        margin-top: 24%;
    }
}
@media (min-width: 1600px) {
    .card-next-step, .card-verify {
        height: 100vh;
    }
    #regv3 {
        height: 100vh;
    }
    #regv3 .img-social-2 {
        text-align: center;
        margin-top: 24%;
    }
}
@media (min-width: 1360px) {
    #regv3 .img-social-2 {
        text-align: center;
        margin-top: 24%;
    }
}
@media (min-width: 1024px) {
    #regv3 .img-social-2 {
        text-align: center;
        margin-top: 24%;
    }
}
@media (min-width: 1368px) {
    #regv3 .img-social-2 {
        text-align: center;
        margin-top: 24%;
    }
}
@media (min-width: 2560px) {
    #regv3 .img-social-2 {
        text-align: center;
    }
}
@media (min-width: 1280px) {
    #regv3 .img-social-2 {
        text-align: center;
        margin-top: 24%;
    }
}
@media (min-width: 1440px) {
    #regv3 .img-social-2 {
        text-align: center;
        margin-top: 24%;
    }
}
#regv3 .bg {
    height: 100%;
    width: 100%;
}
#regv3 .bg-gradient {
    background: #000005;
    background: linear-gradient(
        90deg,
        #000005 43%,
        rgba(21, 21, 28, 0.8743872549) 55%,
        rgba(255, 255, 255, 0.5158438375) 100%
    );
    height: inherit;
    display: flex;
    /* vertical-align: middle; */
    /* justify-content: center; */
    align-items: center;
}
#regv3 .nav-pills > li > a {
    color: #fff;
    padding: 7px 20px;
    font-family: "Open Sans";
    font-size: 12px;
}
#regv3 .nav-pills .nav-link {
    border-radius: 0;
    border-bottom: 1px solid #777;
    font-family: "Open Sans";
    font-size: 12px;
}
#regv3 .nav-pills .nav-link.active,
#regv3 .nav-pills .show > .nav-link {
    border-bottom: 2px solid #0079FF;
    background-color: transparent;
    border-radius: 0;
    font-family: "Open Sans";
    font-size: 12px;
}
#regv3 .section-card {
    align-items: flex-end;
    padding-right: 90px;
    justify-content: flex-end;
    padding: 50px;
}
@media (max-width: 1368px) {
    #regv3 .card {
        max-width: 100%;
        padding: 40px;
        background: #282828;
        color: #fff;
        font-family: "Open Sans";
        font-size: 14px;
    }
    #regv3 .card-title {
        color: white;
        font-family: "Open Sans";
        font-weight: 700;
    }
    #regv3 .card-body {
        width: 100%;
    }
    #regv3 .card-body .option-country {
        display: none;
    }
    #regv3 .card-body .option-country .country-code {
        background-color: #282828;
        position: absolute;
        height: 85%;
        width: 100%;
        z-index: 10;
        left: 0;
        overflow-y: scroll;
    }
    #regv3 .card-body .option-country .country-code .head-country {
        background-color: #3a3a3a;
        height: 54px;
    }
    #regv3 .card-body .option-country .country-code .head-country .back-form {
        display: flex;
        margin: 10px;
        padding: 15px;
        padding-left: 10px;
    }
    #regv3
        .card-body
        .option-country
        .country-code
        .head-country
        .back-form
        .back {
        cursor: pointer;
    }
    #regv3
        .card-body
        .option-country
        .country-code
        .head-country
        .back-form
        .title-head {
        margin-left: 15px;
    }
    #regv3
        .card-body
        .option-country
        .country-code
        .head-country
        .back-form
        .search {
        width: 24px;
        height: 24px;
        object-fit: contain;
        position: absolute;
        right: 14px;
        cursor: pointer;
    }
    #regv3 .card-body .option-country .country-list {
        position: absolute;
        height: 70%;
        width: 100%;
        z-index: 10;
        left: 0;
        overflow-y: scroll;
        top: 25%;
    }
    #regv3 .card-body .option-country .country-list .list {
        padding: 10px 20px;
        cursor: pointer;
    }
    #regv3 .card-body .option-country .country-list .list .title {
        font-size: 17px;
        font-family: "Open Sans";
    }
    #regv3 .card-body .option-country .country-list .list .code {
        font-size: 17px;
        font-family: "Open Sans";
        position: absolute;
        right: 29px;
    }
}
#regv3 .card {
    max-width: 100%;
    min-height: 100vh;
    padding: 40px;
    background: #282828;
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
}
#regv3 .a-weight-700 {
    font-family: "Open Sans";
    font-weight: 700;
}

#regv3 .card-title {
    color: white;
    font-family: "Open Sans";
    font-weight: 700;
}

#regv3 .card-body {
    width: 100%;
}
#regv3 .card-body .option-country {
    display: none;
}
#regv3 .card-body .option-country .country-code {
    background-color: #282828;
    position: absolute;
    height: 85%;
    width: 100%;
    z-index: 10;
    left: 0;
    overflow-y: scroll;
}
#regv3 .card-body .option-country .country-code .head-country {
    background-color: #3a3a3a;
    height: 54px;
}
#regv3 .card-body .option-country .country-code .head-country .back-form {
    display: flex;
    margin: 10px;
    padding: 15px;
    padding-left: 10px;
}
#regv3 .card-body .option-country .country-code .head-country .back-form .back {
    cursor: pointer;
}
#regv3
    .card-body
    .option-country
    .country-code
    .head-country
    .back-form
    .title-head {
    margin-left: 15px;
}
#regv3
    .card-body
    .option-country
    .country-code
    .head-country
    .back-form
    .search {
    width: 24px;
    height: 24px;
    object-fit: contain;
    position: absolute;
    right: 14px;
    cursor: pointer;
}
#regv3 .card-body .option-country .country-list {
    position: absolute;
    height: 70%;
    width: 100%;
    z-index: 10;
    left: 0;
    overflow-y: scroll;
    top: 25%;
}
#regv3 .card-body .option-country .country-list .list {
    padding: 10px 20px;
    cursor: pointer;
}
#regv3 .card-body .option-country .country-list .list .title {
    font-size: 17px;
    font-family: "Open Sans";
}
#regv3 .card-body .option-country .country-list .list .code {
    font-size: 17px;
    font-family: "Open Sans";
    position: absolute;
    right: 29px;
}
#regv3 .nav-item {
    width: 50%;
}
#regv3 .form-control {
    background: #282828;
    border-color: #575757;
    color: #ffff;
    border-radius: 5px;
    position: relative;
    font-family: "Open Sans";
}

#regv3 .card-footer {
    background-color: rgb(40 40 40) !important;
    border-top: 0px solid rgba(0,0,0,.125) !important;
}



#regv3 .form-control::placeholder {
    font-family: "Open Sans";
    vertical-align: 30px;
}
#regv3 .form-control:focus {
    color: #ffff;
    /* background-color: #aaaaaa; */
    border-color: #ffff;
    outline: 0;
    box-shadow: 0 0 0 1px #ffff !important;
}

#regv3 .form-control-error:focus {
    box-shadow: 0 0 0 1px #ff0000 !important;
    border-color: #ff0000;
}

#regv3 .form-control-error {
    box-shadow: 0 0 0 1px #ff0000 !important;
    border-color: #ff0000;
}

#regv3 .select2-container--bootstrap4 .select2-selection {
    background-image: none !important;
    background-color: #282828;
    border-color: #575757;

}

#regv3 .select2-container--bootstrap4.select2-container--focus .select2-selection {
    color: #ffff;
    border-color: #ffff;
    outline: 0;
    box-shadow: 0 0 0 1px #ffff !important;
}
#regv3 .select2-results__option {
    background-color: #434343;
    color: #ffff;
}

#regv3 .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #ffff !important;
}



#regv3 .input-group-text {
    background-color: #282828 !important;
    /* border: 1px solid #282828 !important; */
    border-color: #575757 !important;
    color: #d6d6d6 !important;
}


#regv3 .input-border-valid {
    color: #ffff !important;
    border-color: #ffff !important;
    box-shadow: 0 0 0 1px #ffff !important;
}

#regv3 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #a8a8a8;
}
#regv3 .field-icon {
    right: 10px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    z-index: 9;
}
#regv3 .btn-register {
    background: #0079FF;
    color: #fff;
    width: 100%;
    border-radius: 6px;
    font-family: "Open Sans";
    margin-top: 10px;
}
#regv3 .btn-social-media {
    background: #fff;
    color: #000;
    width: 100%;
    border-radius: 6px;
    font-family: "Open Sans";
    margin-top: 1rem;
}
#regv3 .btn-disabled {
    background: #fff;
    color: #000;
    width: 100%;
    border-radius: 6px;
    font-family: "Open Sans";
    margin-top: 10px;
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}
#regv3 .spinner {
    height: 100px;
    width: 100px;
    margin: auto;
    display: flex;
    position: absolute;
    -webkit-animation: rotation 0.6s infinite linear;
    -moz-animation: rotation 0.6s infinite linear;
    -o-animation: rotation 0.6s infinite linear;
    animation: rotation 0.6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, 0.15);
    border-right: 6px solid rgba(0, 174, 239, 0.15);
    border-bottom: 6px solid rgba(0, 174, 239, 0.15);
    border-top: 6px solid rgba(0, 174, 239, 0.8);
    border-radius: 100%;
}
#regv3 .overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
#regv3 .or-container {
    align-items: center;
    color: #ccc;
    display: flex;
    margin: 25px 0;
}
#regv3 .line-separator {
    background-color: #ccc;
    flex-grow: 5;
    height: 1px;
}
#regv3 .or-label {
    flex-grow: 1;
    margin: 0 15px;
    text-align: center;
}
#regv3 .img-social-media {
    margin-right: 4px;
    height: 20px;
    width: 20px;
    margin-top: -1px;
}
#regv3 .social-link img {
    height: 25px;
    width: 25px;
    margin-top: 38px;
}
#regv3 .store {
    left: 470px;
    margin-top: 38px;
}
#regv3 .form-group {
    padding: 0px;
}
#regv3 .search-type {
    width: 100%;
    margin-left: 13px;
    left: 50px;
    height: 27px;
    margin-top: -3px;
    background-color: transparent;
    border: none;
    color: white;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    display: none;
}
#regv3 .search-type:focus {
    outline: none;
}
#regv3 .close-search {
    display: none;
    cursor: pointer;
}
#regv3 .input-country {
    width: 60px;
    border: 1px #575757 solid;
    display: flex;
    vertical-align: middle;
    justify-content: flex-end;
    align-items: center;
    border-left: 0;
    /* border-right-: 5px; */
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#regv3 .text-phone {
    background: transparent;
    color: white;
    /* border-color: #575757; */
    /* border-left-width: 0; */
    /* position: absolute; */
    /* border-radius: 0px 5px 5px 0px; */
    cursor: pointer;
    font-size: 14px;
    /* height: 38px; */
    padding: 0px;
    order: 1;
    border: 0px;
}

#regv3 .socmed {
    margin-right: 5px;
}

#regv3 .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #a7a7a7 !important;
}

#regv3 .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border-color: #a7a7a7 transparent transparent transparent !important;
}


#regv3 .form-control:focus {
    background: transparent;
    color: white;
}
#regv3 .social {
    left: 150px;
}
#regv3 .socmed-icon {
    height: 50px;
    width: 50px;
}
#regv3 .input-phone-mode {
    border-radius: 5px 0px 0px 5px;
    width: calc(100% - 60px);
    border-right: 0;
}
#regv3 .input-phone-mode input::selection {
    background: transparent;
}
#regv3 .input-username {
    border-radius: 5px;
    border-right: 1px #575757 solid;
    width: calc(100% - 60px);
}
#regv3 .input-username input::selection {
    background: transparent;
}
#regv3 #form,
#regv3 #form_1 {
    width: 100%;
    margin: 0 auto;
}
#regv3 .text-danger {
    font-family: "Open Sans";
}
#regv3 .text-warning-custom {
    margin-top: 0px;
    font-size: small;
    font-family: "Open Sans";
}
#regv3 .no-signup {
    font-family: "Open Sans Light";
    font-size: 13px;
    text-align: center;
    margin-top: 4%;
    /* margin-bottom: 7%; */
    object-fit: contain;
}

#regv3 .no-signin {
    font-family: "Open Sans Light";
    font-size: 13px;
    text-align: center;
    /* margin-top: 4%; */
    /* margin-bottom: 7%; */
    object-fit: contain;
}

.alert-danger-v3 {
    background-color: #FFCBD1 !important;
    border-color: #da251c !important;
    color: #da251c !important; 
    border: 1px solid #ff0000 !important;
    border-radius: 5px !important;
}


#regv3 .agreement {
    font-family: "Open Sans";
    font-size: 11px;
    text-align: center;
    object-fit: contain;
    margin-top: 2em;
}
#regv3 .forget-password {
    font-family: "Open Sans Light";
    margin-top: 0px;
    margin-bottom: 5%;
}
#regv3 .movable-input {
    margin-bottom: 10px;
}
#regv3 .movable-input-register {
    margin-bottom: 25px;
}
#regv3 .select-box {
    display: flex;
    flex-direction: column;
}
#regv3 .select-box .options-container {
    background-image: url("../image/elements/svg/bg_gender.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    max-height: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s;
    border-radius: 5px;
    overflow: hidden;
    order: 1;
}
#regv3 .selected {
    border-radius: 5px;
    position: relative;
    order: 0;
}
#regv3 .selected::after {
    content: "";
    /* background: url("../image/elements/svg/arrow_down_triangle.svg"); */
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center center;
    position: absolute;
    height: 89%;
    width: 29px;
    right: -11px;
    top: 2px;
    transition: all 0.4s;
}
#regv3 .select-box .options-container.active {
    max-height: 100px;
    opacity: 1;
}
#regv3 .select-box .options-container.active + .selected::after {
    transform: rotateX(180deg);
    background-position: center center;
}
#regv3 .select-box .option {
    padding: 0px 10px;
    cursor: pointer;
    text-align: center;
}
#regv3 .maleOption {
    margin-top: 10px;
}
#regv3 .select-box .option:hover {
    background: "light";
    color: #000;
}
#regv3 .select-box label {
    cursor: pointer;
}
#regv3 .select-box .option .radio {
    display: none;
}
#regv3 .card-verify #form {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
#regv3 .card-verify #form input {
    margin: 0 5px;
    text-align: center;
    line-height: 45px;
    font-family: "Open Sans";
    font-size: 30px;
    border: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
    width: 12.7%;
    transition: all 0.2s ease-in-out;
    border-radius: 0;
    color: #ffffff;
    position: relative;
    border-bottom: solid 2px #ffffff;
}
#regv3 .card-verify #form input input::selection {
    background: transparent;
}
#regv3 .card-verify h4 {
    /*font-family: 'Open Sans'; */
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #ffffff;
    padding: 5px 0 18px 0;
}
#regv3 .card-verify h5 {
    font-family: "Open Sans Light";
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #ffffff;
    padding: 5px 0 15px 0;
}
#regv3 .card-verify h6 {
    font-family: "Open Sans Light";
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin-left: 0;
    margin-top: -15px;
    padding: 5px 0 20px 0;
}
#regv3 .card-verify h5.top {
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.17;
    text-align: center;
    letter-spacing: 0.73px;
    color: #ffffff;
    margin-left: 0;
    margin-top: -15px;
}
#regv3 .card-verify h5.top b {
    font-family: "Open Sans Light";
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
#regv3 .card-verify h6.top {
    font-family: "Open Sans Light";
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.84px;
    color: #ffffff;
    margin-left: 0;
}
#regv3 .card-verify h6.top b {
    font-family: "Open Sans Light";
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
#regv3 .card-verify .active {
    margin-top: 30px;
    background-color: #da251c;
    padding: 10px 44%;
    color: #ffffff;
}
#regv3 .card-verify .active:hover {
    background-color: #ac1d16;
}
#regv3 .card-verify #form-otp {
    margin-top: 80px;
    margin-bottom: 40px;
}
#regv3 .card-verify .formBox .f_row {
    position: relative;
    margin-bottom: 10px;
    height: 52px;
}
#regv3 .card-verify .formBox .f_row a {
    color: red;
    font-family: "Open Sans";
    font-size: 10px;
}
#regv3 .card-verify .formBox .f_row .btn-sign {
    background-color: #da251c;
    padding: 10px 43%;
}
#regv3 .card-verify .formBox .f_row .btn-sign:hover {
    background-color: #ac1d16;
}
#regv3 .card-verify .formBox .f_row.shake {
    animation: shake 0.4s linear;
}
#regv3 .card-verify .formBox .f_row.last {
    margin-bottom: 30px;
}
#regv3 .card-verify .formBox .f_row.last .field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
#regv3 .card-verify .formBox .f_row.sign {
    text-align: center;
}
#regv3 .card-verify .formBox .f_row.change {
    text-align: center;
    padding: 30px 0;
}
#regv3 .card-verify .formBox .f_row.change p {
    /* font-family: HelveticaNeue-Light;*/
    font-family: "Open Sans";
    font-size: 15px !important;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #ffffff;
}
#regv3 .card-verify .formBox .f_row.change p a {
    font-family: "Open Sans";
    font-size: 15px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #e02020;
    border-bottom: unset;
    text-decoration: underline;
}
#regv3 .card-verify .formBox .f_row.change p span {
    padding: 0 10px;
    font-family: "Open Sans";
    font-size: 15px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #e02020;
}
#regv3 .card-verify .formBox .f_row label {
    color: #3f3f3f;
    font-size: 25px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 10px;
    opacity: 1;
    transition: all 0.3s cubic-bezier(1, -0.33, 0, 1.15);
    transform: translate(0px, 0px) scale(1);
    transform-origin: left top;
}
#regv3 .card-verify .formBox .f_row input {
    background-color: transparent;
    font-family: "Open Sans";
    border: none;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 5px;
}
#regv3 .card-verify ::placeholder {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
}
#regv3 .card-verify .formBox .f_row u {
    background-color: #3d3d3d;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#regv3 .card-verify .formBox .f_row u:before {
    content: "";
    display: block;
    height: 100%;
    width: 0;
    transition: all 0.35s cubic-bezier(0.35, 0.33, 0.84, 0.85);
}
#regv3 .card-verify .formBox .f_row.focus label {
    opacity: 0.5;
    transform: translate(0px, -30px) scale(0.8);
}
#regv3 .card-verify .formBox .f_row.focus u:before {
    width: 100%;
}


#regv3 .alert-error-regv3 {
    background-color: #F63F54;
    padding: 12px;
    border-radius: 5px !important;
    /* margin: 10px; */
}
