﻿.login-card {
    max-width: 420px;
    margin: auto;
    margin-top: 0px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 1rem;
    overflow: hidden;
}

.form-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

.input-with-icon input {
    padding-left: 2.5rem;
}

.form-label {
    font-weight: 600;
}

.btn-primary {
    background: #007bff;
    border: none;
}

    .btn-primary:hover {
        background: #0069d9;
    }
.btn-google {
    background-color: white;
    border: 1px solid #ccc;
    font-weight: 500;
    border-radius: 6px;
    transition: 0.3s;
}

    .btn-google:hover {
        background-color: #f5f5f5;
        box-shadow: 0 0 8px rgba(66, 133, 244, 0.2);
    }