
/* body{

} */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

a:hover {
    text-decoration: none;
}

.mainPageLogin {
    height: 100vh;
}

.left-area {
    background-color: #008a1e;
    color: white;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    text-align: right;
    padding: 50px;
}

.left-area-text {
    max-width: 100%;
    color: #f8f8f8;
}

    .left-area-text h1 {
        font-weight: 400;
    }

    .left-area-text p {
        font-weight: 200;
        color: #f8f8f8;
        font-size: 20px;
    }

.right-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container {
    width: 100%;
    max-width: 400px;
}


.form-control {
    border: 1px solid rgba(0, 0, 0, 0.4);
    height: 50px;
    font-size: 1rem;
    padding-left: 15px;
    border-radius: 10px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 24px;
}

.bottom-div {
    bottom: 30px;
    left: 0;
    padding: 0 30px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #008a1e;
}

.btn-login {
    background-color: #008a1e;
    color: #fff;
    border-radius: 10px;
    height: 50px;
    font-weight: 500;
    font-size: 1rem;
}

    .btn-login:hover {
        background-color: #008a1e;
        color: #fff;
    }


.input-group-text {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-left: 0;
    cursor: pointer;
    border-radius: 10px;
}

.pw input {
    border-right: 0;
}

.divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
    color: #C4C4C4;
}

    .divider::before, .divider::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 30%;
        height: 1px;
        background-color: #ddd;
    }

    .divider::before {
        left: 0;
    }

    .divider::after {
        right: 0;
    }

/* Social Buttons */
.social-btns .btn {
    min-width: 110px;
    height: 40px;
    border-radius: 10px;
    color: #008a1e;
    background-color: #f1f9f3;
    display: flex;
    align-items: center;
}

    .social-btns .btn img {
        margin-right: 6px;
        max-width: 20px;
    }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    background: #008a1e;
}

    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus img {
        filter: brightness(0) invert(1);
    }
/* Links */
.forgot-password a, .signup-text a {
    color: #008a1e;
    font-weight: 500;
}

.border-right {
    border-right: 1px solid #002266;
}

.passswordCriteriaInner {
    font-size: 12px;
}

.resetPassword:after {
    content: "";
    height: 60%;
    width: 2px;
    background: #e9eff0;
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-60%);
}

.input-group-text {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-left: 0;
    cursor: pointer;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.form-control.is-invalid + .input-group-append .input-group-text {
    border-color: #dc3545;
}

.form-control.is-valid + .input-group-append .input-group-text {
    border-color: #28a745;
}

div#error-message {
    position: absolute;
    bottom: -22px;
    font-size: 12px;
    color: #dc3545;
}

.passswordCriteriaInner li {
    color: #6c757d; /* Default gray */
    font-size: 14px;
    margin-bottom: 5px;
    transition: color 0.3s;
}

.passswordCriteriaInner .valid {
    color: #28a745; /* Green for valid criteria */
    text-decoration: line-through;
}

.passswordCriteriaInner .invalid {
    color: #dc3545; /* Red for invalid criteria */
}

button.btn.btn-login.btn-block {
    margin-top: 40px;
}

.success-color {
    color: #019934;
}

.error-color {
    color: #dc3545;
}
/* .reset-password .right-area .col-md-7{

} */
/* .forgot-password a:hover, .signup-text a:hover {
    text-decoration: underline;
} */
.settingPage .form-container {
    background: #EBF5FF;
    border-radius: 20px;
    max-width: 600px;
}

    .settingPage .form-container h5 {
        margin-bottom: 0;
    }

    .settingPage .form-container small {
        color: #828488;
    }

.right-area.settingPage.col-md-12 {
    flex-direction: column;
    row-gap: 40px;
}

.btn-red {
    background-color: #C82E2E;
}

    .btn-red:hover {
        background-color: #C82E2E;
        opacity: .8;
    }
/*Media Query*/
@media(max-width:991px) {
    .left-area {
        padding: 30px;
    }

    .left-area-text {
        padding-left: 0px;
    }

    .left-area {
        padding-left: 15px;
    }

    .left-area-text p {
        font-size: 1.4rem;
    }

    .passwordCraiteriaMain {
        margin-top: 30px;
    }

    .resetPassword:after {
        content: "";
        width: 60%;
        height: 2px;
        background: #e9eff0;
        position: absolute;
        left: 0;
        bottom: -15px;
        transform: none;
        right: 0;
        margin: 0 auto;
        top: auto;
    }
}

@media(max-width:767px) {
    .left-area {
        padding: 30px;
        text-align: center;
        padding: 0;
        margin-bottom: 30px;
    }

    .left-area-text {
        padding-left: 0px;
    }

    .bottom-div {
        position: relative !important;
        flex-wrap: wrap;
        justify-content: center !important;
        row-gap: 10px;
        gap: 15px;
        bottom: 0;
    }

    .social-btns {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 15px;
    }

    .left-area-text {
        padding: 15px;
        padding-bottom: 0;
    }

        .left-area-text p {
            font-size: 1rem;
        }

    .h1, h1 {
        font-size: 1.75rem;
    }
}

@media(max-width:767px) {
    .bottom-div {
        bottom: 20px;
    }
}


.input-rounded {
    border-radius: 10px !important;
}

.pass-lock-border {
    border: 1px solid rgba(0, 0, 0, 0.4)
}

    .pass-lock-border:focus, .pass-lock-border:focus-within {
        box-shadow: none;
        border: 1px solid #008a1e;
    }

