﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    padding: 10px;
}

.container {
    width: 100%;
    max-width: 450px;
}

.auth-card {
    background: #ffffff;
    border-radius: 30px;
    /*    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);*/
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}
/*
    .auth-card:hover {
        box-shadow: 0 15px 50px rgba(30, 64, 175, 0.12);
    }*/

.page {
    padding: 20px 35px;
    animation: fadeIn 0.3s ease-out;
}

    .page.active {
        display: block;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header {
    text-align: center;
    margin-bottom: 10px;
}

.logo {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    border-radius: 20px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    box-shadow: 0 10px 30px rgba(30, 64, 175, 0.2);
}

.header h2 {
    font-size: 32px;
    color: #1e293b;
    margin-bottom: 8px;
    font-weight: 700;
}

.header p {
    color: #64748b;
    font-size: 15px;
}

.form-group {
    margin-bottom: 24px;
}

label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 10px;
}

.input-wrapper {
    position: relative;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"] {
    width: 100%;
    padding: 15px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    background: #f8fafc;
    transition: all 0.3s;
    outline: none;
    color: #1e293b;
}

input::placeholder {
    color: #94a3b8;
}

input:focus {
    background: white;
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.toggle-password {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    font-size: 20px;
    transition: color 0.3s;
}

    .toggle-password:hover {
        color: #64748b;
    }

.remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    cursor: pointer;
    accent-color: #3b82f6;
}

.checkbox-wrapper label {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    cursor: pointer;
    font-weight: 400;
}

.link-btn {
    background: none;
    border: none;
    color: #3b82f6;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s;
}

    .link-btn:hover {
        color: #2563eb;
    }

.submit-btn {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(30, 64, 175, 0.3);
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    letter-spacing: 0.5px;
}

    .submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(30, 64, 175, 0.4);
    }

    .submit-btn:active {
        transform: translateY(0);
    }

.footer-text {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #64748b;
}

@media (max-width: 480px) {
    .page {
        padding: 40px 30px;
    }

    .header h2 {
        font-size: 28px;
    }
}


.company-logo {
    height: 85px;
    width: 85px;
    /*    border-radius: 100%;*/
}


.btn-google {
    display: inline-flex;
    align-items: center;
    /* Subtle Gradient Background */
    background: linear-gradient(135deg, #210057 0%, rgb(0, 26, 111) 100%);
    color: #f8fafc;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px 24px;
    border-radius: 15px;
    text-decoration: none !important;
    font-family: 'Google Sans', Roboto, Arial, sans-serif;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(.25,.8,.25,1);
    /* Border color aapke blue theme se matching */
    border: 1px solid #3b82f6;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1);
    position: relative;
    overflow: hidden;
}

    .btn-google:hover {
        /* Hover par gradient thoda dark aur blueish hoga */
        box-shadow: 0 6px 20px rgba(59, 130, 246, 0.2);
        transform: translateY(-2px);
        border-color: #2563eb;
    }

    .btn-google img {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }

    /* Optional: Active effect jab user click kare */
    .btn-google:active {
        transform: translateY(0);
        box-shadow: 0 2px 10px rgba(59, 130, 246, 0.1);
    }


.separator-container {
    margin-top: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 400px; /* Aapke form ki width ke hisaab se adjust karein */
}

.line {
    flex: 1;
    height: 1px;
    background-color: #dee2e6; /* Soft gray line */
}

.separator-container span {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: lowercase;
    color: #6c757d !important;
    border: 1px solid #dee2e6;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    border-radius: 50px;
}
