/* © 2026 Galaxy Host. All Rights Reserved. by vincent */
.auth-divider { display: flex; align-items: center; gap: 14px; margin: 24px 0; color: rgba(255, 255, 255, .4); font-size: 13px; font-weight: 600; } .auth-divider::before, .auth-divider::after { content: ''; flex: 1; height: 1px; background: rgba(255, 255, 255, .12); } .auth-google { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; padding: 13px 16px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 10px; background: rgba(255, 255, 255, .06); color: #FFFFFF; font-size: 15px; font-weight: 700; font-family: inherit; cursor: pointer; transition: .3s; } .auth-google:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .32); } .auth-google i { font-size: 18px; background: linear-gradient(135deg, #4285F4, #EA4335, #FBBC05, #34A853); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } .auth-info { margin-top: 18px; padding: 12px 16px; border: 1px solid rgba(251, 191, 36, .4); border-radius: 10px; background: rgba(251, 191, 36, .1); color: #FBBF24; font-size: 13px; font-weight: 600; line-height: 1.7; text-align: center; } .auth-switch-link { color: #60A5FA; font-weight: 800; text-decoration: none; transition: .3s; } .auth-switch-link:hover { color: #93C5FD; }