.digits-login-modal {
    cursor: pointer;
    padding: 12px;
    background-color: #4a6cf7;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.digits-login-modal:hover {
    background-color: #3a5be0;
}