input {
    border: none;
    outline: none;
}

.Red::placeholder {
    color: red;
    /* Most modern browsers support this now. */
}

input.error::placeholder {
    color: red;
    opacity: 1;
    /* Firefox */
}

input.error:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

input.error::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}


.mainBody {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #fbe9e9;
    display: flex;
    font-family: "Poppins";
    overflow-x: hidden;
}

.banners_bg {
    position: absolute;
    width: 70%;
    height: 99.4%;

}

.banners_bg picture,
.banners_bg img {
    width: 100%;
    height: 100%;
}

.bannerSlider {
    position: relative;
    width: 65%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.bannerSlider::before,
.bannerSlider::after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.bannerSlider::before {
    background-image: url("../images/containerBfr.png");
    top: 20px;
    left: 20px;
    width: 94px;
    height: 152px;
}

.bannerSlider::after {
    background-image: url("../images/containerAft.png");
    bottom: 20px;
    right: 20px;
    width: 130px;
    height: 26px;
}

.bannerSliderFrame {
    width: 76%;
    margin: auto;
    /* border: 28px solid #fff; */
    box-shadow: -3px 11px 17px 3px rgba(245, 133, 133, 0.24);
    position: relative;
}

.bannerSliderFrame:before {
    content: "";
    background-image: url("../images/frameBefore.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -30px;
    left: -18px;
    z-index: 2;
    width: 104px;
    height: 204px;
}

.bannerSliderFrame:after {
    content: "";
    background-image: url("../images/frameAfter.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -30px;
    right: -18px;
    z-index: 2;
    width: 104px;
    height: 204px;
}

/* .bannerSliderFrame:before {
  border-radius: 2px;
  bottom: -2vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
  content: "";
  left: -2vmin;
  position: absolute;
  right: -2vmin;
  top: -2vmin;
}
.bannerSliderFrame:after {
  border-radius: 2px;
  bottom: -2.5vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  content: "";
  left: -2.5vmin;
  position: absolute;
  right: -2.5vmin;
  top: -2.5vmin;
} */
.loginBannersSlider {
    min-height: auto;
    width: 100%;
    overflow: hidden;
    /* position: relative; */
    z-index: 1;
    border: 28px solid #fff;
    border-bottom: none;
}

.loginBannersSlider .swiper-wrapper {
    display: inline-flex;
    border-bottom: 28px solid #fff;
}

.loginBannersSlider .swiper-slide {
    width: 100%;
    /* height: 100%; */
    /* max-height: 400px; */
}

.img_100 {
    height: 100%;
    min-height: 25vw;
}

.loginBannersSlider .swiper-slide img {
    width: 100%;
    height: 100%;
}

.loginBannersSlider .swiper-button-prev,
.loginBannersSlider .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    z-index: 2;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(255, 86, 120, 0.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.loginBannersSlider .swiper-button-prev {
    left: -15%;
}

.loginBannersSlider .swiper-button-next {
    right: -15%;
}

.loginBannersSlider .swiper-button-next.swiper-button-disabled,
.loginBannersSlider .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
}

.loginBannersSlider .swiper-button-next.swiper-button-disabled svg,
.loginBannersSlider .swiper-button-prev.swiper-button-disabled svg {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.loginBannersSlider .swiper-pagination {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    gap: 6px;
    height: 10px;
    width: 93%;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 100%;
    border-radius: 50%;
    background-color: #f2dddd;
    cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f60b0b;
    width: 30px;
    border-radius: 5px;
}

.loginSec {
    position: relative;
    z-index: 1;
    width: 35%;
    height: 100%;
    overflow: auto;
    background: #fefdfd;
    box-shadow: -6px 5px 49px rgba(0, 0, 0, 0.05);
    border-radius: 50px 0px 0px 50px;
    float: right;
    padding: 20px;
    display: flex;
    align-items: center;
}

.loginWrapper {
    max-width: 420px;
    /* min-width: 380px; */
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .companyName {
  font-weight: 500;
  font-size: 24px;
  margin: 66px 0 75px;
  text-align: center;
  text-transform: capitalize;
  color: #464343;
} */
.companyName {
    font-weight: 500;
    font-size: 24px;
    margin: 25px 0 30px;
    text-align: center;
    text-transform: capitalize;
    color: #464343;
}

.welcomeNote {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #06072d;
}

.welcomeNote span {
    font-weight: 400;
    font-size: 16px;
    color: #919fac;
}

.loginForm {
    margin-top: 30px;
    width: 100%;
}

.mt20 {
    margin-top: 20px !important;
}

.logInputDiv {
    position: relative;
    margin-bottom: 20px;
}

.logInputDiv-div {
    margin-bottom: 0 !important;
}

.loginInput {
    width: 100%;
    height: 56px;
    background: #fdf5f5;
    border: 1px solid #fdf5f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    margin-top: 35px;
}

.loginInput img {
    width: 25px;
}

.fa-solid {
    color: #919FAC;
}

.loginInput input {
    width: 100%;
    font-size: 16px;
    height: 100%;
    background-color: transparent;
}

.errMsg {
    text-align: left;
    color: red;
    font-size: 12px;
    margin-top: 3px;
    position: absolute;
}

.reset_content {
    width: 100%;
    text-align: center;
    margin-top: 27px;
}

.forgotPass {
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    color: #464343;
    margin-top: 20px;
}

.signInBtn {
    border-radius: 12px;
    background: #ff4142;
    width: 100%;
    height: 56px;
    margin-top: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    outline: none;
}

.pass_h_s_btn {
    cursor: pointer;
}

.bck_login {
    display: inline-block;
    margin-top: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #464343;
}

.reset_disc {
    display: inline-block;
    margin-top: 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #919FAC;
}

.reset_pwd_scc_msg {
    padding: 10px;
    max-width: 520px;
    width: auto;
    min-width: 300px;
    border: 1px solid #64BF6E;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #008A49;
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 9;
    text-align: center;
    gap: 10px;
}

.align_left {
    text-align: left;
}

.confirm_pwd_error {
    min-width: 300px;
    width: auto;
    max-width: 520px;
    /* height: 41px; */
    background: #FCB0B0;
    border: 1px solid #D30000;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* padding: 20px; */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #D30000;
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 9;
    gap: 10px;
}

p.password_error {
    margin: 0;
    flex: 1;
}

.ml10 {
    margin-left: 10px;
}

/* .reset_pwd_scc_msg {
    max-width: 360px;
    width: 100%;
    height: 65px;
    background: #C2F3C7;
    border: 1px solid #64BF6E;
    border-radius: 12px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #008A49;
    position: absolute;
    right: 3%;
    top: 2%;
    z-index: 9;
} */

.img_reset_close {
    height: 15px;
}

.reset_pwd_err_msg p {
    font-size: 15px;
    margin: 0;
}

.reset_pwd_err_msg p {
    font-size: 15px;
    margin: 0;
}

.reset_pwd_scc_msg button {
    all: unset;
    pointer-events: all;

    display: flex;
    align-items: center;
}

.reset_pwd_err_msg button {
    all: unset;
    pointer-events: all;

    display: flex;
    align-items: center;
}

img.logoImg {
    width: 100%;
}

.changePwd_content {
    width: 100%;
    margin-top: 27px;
}

.login_content {
    margin-top: 27px;
    width: 100%;
}

.logoImg_parent {
    width: 85%;
}

.confirm_pwd_error button {
    all: unset;
    pointer-events: all;

    display: flex;
    align-items: center;
}

.confirm_pwd_error p.password_error {
    font-size: 14px;
    flex: 1 1 auto;
}

@media (max-width: 1400px) {
    .bannerSliderFrame:after {
        width: 74px;
        height: 144px;
        right: -14px;
    }

    .bannerSliderFrame:before {
        width: 74px;
        height: 144px;
        left: -14px;
    }
}

@media (max-width: 1200px) {
    .bannerSlider {
        width: 55%;
    }

    .loginBannersSlider{
        min-height: auto;
    }

    .loginSec {
        width: 45%;
    }

    .img_100 {
        min-height: 22vw;
    }

    .loginBannersSlider {
        border: 16px solid #fff;
        border-bottom: none;
    }

    .loginBannersSlider .swiper-wrapper {
        border-bottom: 16px solid #fff;
    }

    .loginBannersSlider .swiper-button-prev,
    .loginBannersSlider .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .loginBannersSlider .swiper-pagination {
        bottom: 4px;
        height: 7px;
    }

    .swiper-pagination .swiper-pagination-bullet {
        width: 7px;
    }

    .swiper-pagination .swiper-pagination-bullet-active {
        width: 20px;
    }


    /* .confirm_pwd_error {
        max-width: 100%;
        width: 50%;
        right: 0;
        top: 2%;
        margin: 0px auto;
        left: 0;
    } */

}

/* @media (min-width:1023px) {
    .reset_pwd_scc_msg {
        width: 30%;
    }




} */

@media (max-width: 1023px) {
    .mainBody {
        display: block;
    }


    .loginBannersSlider .swiper-button-prev,
    .loginBannersSlider .swiper-button-next {
        display: flex;
    }

    
.confirm_pwd_error {

    /* width: 50%; */
    /* right: 16px; */
    right: 14px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    top: 20px;
    /* margin-left: 16px; */
    /* padding: 8px 10px; */
}

    .reset_content {
        margin-top: 16px;
        width: 90%;
    }

    .login_content {
        margin-top: 16px;
        width: 90%;
    }

    .changePwd_content {
        margin-top: 16px;
    }

    .bannerSlider,
    .loginSec {
        width: 100%;
        height: auto;
    }

    .bannerSlider {
        height: 40%;
    }

    .loginSec {
        min-height: 60%;
        padding: 50px 10px;
        border-radius: 30px 30px 0 0;
    }

    .banners_bg_sm {
        display: block;
        position: absolute;
    }

    .banners_bg {
        width: 100%;
        height: 52%;
    }

    .bannerSlider::before {
        width: 74px;
        height: 104px;
        top: 10px;
        left: 10px;
    }

    .bannerSlider::after {
        width: 100px;
        height: 20px;
        bottom: 10px;
        right: 10px;
    }

    .bannerSliderFrame {
        width: 50vw;
        margin: 60px auto;
    }

    .bannerSliderFrame:before {
        width: 44px;
        height: 86px;
        left: -9px;
        top: -12px;
    }

    .bannerSliderFrame:after {
        width: 44px;
        height: 86px;
        right: -9px;
        bottom: -12px;
    }

    .companyName {
        margin: 28px 0 32px;
        font-size: 20px;
    }

    .welcomeNote {
        font-size: 20px;
    }

    .loginInput input,
    .welcomeNote span {
        font-size: 14px;
    }

    .loginForm {
        margin-top: 20px;
    }

    .loginInput {
        height: 48px;
    }

    .loginInput img {
        width: 20px;
    }

    .forgotPass {
        font-size: 12px;
    }

    .signInBtn {
        height: 42px;
    }

    .errMsg {
        font-size: 11px;
        /* position: absolute; */
    }

    .reset_pwd_scc_msg {
        right: 14px;
        top: 20px;
        margin-left: 16px;
    }
}


/* .reset_content {
  width: 100%;
  margin-top: 58px;
} */





.mt23 {
    margin-top: 23px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt10 {
    margin-top: 10px;
}

.pwd_ind {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #909090;
}



@media (max-width: 767px) {
    .mainBody{
        height: auto;
    }
    .banners_bg {
        height: 48%;
    }

    .companyName {
        margin: 16px 0 20px;
        font-size: 14px;
    }

    .welcomeNote {
        font-size: 16px;
    }

    .welcomeNote span {
        font-size: 12px;
    }

    .loginInput {
        margin-top: 24px;
    }

    .signInBtn {
        margin-top: 20px;
    }

    .reset_disc {
        margin-top: 18px;
    }

    p.welcomeNote {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .reset_close img {
        width: 14px;
    }
    .bannerSliderFrame {
        width: 80vw;
    }

    .img_100 {
        min-height: 41vw;
    }

    .bannerSlider::before {
        width: 44px;
        height: 60px;
    }

    .bannerSlider::after {
        width: 90px;
        height: 18px;
    }

    .bannerSlider {
        height: 35%;
    }

    .loginSec {
        min-height: 65%;
    }

    .reset_pwd_scc_msg,
    .confirm_pwd_error {
        max-width: 90%;
        min-width: 250px;
    }
    .confirm_pwd_error p.password_error {
        font-size: 11px;
    }

    .loginBannersSlider .swiper-button-prev {
        left: -10%;
    }

    .loginBannersSlider .swiper-button-next {
        right: -10%;
    }

    .loginBannersSlider .swiper-button-prev,
    .loginBannersSlider .swiper-button-next {
        width: 30px;
        height: 30px;
    }

}

@media (max-width:480px) {
    .reset_pwd_scc_msg {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .loginWrapper {
        width: 90%;
        /* min-width: 250px; */
    }

    .loginBannersSlider {
        border: 10px solid #fff;
        border-bottom: navajowhite;
    }

    .loginBannersSlider .swiper-wrapper {
        border-bottom: 10px solid #fff;
    }

    .loginBannersSlider .swiper-pagination {
        bottom: 3px;
        height: 4px;
    }

    .swiper-pagination .swiper-pagination-bullet {
        width: 4px;
    }

    .swiper-pagination .swiper-pagination-bullet-active {
        width: 12px;
    }
}

@media (max-width: 359px) {
    .bannerSlider {
        height: 30%;
    }

    .loginSec {
        min-height: 70%;
    }

    .loginWrapper {
        width: 100%;
    }
    .login_content {
        width: 94%;
    }
    .loginInput {
        padding: 0 10px;
    }
}

/* .button-main */

.button-main{
    width: auto;
    padding: 10px 16px;
    letter-spacing: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease;
}

    .button-main::before {
        content: '';
        position: absolute;
        margin: auto;
        width: 50px;
        height: 50px;
        border-radius: inherit;
        scale: 0;
        z-index: 0;
        background-color: rgba(255, 255, 255, 0.22);
        transition: all 0.6s ease;
    }

    @keyframes bgFade {
        0% {
        opacity: 1;
        scale: 1;
        }

        50% {
        opacity: 1;
        scale: 5;
        }

        100% {
        scale: 9;
        opacity: 0;
        }
    }

    .button-main:hover::before {
        animation: bgFade 0.6s ease-in 1 forwards;
    }

    .button-main:hover{
        scale: 1.05;
    }