﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body, h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Poppins', sans-serif;
    color: #333;
}

body, p, a {
    font-size: 14px;
}

body {
    background: rgba(240, 240, 240, 0.05);
}

input.form-control, .btn {
    box-shadow: none !important;
}

/* #Popover Css
================================================== */

.popover {
    word-wrap: break-word;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 0.4375rem;
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.10), 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.13);
    font-size: 12px;
    text-align: center;
    opacity: 0.9;
}

    .popover .arrow::after, .popover .arrow::before {
        position: absolute;
        display: block;
        content: "";
        border-color: transparent;
        border-style: solid;
    }

.bs-popover-auto[data-popper-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #000;
}

.bs-popover-auto[data-popper-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #000;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #000;
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #000;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #000;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #000;
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-start > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #000;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-start > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #000;
}

.popover-body {
    color: #fff;
}

/* #Checkbox Css
================================================== */

.check-new {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-right: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
}

    .check-new input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: transparent;
    border-color: #cccdcf;
    border-style: solid;
    border-width: 1px;
    transition: all 0.3s;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.07);
    border-radius: 2px;
}

    .checkmark:hover {
        border-color: #3a444e;
        transition: all 0.3s;
    }

.check-new input:checked ~ .checkmark {
    background-color: #3a444e;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-new input:checked ~ .checkmark:after {
    display: block;
}

.check-new .checkmark:after {
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    box-sizing: border-box;
    height: 13px;
    left: 5px;
    top: -1px;
    transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    width: 6px;
}

/* #Password Meter or Strength Css
================================================== */

#pswd_meter_div {
    width: 100%;
    background: none repeat scroll 0 0 #eee;
    border-radius: 5px;
    height: 4px;
}

.stength_list_div .stength_msg {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 12px;
    text-align: right;
    color: #333;
    font-weight: 500;
}

.stength_list li {
    line-height: 1.9;
}

    .stength_list li > svg {
        margin-right: 8px;
    }

.stength_list .invalid svg {
    color: #f44336;
}

.stength_list .valid svg {
    color: #8bc34a;
}

.stength_list_div {
    display: none;
}

#pswd_meter_div.strength0 {
    background: #eee; /* too short */
    width: 100%;
    transition: all 0.3s;
}

#pswd_meter_div.strength1 {
    background: none repeat scroll 0 0 #f44336; /* weak */
    width: 25%;
    transition: all 0.3s;
}

#pswd_meter_div.strength2 {
    background: none repeat scroll 0 0 #ffc107; /* good */
    width: 50%;
    transition: all 0.3s;
}

#pswd_meter_div.strength3 {
    background: none repeat scroll 0 0 #00bcd4; /* strong */
    width: 75%;
    transition: all 0.3s;
}

#pswd_meter_div.strength4 {
    background: none repeat scroll 0 0 #8bc34a;
    width: 100%;
    transition: all 0.3s;
}

/* #Floating btn - Popout
================================================== */

.report_issue_div {
    position: relative;
}

