.google-login-container {
    margin: 20px 0;
    text-align: center;
}

.google-login-or {
    position: relative;
    margin: 20px 0;
    text-align: center;
}

.google-login-or:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.google-login-or span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    color: #777;
}

.google-login-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #757575;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.google-login-button:hover {
    background-color: #f5f5f5;
}

.google-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='%232A56B7' d='M17.64 9.2c0-.637-.057-1.251-.164-1.84H9v3.481h4.844c-.209 1.125-.843 2.078-1.796 2.717v2.258h2.908c1.702-1.567 2.684-3.874 2.684-6.615z'/%3E%3Cpath fill='%231E7E3A' d='M9 18c2.43 0 4.467-.806 5.956-2.18l-2.908-2.259c-.806.54-1.837.86-3.048.86-2.344 0-4.328-1.584-5.036-3.711H.957v2.332A8.997 8.997 0 0 0 9 18z'/%3E%3Cpath fill='%23B88D00' d='M3.964 10.71A5.41 5.41 0 0 1 3.682 9c0-.593.102-1.17.282-1.71V4.958H.957A8.996 8.996 0 0 0 0 9c0 1.452.348 2.827.957 4.042l3.007-2.332z'/%3E%3Cpath fill='%23B62C1F' d='M9 3.58c1.321 0 2.508.454 3.44 1.345l2.582-2.58C13.463.891 11.426 0 9 0A8.997 8.997 0 0 0 .957 4.958L3.964 7.29C4.672 5.163 6.656 3.58 9 3.58z'/%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.google-text {
    flex: 1;
    text-align: center;
}

.login-error {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px 15px;
    margin: 10px 0;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
} 