body {
    height: 100vh;
    background: #f8fafc;
}

.login-container {
    min-height: 100vh;
}

.logo {
    width: 300px;
    height: fit-content;
    object-fit: contain;
}

.white-box {
    background: transparent;
    padding: 2rem;
    width: 300px;
}

.google-btn {
    background: transparent;
    border: 1px solid #ccc;
    color: black;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-btn:hover {
    border-color: #4285f4;
}

.google-btn .fa-google {
    color: #ea4335;
}