.form-container {
    width: 70%;
    margin: auto;
}

.auth-logo {
    width: 250px;
    display: flex;
}

input {
    border: none !important;
    outline: none !important;
    background-color: transparent !important;
}

.input-icon-contianer {
    border: 1px solid rgb(0 38 62 / 25%);
    border-radius: 50px;
    padding-inline: 20px
}

.eye-icon {
    cursor: pointer;
}

.auth-inputs,
.auth-bg {
    flex: 1;
}

@media (max-width: 1600px) {
    /* .auth-section {
        height: 100vh;
    } */

    .auth-section-container {
        height: 100%;
    }

    .auth-bg img {
        height: 100%;
        object-fit: cover !important;
    }

    /* .auth-inputs {
        height: 100%;
    } */
}

@media(max-width: 991.98px) {
    .form-container {
        width: 90%;
    }
    .auth-inputs {
        height: 100vh;
    }
}
.lang-btn {
    justify-content: flex-end !important;
}
.auth-inputs {
    position: relative;
}
.auth-inputs .lang-btn {
    position: absolute;
    top: 20px;
    inset-inline-end: 50px;
}
