﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background: #fff;
}
@media (min-width: 992px) {
    body {
        overflow: hidden !important;
    }
}

.container-fluid {
    padding: 0;
}

.row {
    min-height: 100vh;
}

.left-side {
    background: url("../../img/loginimg/Background.png") no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 0px 0 0px 0px;
}

.left-content {
    position: relative;
    z-index: 10;
    width: 75%;
}

.logo12 {
    height: 180px;
}

.logo {
    width: 125px;
    object-fit: contain;
    margin: auto;
    display: block;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25));
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.left-content h4 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;
}

.left-content h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
}

    .left-content h1 span {
        color: #ffc107;
    }

.tagline {
    font-size: 14px;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    color: white;
}

    .tagline::before,
    .tagline::after {
        content: "";
        width: 80px;
        height: 2px;
        background: white;
        opacity: 0.4;
    }

.features {
    display: flex;
    margin-top: 70px;
    flex-wrap: wrap;
}

.feature {
    text-align: center;
}

.eye {
    color: #0d47a1;
}

.eye {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    color: var(--bs-body-color);
    text-align: center;
    border-radius: var(--bs-border-radius);
}

.security-icon {
    position: relative;
    width: 50px;
    height: 50px;
}

    .security-icon .shield {
        font-size: 42px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .security-icon .lock {
        font-size: 16px;
        top: 52%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.keys1 {
    width: 30px;
    height: 30px;
    object-fit: contain;
    rotate: -133deg;
}

.keys2 {
    width: 30px;
    height: 30px;
    object-fit: contain;
    rotate: 54deg;
}

.icon {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #ffc107;
    transition: 0.4s;
}

.feature {
    display: flex;
    justify-content: center;
}

    .feature h6 {
        margin: 10px 0px;
        font-weight: 400;
        font-size: 16px;
    }

    .feature p {
        margin: 0;
        font-size: 16px;
    }

.key-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.right-side {
    background: #f8f9fd;
    position: relative;
}

.login-card {

    padding: 0px 50px;
}
.mcdv {
    width: 100%;
    height: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    position: relative;
    animation: fadeUp 0.8s ease;
    padding: 15px 0px;
}

.small-logo {
    width: 80px;
    display: block;
}

.welcome {
    font-size: 24px;
    font-weight: 700;
    color: #0e079c;
    text-align: center;
    margin-bottom: 10px;
}

.login-card p {
    text-align: center;
    color: #0e079c !important;
    font-size: 12px;
}

.form-label {
    font-weight: 600;
    color: #0e079c;
    margin-bottom: 8px;
}

.form-group {
    margin-bottom: 10px;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border: 1.5px solid #d8dae5;
    border-radius: 10px;
    padding: 0 16px;
    height: 35px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.input-icon {
    color: #9a9ab0;
    font-size: 15px;
    margin-right: 10px;
    flex-shrink: 0;
}

.input-wrapper input {
    flex: 1;
    border: none;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #0000ff !important;
    background: transparent;
}

.input-wrapper input {
    padding: 0 50px 0 45px;
    border-radius: 8px;
    outline: none;
}

.input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #0e079c;
    font-size: 18px;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .toggle-password i {
        font-size: 18px;
        color: #0e079c;
    }

.input-group {
    margin-bottom: 20px;
}

.input-group-text {
    background: #f1f3f8;
    border: 1px solid #dee2e6;
    color: #0d47a1;
}

.form-control {
    border: 1px solid #dee2e6;
    padding: 8px 15px;
    font-size: 12px;
    box-shadow: none !important;
}

.form-check {
    display: block;
    min-height: 20px !important;
    padding-left: 20px !important;
    margin-bottom: 5px !important;
    font-size: 14px !important;
    color: #0e079c !important;
}

.form-control:focus {
    border-color: #0d47a1;
}

#togglePassword {
    cursor: pointer;
}

.bottom-img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.form-check-input:checked {
    background: #0d47a1;
    border-color: #0d47a1;
}

.forgot {
    text-decoration: none;
    color: rgb(13 110 253);
    font-weight: 600;
    font-size: 12px;
}

    .forgot:hover {
        color: #ff9800;
    }

.login-btn {
    background: linear-gradient(90deg, #080363, #0c4488);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 8px;
    border-radius: 10px;
    transition: 0.35s;
}

    .login-btn:hover {
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(13, 71, 161, 0.25);
    }

.divider {
    margin: 8px 0;
    position: relative;
    text-align: center;
}

    .divider::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 44%;
        height: 1px;
        background: #ddd;
    }

    .divider::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 44%;
        height: 1px;
        background: #ddd;
    }

    .divider span {
        background: #fff;
        margin: 0 15px;
        position: relative;
        color: #777;
        background: #b1baff3e;
        padding: 5px;
        border-radius: 50%;
    }

.signup {
    text-align: center;
    margin-bottom: -15px;
}

    .signup a {
        color: rgb(13 110 253);
        text-decoration: none;
        font-weight: 600;
    }

        .signup a:hover {
            color: #ff9800;
        }

.bottom-links {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .bottom-links a {
        text-decoration: none;
        font-size: 13px;
        margin-top:10px;
        transition: 0.3s;
    }

.headphones-icon {
    width: 70px;
    height: 70px;
}

.footer {
    color: #777;
    font-size: 14px;
    line-height: 1.8;
}

    .footer strong {
        color: #0d47a1;
    }

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Large Devices */
@media (max-width: 1200px) {
    .left-content h1 {
        font-size: 38px;
    }

    .left-content h4 {
        font-size: 26px;
    }

    .tagline {
        font-size: 14px;
    }

    .login-card {
        padding: 35px;
    }
}
/* Tablets */
@media (max-width: 992px) {
    .left-side {
        min-height: 450px;
    }

    .right-side {
        padding: 30px 15px;
    }

    .left-content {
        width: 90%;
        padding: 40px 0;
    }

        .left-content h1 {
            font-size: 48px;
        }

    .logo {
        width: 130px;
        height: 130px;
    }

    .features {
        gap: 10px;
        margin-top: 40px;
    }

    .wave {
        display: none;
    }
}
/* Mobile */
@media (max-width: 768px) {
    .left-content h1 {
        font-size: 38px;
    }

    .left-content h4 {
        font-size: 22px;
    }

    .tagline {
        font-size: 10px;
        gap: 8px;
    }

    .features {
        align-items: center;
    }

    .feature {
        width: 100%;
    }

    .login-card {
        padding: 25px;
        border-radius: 20px;
    }

    .welcome {
        font-size: 28px;
    }
}
/* Small Mobile */
@media (max-width: 576px) {
    .bottom-links {
        flex-direction: column;
        gap: 10px;
    }

    .left-content h1 {
        font-size: 32px;
    }

    .left-content h4 {
        font-size: 20px;
    }

    .login-card {
        padding: 20px;
    }

    .input-group-text {
        padding: 10px;
    }

    .form-control {
        padding: 10px;
        font-size: 14px;
    }

    .login-btn {
        font-size: 16px;
        padding: 12px;
    }

    .footer {
        font-size: 12px;
    }
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #0d47a1;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #ececec;
}

a,
button,
input,
.icon,
.login-card {
    transition: 0.3s ease;
}

.made-india {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 10px;
    border-radius: 8px;
}

.flag-line {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 120px;
}

    .flag-line span {
        height: 3px;
        border-radius: 20px;
    }

.orange {
    background: #ff9933;
}

.green {
    background: #138808;
}

.text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #3f4c74;
}

    .text i {
        color: #e11d48;
        font-size: 20px;
    }
/* Responsive */
@media (max-width: 600px) {
    .made-india {
        gap: 10px;
        padding: 8px 12px;
    }

    .flag-line {
        width: 70px;
    }

    .text {
        font-size: 10px;
        gap: 6px;
    }

        .text i {
            font-size: 14px;
        }
}
