body {
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
    font-family: marcellus;
    font-size: 14px;
}

:root {
    --primary-font: 'Poppins', sans-serif;
    --primary-yellow: #F5CA20;
    --primary-light-yellow: #FFF1BC;
    --primary-black: #000000;
    --primary-white: #fff;
    --primary-gray: #939199;
    --footer-line: #242326;
}

.login_subcon {
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.custom {
    flex: 0 0 33%;
    max-width: 33%;
    display: flex;
    object-fit: cover;
    height: 100%;
    background: url('../img/banner/login.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.custom_a {
    flex: 0 0 33%;
    max-width: 33%;
    display: flex;
    object-fit: cover;
    height: 100%;
    background: url('../img/banner/password.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.custom_b {
    flex: 0 0 33%;
    max-width: 33%;
    display: flex;
    object-fit: cover;
    height: 100%;
    background: url('../img/banner/signup.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.custom_c {
    flex: 0 0 33%;
    max-width: 33%;
    display: flex;
    object-fit: cover;
    height: 100%;
    background: url('../img/banner/otp.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.container input {
    display: none;
}

.btnwebspan {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid var(--primary-black);
    transition: all 0.3s ease;
    margin-left: 20px;
    font-size: 20px;
}

.input_con input {
    height: 35px;
    padding: 0px 10px;
    width: calc(100% - 20px);
    background: transparent;
    border: 1px solid #e4dbd3;
    font-family: "Outfit", sans-serif;
    outline: 0;
}

.container svg {
    overflow: visible;
}

.path {
    fill: none;
    stroke: var(--primary-black);
    stroke-width: 3;
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
    stroke-dasharray: 241 9999999;
    stroke-dashoffset: 0;
}

.custom_d {
    flex: 0 0 33%;
    max-width: 33%;
    display: flex;
    object-fit: cover;
    height: 100%;
    background: url('../img/banner/forgot.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.input_area_con {
    margin-top: 20px;
}

.btnweb {
    text-align: left;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: 0px;
    background: transparent;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.container {
    cursor: pointer;
    display: block;
    margin-right: 10px;
    margin-top: 3px;
}

.login_con_right {
    flex: 0 0 67%;
    max-width: 67%;
    height: 100vh;
    /* overflow-x: hidden;
    overflow-y: auto; */

}

.login_con_right_con_logo {
    padding: 20px 0px;
}

.login_con_right {
    display: flex;
    justify-content: center;
    align-items: center;
}


.login_con_right_con {
    width: 400px;
}

.login_con_right_con_title1 {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
    font-family: marcellus;
}

.login_con_right_con_title2 {
    font-size: 14px;
    margin-top: 2px;
    line-height: 22px;
    font-family: "Outfit", sans-serif;
    color: #333;
}

.login_con_right_con_logo {
    margin-left: -10px;
}

.rem_log {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rem_log_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rem_log {
    margin-top: 10px;
}

.rem_log label {
    cursor: pointer;
}

.log_signup_ac {
    /* border-top: 1px dashed #dbcdbf; */
    /* display: flex; */
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 20px;
}

.log_signup_ac a {
    font-weight: 700;
    color: var(--primary-black);
    margin-left: 5px;
}

.rem_log_button {
    margin-top: 20px;
}

.log_signup_ac_top {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin: 20px 0px;
}

.log_signup_ac_top a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0px;
    font-size: 20px;
}

.log_signup_ac_top a img {
    margin-right: 10px;
}

.log_border {
    position: relative;
    width: 100%;
    border: 1px dashed #e4dbd3;
    margin-top: 30px;
    margin-bottom: 30px;
}

.log_border::before {
    content: "or";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #e4dbd3;
    background: #FAF0E6;
}

.rem_log_right a {
    color: black;
    text-decoration: none;
    font-weight: 500;
}

.login_con_left {
    position: relative;
    z-index: 1;
}

.login_con_left_ab {
    width: 70%;
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-size: 13px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    font-family: marcellus;

}

.login_con_left_ab2 {
    width: 70%;
    position: absolute;
    bottom: 180px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.login_con_left_ab2_title2 {
    font-size: 25px;
    color: var(--primary-white);
    font-weight: 800;
    font-family: marcellus;
}

.login_con_left_ab2_title1 {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--primary-white);
    margin-bottom: 20px;
    font-family: marcellus;
}

.ap-otp-inputs {
    display: flex;
    justify-content: space-between;
}

.ap-otp-input {
    border: 1px solid #e4dbd3;
    background: transparent;
    width: 40px;
    height: 40px;
    margin: 4px;
    text-align: center;
    font-size: 25px;
    color: #333;
}

.ap-otp-input:focus {
    outline: none !important;
    border: 1px solid #e4dbd3;
    transition: 0.12s ease-in;
}

.otp_title {
    margin-bottom: 20px;
}

.otp_ac {
    margin-bottom: 30px;
}


/* otp new css start and right */
.resend {
    font-size: 17px;
    font-weight: 600;
    color: var(--primary-black);
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.rem_log_button {
    margin-top: 20px;
}

.btnlogin button {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02px;
    color: #ffffff;
    background-color: #F3D029;
    color: #000;
    padding: 5px 10px;
    border: none;
    padding: 15px 43px;
    z-index: 1;
    position: relative;
    font-family: var(--primary-text-font);
}

.btnlogin button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    width: 0%;
    height: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}

/* .btnlogin:hover button::after {
    width: 100%;
    z-index: 999999;
} */
#afterverify {
    display: none;
}

.error {
    color: red;
}

/* otp new css end and right */
.loginnbutton {
    height: 40px;
    width: 130px;
    background-color: #A54201;
    color: #fff !important;
    text-align: center !important;
    line-height: 35px !important;
    border: none;
    outline: 0;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: background-color 0.5s ease-in-out;
}

.loginnbutton:hover {
    background-color: #333;
    transition: background-color 0.5s ease-in-out;

}

/* admin accept otp  */

.admin_img {
    text-align: center;
}

.admin_tital {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0px;
}

.admin_para {
    font-size: 14px;
    color: #565656;
}

.admin_buttom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px
}

.admin_buttom_btn {
    display: inline-block;
    height: 40px;
    width: 130px;
    background: #000;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    transition: background 0.5s ease-in;
}


.admin_buttom_btn_transparent:hover {
    background: #16CFCC;
    transition: background 0.3s ease-in;
}

.admin_img img {
    height: 80px;
    width: 80px;
}

.admin_para {
    text-align: center;
}

.login_con_left::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}


.input_con {
    position: relative;
    background-color: transparent;
}

.password_icons {
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    height: 35px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

.password_icons i {
    cursor: pointer;
}

.log_signup_ac_bottom {
    font-family: "Outfit", sans-serif;
    color: #333;
}

.input_con {
    position: relative;
}

.passwordshowhide {
    position: absolute;
    height: 35px;
    width: 35px;
    right: 0px;
    top: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.passwordshowhide button{
   height: 35px;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
   border: none;
   outline: 0;
   font-size: 16px;
   background: transparent;
}

.ri-eye-off-line{
    display: none;
}