.popout_div {
    position: fixed;
    bottom: 1.5rem;
    right: 3rem;
}

    .popout_div .popout_btn {
        display: inline-block;
        position: relative;
        outline: none;
        -webkit-user-select: none;
        user-select: none;
        cursor: pointer;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 32px;
        z-index: 999;
        background: #00a6dd;
        color: #ffffff;
        border-radius: 50%;
        box-shadow: 0px 5px 5px rgba(0, 0, 0,0.42);
        transition: 0.2s opacity ease-in-out;
        -webkit-transition: 0.2s opacity ease-in-out;
    }

        .popout_div .popout_btn.active {
            visibility: hidden;
            opacity: 0;
        }

        .popout_div .popout_btn:after {
            display: block;
            position: absolute;
            top: 0;
            content: "";
            border-radius: 50%;
            width: 60px;
            height: 60px;
            background: #333;
            z-index: -2;
            -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
            -moz-transition: -moz-transform 0.2s, opacity 0.2s;
            transition: transform 0.2s, opacity 0.2s;
        }

        .popout_div .popout_btn:active:after {
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            transform: scale(1.3);
            opacity: 0;
        }

    .popout_div .popout_panel {
        box-shadow: 0 0 5px rgba(0,0,0,0.15);
        position: absolute;
        bottom: 0;
        right: 0;
        width: 340px;
        text-align: left;
        overflow: hidden;
        visibility: hidden;
        transform: scale(0);
        transform-origin: 100% 100%;
        transition: all 0.2s;
        opacity: 0;
    }

        .popout_div .popout_panel.active {
            height: auto;
            opacity: 1;
            visibility: visible;
            transform: scale(1);
            transition: transform 0.2s, visibility 0s 0s, opacity 0.2s;
        }

    .popout_div .popout_panel_content {
        padding: 16px;
        font-size: 14px;
        background-color: #ffffff;
        color: #fff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .popout_div .popout_panel_content p {
            font-size: 14px;
            line-height: 1.6;
        }

            .popout_div .popout_panel_content p > a {
                font-weight: 500;
                color: #00a6dd;
            }

    .popout_div .popout_panel_footer {
        padding: 10px 16px;
        background-color: #333;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        font-size: 11px;
        color: #fff;
    }

        .popout_div .popout_panel_footer p {
            margin-bottom: 0;
            color: #fff;
        }

/* #New Textbox style Css - animate
================================================== */

.animate_label_div input.form-control {
    border-color: #e5e3e3;
    /*height: calc(1.8em + 0.78rem + 3px);*/
    height: 50px;
    font-size: 14px;
    color:#000;
}

.animate_label_div {
    position: relative;
}

    .animate_label_div label {
        position: absolute;
        bottom: 16px;
        left: 35px;
        transition: 0.3s all ease;
        font-size: 14px;
        margin: 0;
        color: #888888;
        display: inline-block !important;
        background: #fff;
        z-index: 1;
        padding: 0px 6px;
        pointer-events: none;
    }

    .animate_label_div input:focus {
        border-color: #00a6dd;
    }

    .animate_label_div > input:focus ~ label {
        color: #00a6dd;
        bottom: 40px;
        font-size: 12px;
    }

    .animate_label_div > input:not(:focus):valid ~ label {
        color: #888888;
        bottom: 40px;
        font-size: 12px;
    }
    .animate_label_div input:focus + label + span.pre_field_icons {
        color: #18b8ed;
    }

    .animate_label_div > input:not(:focus):valid ~ label + span.pre_field_icons {
        color: #a3a6a9;
    }

    .animate_label_div > input.error_field ~ label + span.pre_field_icons {
        color: #f44336 !important;
    }

    .replaceReadonly.form-control:disabled, .replaceReadonly.form-control[readonly] {
        background-color: #ffffff;
    }


/* #Login Css
================================================== */

.main_wrapperNew2 {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.custm_containerWrp2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.login_wrapperNew2 {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 70px;
    z-index: 999;
    position: relative;
}

.login_divNew2 {
    margin: 0;
    max-width: 552px;
    width: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
}

.login_RightwrapperNew {
    border-radius: 40px;
    height: calc(100vh - 50px);
    position: fixed;
    right: 24px;
    top: 24px;
    width: 50%;
    text-align:center
}

.login_RightwrapperNew img {
    border-radius: 40px;
    height: 100%;
    object-fit: contain;
    width: 90%;
    text-align: center;
}

.form_headingNew2 {
    margin-top: 2.8rem;
}

.form_headingNew2 h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 30px;
}
.form_headingNew2 p {
    line-height: 1.8;
}

.squareRot {
    height: 100vh;
    width: 70vw;
    position: absolute;
    transform: rotate(45deg);
    border-radius: 50px;
}

.squareRot.squareMiddle {
    top: 8%;
    right: -30%;
    background: #2196F3;
    z-index: -1;
}

.squareRot.squareTop {
    top: -48%;
    right: -30%;
    background: #18b8ed;
    box-shadow: -10px -10px 15px rgba(255, 255, 255, 0.5), 10px 10px 15px rgba(70, 70, 70, 0.12);
}

