/* Popup handling styles */
.login-with-button:focus {
    outline: 2px solid #0073aa;
}

.login-with-button:hover {
    opacity: 0.9;
}
