/*
body {
    font-family: "Roboto", sans-serif !important;
}

.form-group .form-control:focus, .form-group .form-select:focus {
    box-shadow: none;
}

.form-group .form-control, .form-group .form-select {
    height: 46px;
    border: 0.5px solid #a7a7a7;
    border-radius: 5px;
}

.login-section {
    background: linear-gradient(41deg, #25984e 0.00%, #a7cc55 100.00%);
    padding: 90px 0 88px;
}

    .login-section .row {
        align-items: center;
    }

    .login-section .login-img img {
        width: 90%;
    }

    .login-section .login-content {
        padding: 35px 40px;
        filter: drop-shadow(0px 10px 10px rgba(0,0,0,0.16 ));
        background: #ffffff;
        border-radius: 5px;
        max-width: 574px;
    }

.login-content .error-msg-bottom {
    color: red;
    font-size: 12px;
    margin-bottom: 15px;
}

.login-content h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 39px;
    color: #000000;
    margin-bottom: 20px;
}

.login-content .create-account {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 21px;
}

    .login-content .create-account h5 {
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        color: #000000;
        margin-bottom: 0;
    }

    .login-content .create-account a.link-text {
        font-size: 16px;
        color: #000000;
        font-weight: 500;
    }

.login-content .other-link {
    margin-top: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .login-content .other-link h6 {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        margin-bottom: 0;
    }

        .login-content .other-link h6 label {
            cursor: pointer;
        }

    .login-content .other-link span {
        font-size: 20px;
        cursor: pointer;
        color: #25984E;
    }

.login-content .form-label {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}

    .login-content .form-label.required:after {
        content: " *";
        color: #ff0000;
        top: -1px;
        position: relative;
    }

.login-content .tab-content .intl-tel-input {
    display: block;
}

    .login-content .tab-content .intl-tel-input .selected-flag {
        width: 65px !important;
        background-color: transparent;
    }

        .login-content .tab-content .intl-tel-input .selected-flag .iti-flag {
            display: none;
        }

    .login-content .tab-content .intl-tel-input .selected-dial-code {
        padding-left: 0;
    }

    .login-content .tab-content .intl-tel-input input {
        padding-left: 80px !important;
    }

.login-content .cta-box {
    margin-top: 20px;
}

    .login-content .cta-box .btn-primary {
        background-color: #25984E;
        border-color: #25984E;
        width: 100%;
        height: 46px;
    }

        .login-content .cta-box .btn-primary:hover {
            background-color: #10a144;
            border-color: #10a144;
        }

.login-content .nav-pills {
    justify-content: space-between;
    margin-bottom: 21px;
    border: 1px solid #25984E;
    border-radius: 5px;
}

    .login-content .nav-pills li {
        width: 50%;
    }

        .login-content .nav-pills li:first-child .nav-link {
            border-radius: 5px 0 0 5px;
        }

        .login-content .nav-pills li:last-child .nav-link {
            border-radius: 0 5px 5px 0;
        }

    .login-content .nav-pills .nav-link {
        background-color: #fff;
        width: 100%;
        color: #25984E;
        border-radius: 0;
        padding: 11px 0 11px;
        height: 48px;
    }

        .login-content .nav-pills .nav-link.active {
            background-color: #25984E;
            color: #fff;
        }

.login-content #pills-password form .form-group:nth-child(odd) {
    margin-bottom: 20px;
}

.login-content .form-group {
    position: relative;
}

    .login-content .form-group .input-icon {
        position: absolute;
        z-index: 2;
        right: 10px;
        top: 49px;
        cursor: pointer;
        margin: auto;
    }

.login-section .login-content p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.login-section .login-content .email-input {
    position: relative;
}
    .login-section .login-content .email-input input{
        padding-left: 40px;
    }
    .login-section .login-content .email-input img {
        position: absolute;
        left: 15px;
        width: 18px;
        top: 50%;
        transform: translateY(-50%);
    }
.login-section .login-content.forgot-content{
    padding: 80px 40px;
}
.login-content.forgot-content h1 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}
.password-input span{
    display: none;
}
.password-input span:first-of-type {
    margin-top: 8px;
}
.green {
    color: green;
    width: 100%;
    margin-bottom: 10px;
    display: none;
}
.red {
    color: red;
    width: 100%;
    margin-bottom: 10px;
}
.fa-eye-slash {
    display: inline-block !important;
    height: 16px !important;
    width: 19px !important;
    background-image: url(../../home/img/icons/eye-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
    background-size: cover !important;
    cursor: pointer;
}
    .fa-eye-slash:before, .fa-eye:before {
        content: none !important;
    }
.fa-eye {
    display: inline-block !important;
    height: 13px !important;
    width: 19px !important;
    background-image: url(../../home/img/icons/eye-icon-active.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
    background-size: cover !important;
    cursor:pointer;
}
.password-input input{
    position: relative;
}
.password-input .field-icon {
    position: absolute;
    right: 20px;
    top: 16px;
}
.login-content.forgot-content.reset-content h1 {
margin-bottom: 40px;
}
.password-input img {
    width: 14px;
    position: absolute;
    left: 15px;
    top: 12px;
}
.password-input input{
    padding-left: 40px;
}
.btn-green {
    background-color: #25984E;
    border-color: #25984E;
    color: #fff;
    border-radius: 5px;
    height: 50px;
    padding: 16px 22px;
    font-size: 16px;
    line-height: 1;
}

    .btn-green:hover, .btn-green:focus, .btn-green:active {
        background-color: #10a144 !important;
        border-color: #10a144 !important;
        color: #fff !important;
    }
.otp-input-box span.resend-text button {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    float: right;
    padding: 0;
    margin: 0;
    border: none;
}
.otp-input-box span.resend-text button:active {
    outline: none;
    border: none;
    color: #555;
}*/