.squareRot.squareBottom {
    bottom: -70%;
    right: -25%;
    background: #79deff;
    box-shadow: -10px -10px 15px rgb(28 27 27 / 9%), 10px 10px 15px rgba(70, 70, 70, 0.12);
    z-index: -1;
}

@keyframes swing {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.announce_wrap {
    position: absolute;
    width: 400px;
    right: 16px;
    z-index: 2;
    /*padding: 20px;
    border-radius: 1rem;*/
    top: 16px;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg,#f4f4f4 -4.23%,#f4f4f4a8 102.58%);
    /* background: #fff; */
    /*border: 1px solid #efefef;*/
    border-radius: 1rem;
    /*animation: swing 2s infinite;*/
}

.annouce_heading {
    height: 5rem;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
    background: linear-gradient(135deg, #ffc107, #ff9800);
    padding: 20px;
    border-radius: 1rem 1rem 0 0;
}

.annouce_heading h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #fff;
    display: flex;
    align-items: center;
}

.annouce_heading h2 > svg {
    background: #ffffff36;
    padding: 10px;
    border-radius: 50%;
    margin-right: 12px;
}

.announce_content {
    line-height: 1.8;
    padding: 16px 20px;
    color: #000;
}
.announce_content p {
    color: #000;
    margin-bottom: 0;
}
.announce_content p > a, .announce_content p > span {
    font-weight: 600;
}

/* #Primary Css
================================================== */

.reset_success_div {
    padding-top: 22vh;
}

.fields_mar {
    margin-bottom: 32px;
}

.fields_mar_top {
    margin-top: 16px;
}

.icon_textbox {
    padding-inline:40px;
}

.error_icon_div {
    position: absolute;
    top: 11px;
    right: -30px;
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
}

.error_icon_div .error_icon {
    color: #f44336;
}

input.error_field {
    border: 1px solid #f44336 !important;
}

.error_field + .animate_label {
    color: #f44336 !important;
}

.login_btn_wrap .btn {
    display: block;
    width: 100%;
    background: #18b8ed;
    border-color: #18b8ed;
    padding: 12px 9px;
    color: #fff;
    font-weight: 500;
}

.login_btn_wrap .btn:disabled {
   cursor:not-allowed;
}

.reset_pass_div {
    text-align: right;
}

    .reset_pass_div a {
        font-weight: 500;
        text-decoration: underline;
        transition: all ease 0.3s;
    }

        .reset_pass_div a:hover {
            color: #18b8ed;
        }

.reset_username {
    text-align: left;
}

span.field_icons {
    position: absolute;
    top: 27%;
    color: #818385;
    right: 16px;
    font-size: 14px;
}

span.pre_field_icons {
    position: absolute;
    top: 27%;
    color: #e5e3e3;
    left: 16px;
    font-size: 14px;
}

span.field_icons.show_passwd:hover {
    color: #333;
    cursor: pointer;
    transition: all ease 0.5s;
}

.social_media_div {
    margin: 30px 0 10px;
    text-align: left;
}

.social_media_div > p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 12px;
    color: #000;
}

.media_list {
    margin-bottom: 0;
    display: inline-block;
    margin-left: 12px;
}

.media_list li {
    display: inline-block;
}
.media_list li:not(:last-of-type) {
    margin-right: 10px;
}
.media_list li > a > img {
    max-width: 22px;
}

.media_list li > a:hover {
    box-shadow: -2px 3px 8px 2px rgba(189, 179, 179, 0.75);
    transition: all ease-in 0.3s;
}
    .media_list a {
        border-radius: 50%;
    }
.footer_wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 16px 16px;
}

.footer_flex_row {
    display: flex;
    padding-top: 16px;
    align-items: center;
}

.copyright_div {
    padding-left: 70px;
}

    .copyright_div p {
        margin-bottom: 0;
        font-size: 12px;
    }

        .copyright_div p > a {
            font-size: 12px;
            font-weight: 500;
            color: #00a6dd;
        }

