body{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
}

.lft-sctn {
    width: 100%;
    height: 100vh;
    background-image: url("../login_asset/img/loginPgBg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25% 60px 60px;
}
.lft-sctn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.lft-sctn h2 {
    color: #fff;
    font-size: 32px;
    line-height: 41px;
}
.lft-sctn p {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 25px 0 0 0;
}
.outerFormWraper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.formHdngWrapper {
    text-align: center;
}
.formHdngWrapper h1 {
    font-size: 40px;
    color: #000000;
}
.formHdngWrapper span {
    font-size: 30px;
}
.formHdngWrapper p {
    color: #0000009e;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.outerFormWraper form {
    margin: 30px 0 0 0;
}
.outerFormCntnt {
    width: 85%;
    padding: 30px;
}
.formFieldWrapper label {
    display: block;
    margin: 0 0 5px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(17, 18, 18, 0.68);
}
.formFieldWrapper {
    margin: 0 0 22px 0;
}
.formFieldWrapper input {
    background: #ffffff7d;
    border: 1px solid #2929295e;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px 15px;
    outline: none;
    width: 100%;
}
.formFieldWrapper input:focus {
    background: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0.83);
}
.passwordFieldWraper {
    position: relative;
}
.passwordVisibilityBtn {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #262626;
    transition: 0.4s;
    text-decoration: none !important;
    background: #fff;
    border-radius: 0 8px 8px 0;
}
.passwordVisibilityBtn:hover {
    color: #046F4F;
    transition: 0.4s;
}
.boldGreenLink18px {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #046F4F;
    transition: 0.4s;
    text-decoration: none !important;
}
.boldGreenLink18px:hover {
    color: #262626;
    transition: 0.4s;
}
.loginPageWrapper .formFieldWrapper .boldGreenLink18px {
    display: block;
    margin: 8px 0;
    text-align: right;
}
.greenArrowBtn {
    background: #046F4F;
    border: 2px solid #046F4F;
    border-radius: 8px;
    width: 100%;
    padding: 8px 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0 0 0;
    transition: 0.4s;
    color: #fff;
    position: relative;
}
.greenArrowBtn img {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    width: 20px;
}
.greenArrowBtn:hover {
    background: #262626;
    border: 2px solid #262626;
    transition: 0.4s;
}


/* start responsive */

@media screen and (min-width: 1600px) {
    .outerFormWraper form {
        margin: 45px 0 0 0;
    }
    .formFieldWrapper {
        margin: 0 0 25px 0;
    }
    .formFieldWrapper label {
        margin: 0 0 8px 20px;
        font-size: 18px;
    }
    .formHdngWrapper p {
        font-size: 20px;
    }
    .formFieldWrapper input {
        padding: 15px;
    }
    .lft-sctn h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .lft-sctn p {
        font-size: 20px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1199px) {
    .lft-sctn {
        padding: 30% 25px 25px;
    }
}

@media screen and (max-width: 991px) {
    .formHdngWrapper h1 {
        font-size: 32px;
    }
    .formHdngWrapper span {
        font-size: 25px;
    }
    .formHdngWrapper p {
        font-size: 16px;
        line-height: 25px;
    }
    .boldGreenLink18px {
        font-size: 16px;
    }
    .outerFormCntnt {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .lft-sctn {
        display: none;
    }
    .outerFormCntnt {
        width: 85%;
    }
}

@media screen and (max-width: 575px) {
    .outerFormCntnt {
        width: 100%;
    }
}




/* end responsive */