body {
    font-family: "Roboto", sans-serif !important;
}

.form-group .form-control:focus, .form-group .form-select:focus {
    box-shadow: none;
}

.form-group .form-control, .form-group .form-select {
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.login-content .form-control {
    padding: 15px 10px 15px 45px;
    padding-inline-start: 2.75rem !important;
}

.login-section .row {
    align-items: center;
}

.login-section .login-img img {
    width: 90%;
}

.login-section .login-content {
    max-width: 600px;
    margin: auto;
    padding: 2.5rem 44px !important;
    min-height: 460px;
    padding-right: 56px !important;
}

.login-content .error-msg-bottom {
    color: red;
    font-size: 12px;
    margin-bottom: 15px;
}

.login-content h3 {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 28px;
}

.login-content .create-account {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px !important;
}

    .login-content .create-account h5 {
        font-size: 16px;
        font-weight: bold;
        line-height: 28px;
        color: #000000;
        margin-bottom: 0;
    }

    .login-content .create-account a.link-text {
        font-size: 16px;
        color: #000000;
        font-weight: 400;
    }

.login-content .other-link {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}

    .login-content .other-link h6 {
        font-family: Roboto, sans-serif;
        font-size: 18px !important;
        color: #000 !important;
        font-weight: 700;
        letter-spacing: normal;
        line-height: 28px;
        margin-bottom: 0px;
    }

        .login-content .other-link h6 label {
            cursor: pointer;
        }

    .login-content .other-link span {
        font-size: 20px;
        cursor: pointer;
        color: #25984E;
    }

.login-content .form-label {
    font-family: Roboto, sans-serif;
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 20px;
    line-height: 28px;
}

    .login-content .form-label.required:after {
        content: " *";
        color: #ff0000;
        top: -1px;
        position: relative;
    }

.login-content .tab-content .intl-tel-input {
    display: block;
}

    .login-content .tab-content .intl-tel-input .selected-flag {
        width: 65px !important;
        background-color: transparent;
    }

        .login-content .tab-content .intl-tel-input .selected-flag .iti-flag {
            display: none;
        }

    .login-content .tab-content .intl-tel-input .selected-dial-code {
        padding-left: 0;
    }

    .login-content .tab-content .intl-tel-input input {
        padding-left: 80px !important;
    }

.login-content .cta-box {
    margin-top: 20px;
}

    .login-content .cta-box .btn-primary {
        background-color: #25984E;
        border-color: #25984E;
        width: 100%;
        height: 50px;
    }

        .login-content .cta-box .btn-primary:hover {
            background-color: #10a144;
            border-color: #10a144;
        }

.login-content .nav-pills {
    justify-content: space-between;
    margin-bottom: 21px;
    border: 1px solid #25984E;
    border-radius: 5px;
}

    .login-content .nav-pills li {
        width: 50%;
    }

        .login-content .nav-pills li:first-child .nav-link {
            border-radius: 5px 0 0 5px;
        }

        .login-content .nav-pills li:last-child .nav-link {
            border-radius: 0 5px 5px 0;
        }

    .login-content .nav-pills .nav-link {
        background-color: #fff;
        width: 100%;
        color: #25984E;
        border-radius: 0;
        padding: 11px 0 11px;
        height: 50px;
    }

        .login-content .nav-pills .nav-link.active {
            background-color: #25984E;
            color: #fff;
        }

.login-content #pills-password form .form-group:nth-child(odd) {
    margin-bottom: 20px;
}

