.gf-webcam-capture-btn {
    background: #2271b1;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.gf-webcam-capture-btn:hover {
    background: #135e96;
}