.supported_brwsr_div {
    text-align: right;
    margin-left: 12px;
}

    .supported_brwsr_div p {
        margin-bottom: 0;
        font-size: 12px;
        display: inline-block;
        /*text-shadow: 0px 1px #000;*/
        color: #333;
    }

    .supported_brwsr_div .brwsr_list_div {
        display: inline-block;
        margin-left: 12px;
    }

.brwsr_list_div {
    margin-bottom: 0;
}

    .brwsr_list_div > li {
        display: inline-block;
        margin-right: 10px;
    }

        .brwsr_list_div > li > img {
            max-width: 20px;
        }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px #fbfbfb inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

.hideDesktop{
    display:none
}

.mob_img img {
    max-width: 90px;
}

/* #Browser CSS
================================================== */
/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}









/* #Responsive Css
================================================== */

@media all and (max-width:1440px) {   
    .announce_content p, .announce_content p > a, .announce_content p > span,
    .form_headingNew2 > p {
        font-size: 13px;
    }
    .annouce_heading {
        height: 4.5rem;
        padding: 16px 20px;
    }
    .form_headingNew2.custmSubHeading h2 {
        margin-bottom: 20px;
    }
    .form_headingNew2 {
        margin-top: 0;
    }
}


@media all and (max-width:1366px) {

    .animate_label_div label, .reset_pass_div a, .popout_div .popout_panel_content p, .popout_div .popout_panel_content p > a,
    .popout_div .popout_panel_footer p, .stength_list li, span.pre_field_icons, .animate_label_div input.form-control {
        font-size: 13px;
    }

    .animate_label_div > input:focus ~ label, .animate_label_div > input:not(:focus):valid ~ label {
        font-size: 12px;
    }

    .login_btn_wrap .btn {
        font-size: 14px;
    }

    .popout_div .popout_btn {
        width: 50px;
        height: 50px;
        font-size: 28px;
        line-height: 50px;
    }

        .popout_div .popout_btn:after {
            width: 50px;
            height: 50px;
        }

    .popout_div .popout_panel_content {
        padding: 14px;
        font-size: 12px;
    }

        .popout_div .popout_panel_content p {
            margin-bottom: 0;
        }

    .copyright_div {
        padding-left: 49px;
    }
    .login_wrapperNew2 {
        padding-left: 65px;
        padding-top: 55px;
    }
    .login_divNew2 {
        padding-top: 0;
    }
    .annouce_heading {
        height: 4rem;
        padding: 12px 20px;
    }
    .form_headingNew2 {
        margin-top: 2rem;
    }

    .reset_pass_body .main_wrapperNew2 {
        height: 110vh;
    }
    .footer_wrapper {
        padding: 0 16px 8px;
    }

}

@media all and (max-width:1366px), all and (max-height:700px) {
   
}

@media all and (max-width:1280px) {    
    .fields_mar {
        margin-bottom: 30px;
    }
    .avatarLogin_wrapper2 img.logo_imgNew2 {
        max-width: 160px;
    }
    .form_headingNew2 h2 {
        font-size: 26px;
    }
    .form_headingNew2 {
        margin-top: 1.4rem;
    }
    .form_headingNew2.custmSubHeading h2 {
        margin-bottom: 14px;
    }
    .copyright_div p, .copyright_div p > a, .supported_brwsr_div p {
        white-space: nowrap;
        font-size: 11px;
    }
    .login_wrapperNew2 {
        padding-top: 40px;
    }
    .brwsr_list_div > li > img {
        max-width: 16px;
    }
}

@media all and (max-width:1152px) {
    .login_RightwrapperNew {
        display: none;
    }
    .announce_wrap {
        top: 20%;
        right: 45px;
    }
    .login_wrapperNew2 {
        padding-right: 80px;
    }
}