.login-content .form-group {
    position: relative;
}

    .login-content .form-group .input-icon {
        position: absolute;
        z-index: 2;
        right: 10px;
        top: 61px;
        cursor: pointer;
        margin: auto;
    }

.login-section .login-content p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.f-word-1 {
    line-height: 1.75rem !important;
}

.f-word {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.login-section .login-content .email-input {
    position: relative;
}

    .login-section .login-content .email-input input {
        padding-left: 40px;
    }

    .login-section .login-content .email-input img {
        position: absolute;
        left: 8px;
        width: 25px;
        top: 50%;
        transform: translateY(-50%);
    }

.login-section .login-content.forgot-content {
    padding: 80px 40px;
}

.login-content.forgot-content h1 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 28px;
    line-height: 1.5em !important;
}

.password-input span {
    display: none;
}

    .password-input span:first-of-type {
        margin-top: 8px;
    }

.green {
    color: green;
    width: 100%;
    margin-bottom: 10px;
    display: none;
}

.red {
    color: red;
    width: 100%;
    margin-bottom: 10px;
}

.fa-eye-slash {
    display: inline-block !important;
    height: 16px !important;
    width: 19px !important;
    /*background-image: url(../../home/img/icons/eye-icon.svg) !important;*/
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
    background-size: cover !important;
    cursor: pointer;
}

    .fa-eye-slash:before, .fa-eye:before {
        content: none !important;
    }

.fa-eye {
    display: inline-block !important;
    height: 13px !important;
    width: 19px !important;
    /* background-image: url(../../home/img/icons/eye-icon-active.svg) !important;*/
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
    background-size: cover !important;
    cursor: pointer;
}

.password-input input {
    position: relative;
}

.password-input .field-icon {
    position: absolute;
    right: 20px;
    top: 16px;
}

.login-content.forgot-content.reset-content h1 {
    margin-bottom: 40px;
}

.password-input img {
    width: 14px;
    position: absolute;
    left: 15px;
    top: 12px;
}

.password-input input {
    padding-left: 40px;
}

.btn-green {
    background-color: #25984E;
    border-color: #25984E;
    color: #fff;
    border-radius: 5px;
    height: 50px;
    padding: 16px 22px;
    font-size: 16px;
    line-height: 1;
}

    .btn-green:hover, .btn-green:focus, .btn-green:active {
        background-color: #10a144 !important;
        border-color: #10a144 !important;
        color: #fff !important;
    }

.otp-input-box span.resend-text button {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    float: right;
    padding: 0;
    margin: 0;
    border: none;
}

    .otp-input-box span.resend-text button:active {
        outline: none;
        border: none;
        color: #555;
    }

.login-section .container-fluid {
    max-width: 100%;
    margin: 0px 20px;
}

.login-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.login-content a img {
    margin-bottom: 28px;
}

.the_btn {
    margin: 20px 0px;
}

