.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.grainy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../images/grain.png');
    background-repeat: repeat;
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
    mix-blend-mode: overlay;
}

.hathi-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
    height: auto;
}

.top-part {
    /* height: calc(100vh - 329px);
    height: calc(100dvh - 329px); */
    min-height: 670px;
    padding-top: 120px;
}

.login-container {
    width: 90%;
    max-width: 400px;
    margin: auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.30);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.input-login {
    padding: 10px 40px 10px 40px !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    height: 40px !important;
}
.input-register {
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    height: 40px !important;
}

.input-login::placeholder,
.input-register::placeholder {
    font-size: 12px;
}

textarea.input-register {
    height: auto !important;
    min-height: 120px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: white !important;
}

.icon-left {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #364878 !important;
}

.icon-right {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #364878 !important;
}

.eye-open {
    display: none;
}

.btn-login {
    border-radius: 10px !important;
    background-color: #2D2D2D !important;
    font-size: 12px;
}