.bg {
    background-image: url(../assets/metapoint/landing-page/empty-bg.jpg);
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

body.body-bg {
    background-image: url(../assets/metapoint/landing-page/empty-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

body.body-bg .bg {
    background-image: none;
    background-size: contain;
    height: 90vh;
}

.icon {
    position: absolute;
}

.icon-1 {
    width: 450px;
    top: 0;
    left: 10%;
}

.icon-2 {
    width: 110px;
    top: 190px;
    left: 80px;
}

.icon-3 {
    width: 100px;
    top: 0;
    right: 240px;
}

.icon-4 {
    width: 140px;
    bottom: 140px;
    left: 190px;
}

.icon-5 {
    width: 130px;
    top: 200px;
    right: 80px;
}

.icon-6 {
    width: 130px;
    top: 0;
    right: 0;
}

.icon-7 {
    width: 100px;
    top: 0;
    right: 0;
}

.icon-8 {
    width: 300px;
    bottom: -40px;
    right: 250px;
    z-index: 1;
}

.icon-9,
.icon-10 {
    display: none;
}

.card-middle {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 750px;
    height: 390px;
    margin-top: 200px;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
}

.card.card-register,
.card.card-middle {
    border-radius: 30px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 38.54%, #E4E4E4 100%);
    border: 2px solid #C7C7C7;
    box-sizing: border-box;
    box-shadow: 0px -13px 15px rgb(255 255 255 / 40%), 30px 30px 30px -27px rgb(83 40 40 / 50%);
}

.card-middle .card-body {
    padding: 0 70px;
}

.register-title {
    margin: auto;
    text-align: center;
    width: 95%;
    margin-bottom: 20px;
}

.register-title h2 {
    font-size: 17px;
    color: #353535;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
}

.register-title h2 span {
    font-size: 24px;
    color: #EB1C24;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.btn-register1 {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 25px auto 0px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.r-btn.landing {
    background: linear-gradient(180deg, #fb6f74 0%, #ff3b42 100%);
    box-shadow: 0px 4px 9px 3px rgb(0 0 0 / 30%);
    border-radius: 161px;
    color: #fff;
    border: none;
    margin-bottom: 20px;
    line-height: normal;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    width: 140px;
    padding: 10px;
}

.r-btn.landing:hover {
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    text-decoration: underline;
}

.r-btn-opt {
    width: 560px;
    margin: 0 auto;
}

.logo-landing {
    width: 150px;
}

.r-wlc-text {
    padding-top: 20px;
}

.footer-bg {
    background: linear-gradient(89.98deg, #D0171F 0%, #EB1C24 45.3%, #D0171F 99.98%);
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100vw;
    padding: 14px 0;
    font-size: 12px;
}

.footer-bg p {
    color: #fff;
    font-size: 12px;
    margin: 0;
}


/* =================================================================================================================================== Login Page */

.login-btn {
    background: linear-gradient(180deg, #fd5c62 0%, #ff262e 100%);
    border-radius: 161px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.login-btn:hover {
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    text-decoration: underline;
    color: #fff;
}

.login-label {
    font-size: 25px;
    color: #EB1C24;
    padding-top: 0;
    padding-bottom: 9px;
}

.login-form {
    border-radius: 30px;
}

.form-check-input.remember-check.checkbox-mt {
    margin-top: 0.4em;
}

.remember-div small {
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 500;
}

.remember-check {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--form-background);
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    padding: 7px;
    margin-top: 6px;
}

.edit-popup-bg .modal-content {
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 38.54%, #E4E4E4 100%);
    border: 2px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 30px;
}

.log-exp-btn {
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    box-shadow: 0px 4px 4px rgb(255 218 175 / 13%);
    border-radius: 40px;
    width: auto;
    display: table-cell;
    padding: 5px 15px;
    margin: auto;
    cursor: pointer;
    color: #fff;
}

.login.card-middle {
    width: 570px;
    margin-top: 160px;
}

.login .card-body {
    padding: 0 130px;
}


/* ================================================================================================================================ Register Page */

.card-register h4 {
    color: #EB1C24;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

.tab-content.r-inner-box {
    background: transparent;
    border: none;
}

.my-r-nav .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

#rtab-opt .nav-item {
    width: fit-content;
    flex: inherit;
    padding: 0 5px;
}

#rtab-opt .nav-item a.active {
    opacity: 1;
    color: #fff;
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
}

#rtab-opt .nav-item a {
    width: 225px;
    padding: 10px 0px;
    margin: 10px 0;
    backdrop-filter: blur(3px) contrast(100%);
    -webkit-backdrop-filter: blur(3px) contrast(100%);
    border-radius: 161px;
    color: #8D8D8D;
    border: 1px solid #C7C7C7;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: normal;
    font-weight: lighter;
}

.validate-customer {
    display: flex;
}

.validate-customer .form-check {
    padding: 0;
}

.validate-customer .form-check input {
    display: none;
}

.validate-customer .form-check input[type="radio"]+label {
    /* width: 74px; */
    /* height: 40px; */
    background: linear-gradient(289.92deg, #ffffff 18.34%, #f4f4f4 99.54%);
    /* box-shadow: -2px -2px 10px #ffffff, 2px 2px 10px rgb(174 174 192 / 50%); */
    border-radius: 30px;
    color: #929da4;
    /* line-height: 38px; */
    margin-left: 0;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ced4da;
    padding: 8px 17.5px;
}

.validate-customer .form-check input[type="radio"]:checked+label {
    /* width: 74px; */
    /* height: 40px; */
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    box-shadow: 0px -3px 4px 1px rgb(170 170 170 / 30%);
    border-radius: 20px;
    color: #fff;
    /* line-height: 38px; */
    margin-left: 0;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    border: none;
    padding: 8px 17.5px;
}

.r-next-btn a:not([href]):not([tabindex]),
.btn.r-color-btn,
.btn.btn-outline-secondary {
    width: 100%;
    padding: 10px 5%;
    height: 40px;
    font-size: 16px;
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    backdrop-filter: blur(3px) contrast(100%);
    -webkit-backdrop-filter: blur(3px) contrast(100%);
    border-radius: 161px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: normal;
    font-weight: lighter;
}

.checkbox-style span {
    padding: 0 12px;
    text-align: left;
    color: #000;
    font-size: 14px;
}

.checkbox-style span a {
    color: #FF4E54;
}

.ri-btn .r-color-btn {
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    border-radius: 100px;
    color: #fff;
    margin: 0 5%;
    height: 36px;
    font-size: 16px;
    width: fit-content;
    padding: 4px 5%;
    border: none;
}

.error {
    color: #FF4E54;
}

.logo-register {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* =================================================================================================================================== OTP Page */

.card-header.red-otp-text,
.red-otp-text {
    color: #EB1C24;
    font-weight: 800;
    font-size: 20px;
    border-radius: 30px 30px 0 0;
}

.otp-form {
    text-align: center;
    padding: 10px;
}

.otp-form p {
    margin: 0;
}

input.form-control.otp-password {
    width: 250px;
    margin: auto;
    border-radius: 12px;
}

.otp-form-title {
    color: #6B6B6B;
}

.otp-form-desc {
    font-weight: 700;
    font-size: 20px;
}

img.otp-form-image {
    width: 45px;
}

.card-middle.card-otp {
    margin-top: 130px;
    width: 530px;
    height: min-content;
}

.otp-btn {
    width: 150px;
}

input.otp-input-password {
    border-radius: 30px;
    border: none;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input:checked {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("../assets/metapoint/checkbox-icon.svg");
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.row.otp-form .col-md-12 {
    margin-bottom: 20px;
}

.card-footer.text-muted {
    padding: 16px;
}

.card.card-w {
    border-radius: 30px;
    text-align: center;
}


/* =================================================================================================================================== Responsive */

@media only screen and (max-width: 1440px) {
    .icon-8 {
        right: 90px;
    }
    .icon-2 {
        width: 150px;
        top: 330px;
    }
    .card-middle {
        width: 570px;
        height: min-content;
        margin-top: 100px;
        padding-bottom: 20px;
    }
    .card-middle .card-body {
        padding: 0;
    }
    /* login page */
    .login.card-middle {
        width: 570px;
        margin-top: 100px;
    }
    form.form-login {
        width: 280px;
        margin: auto;
        padding-top: 6px;
    }
    .login .card-body {
        padding: 0 40px;
    }
    .card-middle.card-otp {
        margin-top: 140px;
    }
}

@media only screen and (max-width: 1024px) {
    .icon-8 {
        right: 80px;
        width: 270px;
        bottom: -40px;
    }
    .icon-2 {
        left: 30px;
    }
    .icon-1 {
        width: 360px;
        left: 80px;
    }
    .icon-5 {
        width: 120px;
        right: 30px;
    }
    .icon-1 {
        width: 450px;
        top: 0;
        left: 10%;
    }
    .card-middle {
        width: 570px;
    }
    .card-middle .card-body {
        padding: 0;
    }
    .logo-landing {
        width: 140px;
    }
    .login.card-middle {
        width: 400px;
        margin-top: 160px;
    }
    .card-middle.card-otp {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 768px) {
    .icon-1 {
        width: 260px;
        left: 50px;
    }
    .icon-8 {
        display: none;
    }
    .icon-8 {
        right: 40px;
        width: 200px;
        bottom: -10px;
    }
    .card-middle {
        width: 360px;
        /* text-align: center; */
    }
    .r-btn.landing {
        width: 240px;
    }
    .btn-register1 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: center;
        align-items: center;
    }
    .r-btn-opt {
        width: auto;
    }
    .register-title {
        margin: auto;
        text-align: center;
        width: 85%;
        margin-bottom: 20px;
    }
    .bg {
        /* background-size: cover; */
        height: 100%;
    }
    .card-middle.card-otp {
        height: 575px;
        margin-top: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .card-middle.card-otp {
        height: 545px;
        margin-top: 120px;
        width: 370px;
    }
}

@media only screen and (max-width: 500px) {
    .card-middle-btn {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 425px) {
    /*  */
    .icon-1,
    .icon-2,
    .icon-3,
    .icon-5 {
        display: none;
    }
    .icon-4 {
        top: 0;
        left: 100px;
    }
    .icon-9 {
        width: 170px;
        display: block;
        top: 0;
        right: 0;
    }
    .icon-10 {
        width: 250px;
        display: block;
        top: 0;
        right: 0;
    }
    .icon-8 {
        width: 150px;
        bottom: 20px;
    }
    .bg {
        background-size: cover;
    }
    .footer-bg {
        padding: 9px 0px;
    }
    .card-middle {
        width: 380px;
    }
    .login.card-middle {
        width: 370px;
        height: 430px;
        margin-top: 160px;
    }
    .card-middle.card-otp {
        height: 540px;
        margin-top: 140px;
        width: 350px;
    }
    body.body-bg .bg {
        background-image: none;
        background-size: contain;
        height: 100%;
    }
}

@media only screen and (max-width: 412px) {
    form.form-login {
        width: 240px;
        margin: auto;
        padding-top: 6px;
    }
    .footer-bg p {
        margin-bottom: 40px;
    }
    .icon-8 {
        width: 200px;
        bottom: 0px;
    }
    .card-middle.card-otp {
        height: 540px;
        margin-top: 140px;
        width: 320px;
    }
}

@media only screen and (max-width: 411px) {
    .card-middle {
        width: 360px;
    }
    .footer-bg p {
        margin-bottom: 20px;
    }
    .icon-8 {
        width: 170px;
        bottom: 35px;
        right: -10px;
    }
    .login.card-middle {
        width: 300px;
    }
}

@media only screen and (max-width: 393px) {
    .icon-8 {
        width: 140px;
        bottom: 0;
    }
    .footer-bg p {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 375px) {
    .logo-landing {
        width: 100px;
    }
    .register-title h2 {
        margin: 0;
    }
    .icon-8 {
        width: 170px;
        bottom: 12px;
    }
}

@media only screen and (max-width: 360px) {
    .icon-8 {
        width: 128px;
        bottom: 28px;
    }
    .card-middle {
        width: 330px;
    }
}

@media only screen and (max-width: 320px) {
    .card-middle.card-otp {
        width: 290px;
    }
}