.login-section .login-content .privacy-sec {
    color: #000 !important;
    font-size: 16px !important;
    margin-top: 20px !important;
    text-align: center !important;
    margin-bottom: 0px !important;
    font-weight: 400 !important
}

    .login-section .login-content .privacy-sec a {
        color: #25984e;
        text-decoration: underline;
    }

.login-content .password_validate1 .form-control {
    position: relative !important;
}

.password_validate1 img {
    position: absolute;
    top: 60px;
    left: 8px;
    width: 25px;
}

.login-copyright {
    position: absolute;
    left: calc(78% - 120px);
    bottom: 6%;
    font-size: 16px;
    color: #b1b1b1;
    margin-bottom: 0;
}

.password_validate2 .image_2 {
    position: absolute;
    top: 61px;
    left: 8px;
    width: 25px;
}

.toggle_img_change {
    top: 6px !important;
    left: -18px !important;
}

.form-control:focus {
    border: 2px solid #25984E !important;
}

.form-control::placeholder {
    opacity: 1;
    color: #9ca3af !important;
}

.text-danger {
    font-size: 16px !important;
}

.login-content .cta-box-1 {
    margin-top: 28px !important;
}

@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    .login-section .login-content {
        max-width: 600px;
        margin: auto;
        padding: 2.5rem 50px !important;
        min-height: 460px;
        padding-right: 62px !important;
    }
}

@media only screen and (max-width: 991px) {
    .login-section video {
        display: none !important;
    }

    .login-content {
        width: 100%;
        padding: 1.5rem 20px !important;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        margin-top: 0;
    }

    .login-section .login-copyright {
        left: 50%;
        bottom: 0%;
        transform: translateX(-50%);
    }

    .login-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .login-content .nav-pills .nav-link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .login-section .login-content {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .the_small_resolution {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .login-section_1 .col-lg-6 {
        padding: 0px 12px !important;
    }
}

.login-popups-success {
    min-height: 450px;
    width: 600px;
    padding: 50px 10px 50px;
    border-radius: 15px;
}

.login-popups-error {
    min-height: 400px;
    width: 600px;
    padding: 50px 10px 50px;
    border-radius: 15px;
}

.swal2-title {
    color: #000;
    line-height: inherit !important;
}

.login-popups-success .swal2-icon.swal2-success,
.login-popups-error .swal2-icon.swal2-error {
    margin-top: 40px;
}

.login-popups-success button.swal2-confirm.swal2-styled, .login-popups-error button.swal2-confirm.swal2-styled {
    border-radius: 5px;
}

.swal2-popup {
    min-height: 450px !important;
    width: 600px !important;
    padding: 50px 10px 50px !important;
    border-radius: 15px !important;
}

.swal2-html-container {
    font-size: 16px !important;
    color: #727272 !important;
    line-height: 22px !important;
    padding: 1em 1.6em .3em !important;
    padding-top: 18px !important;
}

    .swal2-html-container p {
        margin-bottom: 0px !important;
    }

.swal2-styled.swal2-confirm {
    position: relative !important;
    display: flex !important;
    height: unset !important;
    min-width: 120px !important;
    align-content: center !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 5px !important;
    border-color: none !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(36 152 78/var(--tw-bg-opacity)) !important;
    background-size: 200% auto !important;
    padding: .625rem 35px !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    text-transform: capitalize !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important;
    transition-property: .5s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
    transition-duration: .25s !important;
    height: 44px !important;
}

.gapping {
    line-height: 1.75rem !important;
}

.form_control_5 {
    padding-inline-start: 2.75rem !important;
}

.ConfirmPassword_1 svg {
    top: 68px !important;
}

.ConfirmPassword_1 .fa-eye-slash {
}

.login-box .password_validate .m_image {
    top: 62px !important;
}

.toggle_img_change_1 {
}

.toggle_img_change_1 {
    top: 2px !important;
    left: -25px !important;
}
#email_error_msg, #password_err_msg, #user_phone_err_msg, #password_phone_err_msg {
    padding-top: 5px !important;
    display: block !important;
}

.errMsg {
    padding-top: 5px !important;
    display: block !important;
}