.group-in label,
a.forget-pass {
    font-size: 13px;
    display: block;
    opacity: .8;
    font-weight: 600
}

.auth-login-section-refer {
    background: #ebebf4;
    min-height: 100vh;
    height: 100%;
}

section.auth-login-section-refer .wrapper {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 120px 0 51px 0;
}

.loginform-box.form-outer {
    max-width: 445px;
    margin: auto;
    padding: 25px 20px;
    background: #fff;
    box-shadow: 2px 5px 7px #2f2f2f2f;
    border-radius: 12px;
}

.login-page-btn .button {
    width: 100%;
    background: #ebebf4;
    color: #404040;
    height: 40px;
    border-radius: 7px;
    display: flex;
    font-size: 15px;
    text-align: unset;
    font-weight: 500;
    border: 1px solid #404040;
    box-shadow: 0 5px 0 #404040;
    transition: .3s;
    align-items: center;
    justify-content: center;
    gap: 7px
}

.login-title.form-title h2 {
    font-size: 25px;
    font-weight: 600;
    color: var(--text);
    position: relative
}

.group-in label {
    color: var(--text);
    margin-bottom: 5px;
    margin-left: 6px
}

.chkbox-area.form-check label a,
a.forget-pass {
    color: var(--dark-green)
}

.group-in input {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    padding: 12px;
    border: 1px solid #404040 !important;
    border-radius: 7px;
    box-shadow: inset 0 .25em 0 0 #f0f1f3
}

.loginform-box.form-outer .loanTypebtn.check-box-card {
    justify-content: space-between;
    margin-top: -10px
}

.loginform-box.form-outer .loanTypebtn.check-box-card .form-check-label {
    font-size: 13px;
    display: block;
    font-weight: 600;
    color: var(--text);
    opacity: .8
}

a.forget-pass {
    text-decoration: dashed !important
}

.login-page-btn button i {
    margin-left: 10px
}

.chkbox-area.form-check {
    padding: 0;
    align-items: unset;
    gap: 6px
}

.chkbox-area.form-check label {
    font-size: 12px;
    color: var(--text);
    line-height: 17px;
    opacity: .9
}

.chkbox-area.form-check input#otpCheckbox {
    height: 30px;
    width: 36px
}

.login-input-box-section {
    margin: 24px 0
}

.login-page-btn .button:hover {
    box-shadow: none;
    background: #404040;
    color: #fff
}

.toggle-form-btn {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.toggle-form-btn p {
    display: flex;
    justify-content: center;
    gap: 9px;
    font-weight: 500;
    margin: 0;
    flex-wrap: wrap
}

.toggle-form-btn p span.tagle-span {
    font-weight: 600;
    font-size: 15px;
    color: var(--dark-green);
    cursor: pointer;
    transition: .3s
}

.toggle-form-btn p span.tagle-span:hover {
    color: var(--dark-yellow)
}

.login-title.form-title h2:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 50px;
    background: #404040;
    content: ''
}

.auth-form-row {
    display: flex;
    gap: 11px
}

.matchError {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    color: red
}

.signup-title {
    margin-bottom: 30px;
}

.signup-box {
    padding-bottom: 0px;
}

.form-inner {
    display: flex;
    justify-content: end;
    padding-top: 1rem;
}

.login-left-content {
    height: 100%;
    display: flex;
    align-items: center
}

.login-left-content .login-left-content-in h2 {
    font-size: 45px;
    font-weight: 800
}

.login-left-content .login-left-content-in h4 {
    font-size: 17px;
}

.left-content-login-heading h3 {
    font-size: 29px;
    font-weight: 600;
    font-family: 'Roboto Condensed';
    color: var(--dark-green);
}

.left-content-login-heading h4 {
    font-weight: 400;
    opacity: 1;
    margin-top: 6px;
}

a.thm-btn.feature-four__top-btn.login-app-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