@media all and (max-width:1024px) {
    .copyright_div {
        padding-left: 28px;
    }
    .supported_brwsr_div p {
        color: #333;
        text-shadow: none;
    }  
    .footer_wrapper {
        padding: 0 12px 12px;
    }
    .footer_flex_row {
        padding-top: 12px;
    }
    .login_wrapperNew2 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .media_list li > a > img {
        max-width: 18px;
    }
    .social_media_div > p {
        font-size: 11px;
    }
    .form_headingNew2 h2 {
        font-size: 24px;
        margin-bottom: 22px;
    }
    .avatarLogin_wrapper2 img.logo_imgNew2 {
        max-width: 150px;
    }
    .form_headingNew2 {
        margin-top: 1rem;
    }
}

@media all and (max-width:1024px), all and (max-height:600px) {  
    .stength_list li.valid {
        display: none;
    }
}


@media all and (max-width:992px) {
  
    .header_logo {
        text-align: center;
        padding: 50px 0 0;
    }

    .login_wrapper {
        margin: 0 auto;
        padding-top: 5vh;
        padding-bottom: 7vh;
        padding-left: 18px;
        padding-right: 18px;
        max-width: 450px;
    }

    .footer_wrapper {
        padding: 0 16px 16px;
    }

    .footer_flex_row {
        border: none;
    }

    .copyright_div {
        padding-left: 0;
    }

    .animate_label_div input.form-control {
        height: 45px;
    }

    .animate_label_div label {
        bottom: 14px;
    }
    .animate_label_div > input:not(:focus):valid ~ label {
        bottom: 34px;
    }
    .login_btn_wrap .btn {
        padding: 10px 9px;
    }
    .annouce_heading h2 {
        font-size: 17px;
    }
    .announce_content {
        padding: 14px 20px;
    }
    .announce_wrap {
        width: 370px;
    }
    .squareRot.squareMiddle {
        top: 5%;
        right: -40%;
    }
    .squareRot.squareTop {
        top: -48%;
        right: -45%;
    }
    .squareRot.squareBottom {
        bottom: -70%;
        right: -36%;
    }
    .login_wrapperNew2 {
        padding-right: 0;
    }
}

@media all and (max-width:924px) {
    .supported_brwsr_div {
        display: none !important;
    }

    .copyright_div p, .copyright_div {
        display: block !important;
        text-align: center;
    }
    .announce_wrap {
        right: 30px;
    }
}

@media all and (max-width:836px) {
    .error_icon_div {
        right: 7px;
        width: 30px;
    }
}

@media all and (max-width:800px) {
    .login_wrapperNew2 {
        padding-left: 30px;
    }
    .animate_label_div label, .reset_pass_div a,
    .popout_div .popout_panel_content p,
    .popout_div .popout_panel_content p > a,
    .popout_div .popout_panel_footer p, .stength_list li, span.pre_field_icons, 
    .animate_label_div input.form-control {
        font-size: 12px;
    }
    .fields_mar {
        margin-bottom: 25px;
    }
    .form_headingNew2 h2 {
        font-size: 22px;
        margin-bottom: 22px;
    }
    .avatarLogin_wrapper2 img.logo_imgNew2 {
        max-width: 140px;
    }
    .social_media_div {
        margin: 0px 0 10px;
    }
    .footer_wrapper {
        padding: 0 16px 5px;
    }
    .announce_wrap {
        width: 300px;
        top: 15%;
    }
}


