body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    overflow: hidden;
}

.login-bg-kalomuz {
    min-height: 100vh;
    width: 100vw;
    background: url('../images/backgroundpics/login_register.jpg') right center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.login-blur-container {
    margin-left: 6vw;
    width: 370px;
    background: rgba(255,255,255,0.28);
    box-shadow: 0 6px 32px 0 rgba(31,38,135,0.20);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border-radius: 16px;
    padding: 38px 30px 28px 30px;
    z-index: 2;
}

/*.bg-image {*/
/*    position: fixed;*/
/*    inset: 0;*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    !*z-index: 2;*!*/
/*    background: url('../images/backgroundpics/login_register.jpg') right center/cover no-repeat;*/
/*    !* Yoki quyidagi rasmdan foydalaning:*/
/*    background: url('/mnt/data/your-quran-img.jpg') right center/cover no-repeat;*/
/*    *!*/
/*    filter: brightness(0.95);*/
/*}*/

.bg-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/*.auth-container {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 15%;*/
/*    transform: translateY(-50%);*/
/*    width: 390px;*/
/*    max-width: 98vw;*/
/*    max-height: 60vh;  !* Yangi: balandlik cheklovi *!*/
/*    overflow-y: auto;   !* Yangi: scroll bo‘lishi *!*/
/*    background: rgba(255,255,255,0.28);*/
/*    box-shadow: 0 6px 32px 0 rgba(31,38,135,0.20);*/
/*    backdrop-filter: blur(13px);*/
/*    -webkit-backdrop-filter: blur(13px);*/
/*    border-radius: 16px;*/
/*    padding: 40px 32px 30px 32px;*/
/*    z-index: 2;*/
/*}*/

.login-blur-container::-webkit-scrollbar {
    width: 6px;
}

.login-blur-container::-webkit-scrollbar-thumb {
    background-color: #29d33c;
    border-radius: 10px;
}

.auth-container::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
}

.auth-container h2 {
    margin: 0 0 30px 0;
    text-align: left;
    font-size: 2rem;
    color: #3e4a34;
    letter-spacing: 3px;
}

.input-group {
    margin-bottom: 1px;
}

.input-group label {
    display: block;
    margin-bottom: 6px;
    color: #343434;
    font-size: 1rem;
}

.input-group input {
    width: 100%;
    padding: 5px 12px;
    border: none;
    border-radius: 6px;
    outline: none;
    font-size: 0.8rem;
    background: rgba(255,255,255,0.75);
    box-shadow: 0 1px 2px #ececec;
    margin-bottom: 2px;
}

.btn-main {
    width: 100%;
    padding: 13px;
    background: #2f7d3a;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 7px;
    font-size: 1.08rem;
    cursor: pointer;
    box-shadow: 0 3px 10px #d2e9d7;
    letter-spacing: 1px;
    transition: background 0.2s;
}

.btn-main:hover {
    background: #215c29;
}

.switch {
    margin-top: 20px;
    text-align: center;
    font-size: 0.97rem;
}

.switch a {
    color: #217238;
    text-decoration: underline;
    font-weight: 600;
}

.social-login {
    display: flex;
    /*flex-direction: column;*/
    gap: 12px;
    margin-bottom: 18px;
    margin-top: 5px;
}
.btn-social {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    font-size: 1.09em;
    border: none;
    border-radius: 7px;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s, box-shadow .22s;
    background: #212121;
    color: #fff;
    text-decoration: none;
}
.btn-google { background: #fff; color: #444; border: 1px solid #e3e3e3;}
.btn-google:hover { background: #f7f7f7; color: #e24444;}
.btn-facebook { background: #395bca;}
.btn-facebook:hover { background: #1b3b93;}
.btn-instagram { background: linear-gradient(90deg,#e6683c,#dc2743,#bc1888,#6c39cf); color: #fff;}
.btn-instagram:hover { opacity: 0.9;}
.btn-social i { font-size: 1.19em; }


@media (max-width: 700px) {
    .auth-container {
        left: 2%;
        width: 95vw;
        min-width: unset;
        max-height: 98vh;
        padding: 28px 10px 22px 10px;
    }
}

@media (max-width: 700px) {
    .login-bg-kalomuz {
        justify-content: center;
        background-position: 80% center;
    }
    .login-blur-container {
        margin-left: 0;
        width: 98vw;
        min-width: unset;
        padding: 28px 10px 22px 10px;
    }
}