a.thm-btn.feature-four__top-btn.login-app-btn span {
    height: 15px !important;
}
.signup-box.form-input-box .group.group-in {
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
}
.signup-box.form-input-box .group.group-in label {
    width: 100%;
}
@media (max-width: 1200px) {
    .login-input-box-section .group.group-in {
        flex-direction: column !important;
        align-items: baseline !important;
    }
    .login-input-box-section {
        margin: 25px 0 10px;
    }
    .chkbox-area.form-check {
        align-items: flex-start;
        margin-top: 19px;
    }
    .login-product-list {
        flex-direction: column;
        gap: 10px;
    }

    .login-product-list .prod-list-lp {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .login-left-content .login-left-content-in h2 {
        font-size: 25px;
        font-weight: 800
    }
    section.auth-login-section-refer .wrapper {
        padding: 35px 0;
        min-height: 92vh;
    }
    .auth-login-section-refer {
        min-height: 92vh;
    }
    .login-left-content .login-left-content-in h4 {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .auth-form-row {
        flex-wrap: wrap;
        gap: 0px;
    }
    
    .signup-box.form-input-box .group.group-in {
        width: 100%;
    }
    
    section.auth-login-section-refer .wrapper,.auth-login-section-refer {
        min-height: 92vh;
    }
    
    section.auth-login-section-refer .wrapper {
        padding: 15px 0;
    }
    .form-inner {
        justify-content: center
    }
    .auth-login-section-refer .login-left-content {
        display: none;
    }
    .login-left-content-in {
        text-align: left
    }

    .login-left-content {
        justify-content: center;
        margin: auto;
        padding: 25px;
        background: #ffffffba;
        border-radius: 10px
    }

    .login-left-content .login-left-content-in h4 {
        margin-bottom: 30px
    }

    .prod-list-lp h4 {
        margin: 0 !important;
        text-align: left
    }

    .row.form-lo-row {
        flex-wrap: wrap-reverse;
        gap: 50px
    }

    .loginform-box.form-outer {
        max-width: fit-content
    }

    .mheadWrapper {
        padding: 0
    }
}

@media (max-width: 400px) {
    .login-left-content .login-left-content-in h2 {
        font-size: 20px;
        font-weight: 800
    }

    .login-left-content .login-left-content-in h4 {
        font-size: 15px;
        max-width: 249px;
        line-height: 23px;
        margin-bottom: 15px
    }

    section.auth-login-section-refer {
        padding: 20px 0
    }

    .toggle-form-btn {
        margin-top: 19px
    }

    .group-in input {
        margin-bottom: 10px;
        height: 35px;
        border-radius: 4px
    }

    .loginform-box.form-outer .loanTypebtn.check-box-card {
        margin-top: 0
    }

    .login-input-box-section {
        margin: 24px 0 7px
    }

    .login-page-btn button {
        height: 35px;
        border-radius: 4px;
        font-size: 14px;
        box-shadow: 0 3px 0 #404040
    }

    .chkbox-area {
        margin: 14px 0 7px
    }

    .loginform-box.form-outer {
        padding: 15px
    }
}

.icon-pro-list img {
    height: 35px
}

.prod-list-lp {
    display: flex;
    gap: 10px;
    width: 48%
}

.prod-list-lp h4 {
    font-size: 17px !important;
    font-weight: 800;
    color: #031e3c;
    opacity: 1 !important;
    margin: 0;
    font-family: 'Roboto Condensed';
}

.prod-list-lp p {
    font-size: 14px;
    margin: 4px 0 0 0;
}

.login-product-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 35px 0
}

.left-content-login {
    max-width: 550px
}

.login-page-app {
    display: flex;
    max-width: 420px;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap
}

.login-app-btn {
    display: flex;
    align-items: center;
    gap: 7px
}

.login-app-btn img {
    height: 15px
}

.forget-form-toggle {
    width: 100%;
    max-width: 445px
}

@media (max-width: 576px) {
    .form-inner {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .prod-list-lp {
        width: 48%
    }

    .login-product-list {
        gap: 15px
    }

    .prod-list-lp p {
        font-size: 13px;
        font-weight: 600
    }
}

@media (max-width: 525px) {
    .login-left-content {
        padding: 15px
    }

    .prod-list-lp p {
        font-size: 13px;
        font-weight: 500;
        color: #404040
    }

    .prod-list-lp {
        width: 100%
    }

    .login-product-list {
        gap: 13px
    }
}