@media all and (max-width:768px) {

    .hideDesktop {
        display: block
    }
    
    .copyright_div {
        padding: 0px;
    }

    .footer_flex_row {
        border: none;
        flex-direction: column;
    }

    .supported_brwsr_div {
        margin-top: 20px;
    }

    .popout_div {
        right: 3rem;       
    }

    .copyright_div, .supported_brwsr_div {
        padding: 0px;
        text-align: center;
    }
    .social_media_div {
        text-align: center;
    }
    .login_divNew2 {
        max-width: 100%;
    }
    .login_wrapperNew2 {
        padding-inline: 40px;
        max-width: 450px;
        margin: 0 auto;
        text-align: center;
        border-radius: 50px;
        backdrop-filter: blur(10px);
        background: linear-gradient(145deg, #f4f4f4 -4.23%, #f4f4f4a8 102.58%);
        margin-top: 50px;
        padding-block: 30px;
    }
    .custm_containerWrp2 {
        display: block;
    }

    .squareRot {
        display: none;
    }
    .announce_wrap {
        top: 0;
        width: 100%;
        right: 0;
        border-radius: 0;
        position: relative;
    }
    .annouce_heading {
        border-radius: 0;
    }
    .login_wrapperNew2, .popout_div {
        z-index: 1;
    }

    .single_link {
        text-align: center !important;
    }
    body {
        overflow: unset;
        overflow-y: unset;
        overflow-x: unset;
    }
    section.main_wrapperNew2 {
        padding-bottom: 30px;
    }
    .stength_list {
        text-align: left;
    }
    .main_wrapperNew2 {
        overflow: unset;
        height: unset;
    }
    .reset_pass_body .main_wrapperNew2 {
        height: unset;
    }
}

@media all and (max-width:760px) {
    
}

@media all and (max-width:576px) {
   
    .footer_flex_row {
        padding-top: 10px;
    }
    .popout_div {
        right: 1rem;
        z-index: 1;
    }
    .annouce_heading h2 {
        font-size: 14px;
    }
    .announce_content p, .announce_content p > a, .announce_content p > span {
        font-size: 12px;
    }
    .annouce_heading {
        height: 3.5rem;
        padding: 10px 20px;
    }
    .form_headingNew2 h2 {
        font-size: 20px;
    }
    .avatarLogin_wrapper2 {
        margin-bottom: 0.8rem !important;
    }
    .login_wrapperNew2 {
        padding-inline: 30px;
    }
    .mob_img img {
        max-width: 70px;
    }
   
}

@media all and (max-width:425px) {
   
    .popout_div .popout_panel {
        z-index: 1;
        width: 280px;
    }
    .popout_div .popout_btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }
    .popout_div .popout_btn:after {
        width: 40px;
        height: 40px;
    }
    .popout_div .popout_panel_content p, .popout_div .popout_panel_footer p, .popout_div .popout_panel_content p > a {
        font-size: 12px;
    }
    .popout_div .popout_panel_content, .popout_div .popout_panel_footer {
        padding: 8px 10px;
    }
    
}

@media all and (max-width:400px) {
    
    .popout_div {
        bottom: 2rem;
    }
}

@media all and (max-width:360px) {
    .popout_div {
        right: 1rem;
        bottom: 1rem;
    }
}

@media all and (max-width:344px) {
    .media_list {
        margin-left: 0px;
        display: block;
        margin-top: 8px;
    }
}

@media all and (max-width:320px) {
    .animate_label_div input.form-control {
        font-size: 13px;
    }
    .footer_wrapper {
        padding: 7px;
    }

    .footer_flex_row {
        padding: 0px;
    }
    .reset_pass_div {
        text-align: center;
    }
    .reset_pass_div a, .stength_list li {
        font-size: 12px;
    }
    .reset_username {
        margin-bottom: 8px;
    }
    .copyright_div p, .copyright_div p > a {
        font-size: 10px;
        text-shadow: 0px 1px 5px black;
        white-space: normal;
    }
    .stength_list_div .stength_msg{
        font-size:11px;
    }
   
}



@media all and (max-width:280px) {
    .popout_div .popout_panel {
        width: 220px;
    }    
}


/*.login_RightwrapperNew {
    -webkit-mask-image: url(https://tympanus.net/codrops-playground/assets/images/cssref/properties/mask-position/mask-image.png);
    mask-image: url(https://tympanus.net/codrops-playground/assets/images/cssref/properties/mask-position/mask-image.png);*/
/*mask-image: url('imgs/pattern-2.png');
    -webkit-mask-image: url('imgs/pattern-2.png');*/
/*-webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    transition: -webkit-mask-size .3s;
    -webkit-mask-repeat: no-repeat;
}*/