body {
      background-color: #e9edf1; /* soft gray like your screenshot */
}

/*
#main {
    background-image: url("images/bg_1.png"), url("images/bg_2.png");
    background-size: cover, cover,;
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom 10%;
}
*/

.login-card {
    max-width: 400px;
    margin: 80px auto;
    padding: 30px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.google-btn {
    background-color: #ffffff;
    border: 1px solid #ddd;
    color: #444;
}

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